rowt/frontend/package.json

26 lines
571 B
JSON
Raw Normal View History

{
"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": {
2023-10-01 15:39:30 +02:00
"@types/d3": "^7.4.1",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.21",
"sass": "^1.60.0",
"tailwindcss": "^3.3.1",
2023-10-01 15:39:30 +02:00
"typescript": "^4.9.5",
"vite": "^4.2.0",
"vite-plugin-static-copy": "^0.13.1"
},
"dependencies": {
2023-10-01 15:39:30 +02:00
"choices.js": "^10.2.0",
"d3": "^7.8.5"
}
}