2022-10-11 14:10:25 +02:00
|
|
|
{
|
|
|
|
"name": "frontend",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"scripts": {
|
2022-10-13 17:11:55 +02:00
|
|
|
"serve": "vite preview",
|
|
|
|
"build": "vite build",
|
|
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
|
|
|
|
"build-only": "vite build",
|
2022-10-11 14:10:25 +02:00
|
|
|
"dev": "vite",
|
|
|
|
"preview": "vite preview --port 4173",
|
2022-10-13 17:11:55 +02:00
|
|
|
"type-check": "vue-tsc --noEmit"
|
2022-10-11 14:10:25 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-10-13 17:11:55 +02:00
|
|
|
"@mdi/font": "5.9.55",
|
|
|
|
"@mdi/js": "^7.0.96",
|
|
|
|
"@types/luxon": "^3.0.1",
|
|
|
|
"ky": "^0.31.4",
|
|
|
|
"luxon": "^3.0.4",
|
2022-10-11 14:10:25 +02:00
|
|
|
"pinia": "^2.0.23",
|
2022-10-13 17:11:55 +02:00
|
|
|
"roboto-fontface": "*",
|
|
|
|
"vue": "^3.2.40",
|
|
|
|
"vuetify": "3.0.0-beta.13",
|
|
|
|
"webfontloader": "^1.0.0"
|
2022-10-11 14:10:25 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@rushstack/eslint-patch": "^1.2.0",
|
|
|
|
"@types/node": "^16.11.65",
|
2022-10-13 17:11:55 +02:00
|
|
|
"@types/webfontloader": "^1.0.0",
|
2022-10-11 14:10:25 +02:00
|
|
|
"@vitejs/plugin-vue": "^3.1.2",
|
|
|
|
"@vue/eslint-config-prettier": "^7.0.0",
|
|
|
|
"@vue/eslint-config-typescript": "^11.0.2",
|
|
|
|
"@vue/tsconfig": "^0.1.3",
|
|
|
|
"eslint": "^8.25.0",
|
|
|
|
"eslint-plugin-vue": "^9.6.0",
|
|
|
|
"npm-run-all": "^4.1.5",
|
|
|
|
"prettier": "^2.7.1",
|
|
|
|
"typescript": "~4.7.4",
|
|
|
|
"vite": "^3.1.7",
|
2022-10-13 17:11:55 +02:00
|
|
|
"vite-plugin-vuetify": "^1.0.0-alpha.12",
|
|
|
|
"vue-tsc": "1.0.7"
|
|
|
|
},
|
|
|
|
"packageManager": "pnpm@7.12.1"
|
2022-10-11 14:10:25 +02:00
|
|
|
}
|