47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
{
|
|
"name": "front",
|
|
"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",
|
|
"lint": "run-s lint:*",
|
|
"lint:oxlint": "oxlint . --fix",
|
|
"lint:eslint": "eslint . --fix --cache"
|
|
},
|
|
"dependencies": {
|
|
"@microsoft/signalr": "^10.0.0",
|
|
"@popperjs/core": "^2.11.8",
|
|
"bootstrap": "^5.3.8",
|
|
"bootstrap-icons": "^1.13.1",
|
|
"pinia": "^3.0.4",
|
|
"vue": "^3.5.27",
|
|
"vue-router": "^5.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@tsconfig/node24": "^24.0.4",
|
|
"@types/node": "^24.10.9",
|
|
"@vitejs/plugin-vue": "^6.0.3",
|
|
"@vue/eslint-config-typescript": "^14.6.0",
|
|
"@vue/tsconfig": "^0.8.1",
|
|
"eslint": "^9.39.2",
|
|
"eslint-plugin-oxlint": "~1.42.0",
|
|
"eslint-plugin-vue": "~10.7.0",
|
|
"jiti": "^2.6.1",
|
|
"npm-run-all2": "^8.0.4",
|
|
"oxlint": "~1.42.0",
|
|
"sass-embedded": "^1.97.3",
|
|
"typescript": "~5.9.3",
|
|
"vite": "^7.3.1",
|
|
"vite-plugin-vue-devtools": "^8.0.5",
|
|
"vue-tsc": "^3.2.4"
|
|
},
|
|
"engines": {
|
|
"node": "^20.19.0 || >=22.12.0"
|
|
}
|
|
}
|