setup tailwind and vite
This commit is contained in:
18
Webauftritt/eportfolio/package.json
Normal file
18
Webauftritt/eportfolio/package.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "eportfolio",
|
||||
"private": true,
|
||||
"version": "0.0.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "vite build",
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"autoprefixer": "^10.4.13",
|
||||
"postcss": "^8.4.19",
|
||||
"sass": "^1.56.1",
|
||||
"tailwindcss": "^3.2.4",
|
||||
"vite": "^3.2.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user