[TASK] move code to js / css

This commit is contained in:
Marie Birner
2023-10-01 15:39:30 +02:00
committed by philipp
parent af81920a47
commit c8a06f55aa
5 changed files with 92 additions and 86 deletions

View File

@ -9,15 +9,17 @@
"preview": "vite preview"
},
"devDependencies": {
"@types/d3": "^7.4.1",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.21",
"sass": "^1.60.0",
"tailwindcss": "^3.3.1",
"typescript": "^4.9.3",
"typescript": "^4.9.5",
"vite": "^4.2.0",
"vite-plugin-static-copy": "^0.13.1"
},
"dependencies": {
"choices.js": "^10.2.0"
"choices.js": "^10.2.0",
"d3": "^7.8.5"
}
}