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.
31 lines
699 B
JSON
31 lines
699 B
JSON
{
|
|
"name": "merit-opgave-client",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "run-p type-check build-only",
|
|
"preview": "vite preview",
|
|
"build-only": "vite build",
|
|
"type-check": "vue-tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@popperjs/core": "^2.11.7",
|
|
"bootstrap": "^5.2.3",
|
|
"dayjs": "^1.11.7",
|
|
"pinia": "^2.0.34",
|
|
"v-calendar": "^3.0.3",
|
|
"vue": "^3.2.47",
|
|
"vue-router": "^4.1.6"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^18.14.2",
|
|
"@vitejs/plugin-vue": "^4.0.0",
|
|
"@vue/tsconfig": "^0.1.3",
|
|
"npm-run-all": "^4.1.5",
|
|
"typescript": "~4.8.4",
|
|
"vite": "^4.1.4",
|
|
"vue-tsc": "^1.2.0"
|
|
}
|
|
}
|