[TASK] setup frontend process vite and fluid tailwind
This commit is contained in:
24
frontend/package.json
Normal file
24
frontend/package.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "aef-website",
|
||||
"private": true,
|
||||
"version": "0.0.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite build --emptyOutDir --watch",
|
||||
"build": "tsc && vite build --emptyOutDir",
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tailwindcss/postcss": "^4.1.11",
|
||||
"fluid-tailwind": "^1.0.4",
|
||||
"postcss": "^8.5.6",
|
||||
"sass": "^1.89.2",
|
||||
"tailwindcss": "^3.4.17",
|
||||
"typescript": "^5.9.2",
|
||||
"vite": "^7.0.6",
|
||||
"vite-plugin-static-copy": "^3.1.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fontsource/rubik-doodle-shadow": "^5.2.6"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user