You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
{
|
|
|
|
"name": "iid-hausarbeit",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"serve": "vite preview",
|
|
|
|
"build": "vite build",
|
|
|
|
"dev": "vite",
|
|
|
|
"preview": "vite preview"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@mdi/font": "5.9.55",
|
|
|
|
"pinia": "^2.0.28",
|
|
|
|
"roboto-fontface": "*",
|
|
|
|
"sass": "^1.57.1",
|
|
|
|
"typescript": "^4.9.4",
|
|
|
|
"vue": "^3.2.45",
|
|
|
|
"vue-router": "^4.0.3",
|
|
|
|
"vuetify": "^3.0.0-beta.0",
|
|
|
|
"webfontloader": "^1.0.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@vitejs/plugin-vue": "^4.0.0",
|
|
|
|
"vite": "^4.0.0",
|
|
|
|
"vite-plugin-vuetify": "^1.0.0-alpha.12",
|
|
|
|
"vue-cli-plugin-vuetify": "~2.5.8"
|
|
|
|
},
|
|
|
|
"type": "module"
|
|
|
|
}
|