Files
rowt/frontend/package.json
Philipp Hofer 7f26710a40
Some checks failed
CI/CD Pipeline / test (push) Has started running
CI/CD Pipeline / deploy-staging (push) Has been cancelled
CI/CD Pipeline / deploy-main (push) Has been cancelled
fix ci?
2025-10-01 22:24:13 +02:00

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": "^3.4.18",
"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"
}
}