29 lines
660 B
JSON
29 lines
660 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": {
|
|
"@playwright/test": "^1.55.1",
|
|
"@types/d3": "^7.4.3",
|
|
"@types/node": "^24.6.1",
|
|
"autoprefixer": "^10.4.21",
|
|
"postcss": "^8.5.6",
|
|
"sass": "^1.93.2",
|
|
"tailwindcss": "^4.1.14",
|
|
"typescript": "^5.9.3",
|
|
"vite": "^7.1.7",
|
|
"vite-plugin-static-copy": "^3.1.3"
|
|
},
|
|
"dependencies": {
|
|
"choices.js": "^11.1.0",
|
|
"d3": "^7.9.0",
|
|
"terser": "^5.44.0"
|
|
}
|
|
}
|