Initial commit with Vite and Tailwind
This commit is contained in:
Executable
+17
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "my-app",
|
||||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "vite build",
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"autoprefixer": "^10.5.4",
|
||||
"postcss": "^8.5.23",
|
||||
"tailwindcss": "^4.3.3",
|
||||
"vite": "^8.1.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user