rowt/frontend/package.json
2023-04-05 22:20:12 +02:00

21 lines
471 B
JSON

{
"name": "app.rudernlinz.at",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"watch": "vite build --emptyOutDir --watch",
"build": "tsc && vite build --emptyOutDir",
"preview": "vite preview"
},
"devDependencies": {
"autoprefixer": "^10.4.14",
"postcss": "^8.4.21",
"sass": "^1.60.0",
"tailwindcss": "^3.3.1",
"typescript": "^4.9.3",
"vite": "^4.2.0",
"vite-plugin-static-copy": "^0.13.1"
}
}