2025-07-24 16:08:17 +02:00
|
|
|
{
|
|
|
|
|
"name": "vue-kraiken",
|
|
|
|
|
"version": "0.0.0",
|
|
|
|
|
"private": true,
|
|
|
|
|
"type": "module",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "vite",
|
|
|
|
|
"build": "run-p type-check \"build-only {@}\" --",
|
|
|
|
|
"preview": "vite preview",
|
|
|
|
|
"build-only": "vite build",
|
|
|
|
|
"type-check": "vue-tsc --build",
|
2025-10-03 13:19:20 +02:00
|
|
|
"subtree": "git subtree push --prefix dist origin gh-pages",
|
|
|
|
|
"lint": "eslint .",
|
|
|
|
|
"lint:fix": "eslint . --fix",
|
|
|
|
|
"format": "prettier --write \"src/**/*.{vue,ts,scss}\"",
|
|
|
|
|
"format:check": "prettier --check \"src/**/*.{vue,ts,scss}\"",
|
|
|
|
|
"prepare": "husky"
|
2025-07-24 16:08:17 +02:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"sass": "^1.83.4",
|
|
|
|
|
"vue": "^3.5.13",
|
|
|
|
|
"vue-router": "^4.5.0"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@tsconfig/node22": "^22.0.0",
|
|
|
|
|
"@types/node": "^22.10.7",
|
2025-10-03 13:19:20 +02:00
|
|
|
"@typescript-eslint/eslint-plugin": "^8.45.0",
|
|
|
|
|
"@typescript-eslint/parser": "^8.45.0",
|
2025-07-24 16:08:17 +02:00
|
|
|
"@vitejs/plugin-vue": "^5.2.1",
|
2025-10-03 13:19:20 +02:00
|
|
|
"@vue/eslint-config-typescript": "^14.6.0",
|
2025-07-24 16:08:17 +02:00
|
|
|
"@vue/tsconfig": "^0.7.0",
|
2025-10-03 13:19:20 +02:00
|
|
|
"eslint": "^9.36.0",
|
|
|
|
|
"eslint-config-prettier": "^10.1.8",
|
|
|
|
|
"eslint-plugin-vue": "^10.5.0",
|
|
|
|
|
"gh-pages": "^6.1.1",
|
|
|
|
|
"husky": "^9.1.7",
|
|
|
|
|
"lint-staged": "^16.2.3",
|
2025-07-24 16:08:17 +02:00
|
|
|
"npm-run-all2": "^7.0.2",
|
2025-10-03 13:19:20 +02:00
|
|
|
"prettier": "^3.6.2",
|
2025-07-24 16:08:17 +02:00
|
|
|
"typescript": "~5.7.3",
|
|
|
|
|
"vite": "^6.0.11",
|
|
|
|
|
"vite-plugin-vue-devtools": "^7.7.0",
|
2025-10-03 13:19:20 +02:00
|
|
|
"vue-tsc": "^2.2.0"
|
2025-07-24 16:08:17 +02:00
|
|
|
}
|
|
|
|
|
}
|