48 lines
1.2 KiB
JSON
48 lines
1.2 KiB
JSON
{
|
|
"name": "web-game",
|
|
"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",
|
|
"format": "oxfmt src/"
|
|
},
|
|
"dependencies": {
|
|
"@microsoft/fetch-event-source": "^2.0.1",
|
|
"axios": "^1.17.0",
|
|
"cropperjs": "^2.1.1",
|
|
"element-plus": "^2.14.2",
|
|
"mitt": "^3.0.1",
|
|
"pinia": "^3.0.4",
|
|
"pinia-plugin-persistedstate": "^4.7.1",
|
|
"qrcode": "^1.5.4",
|
|
"vue": "^3.5.32",
|
|
"vue-router": "^5.0.4"
|
|
},
|
|
"devDependencies": {
|
|
"@element-plus/icons-vue": "^2.3.2",
|
|
"@tsconfig/node24": "^24.0.4",
|
|
"@types/node": "^24.12.2",
|
|
"@types/qrcode": "^1.5.6",
|
|
"@vitejs/plugin-vue": "^6.0.6",
|
|
"@vitejs/plugin-vue-jsx": "^5.1.5",
|
|
"@vue/tsconfig": "^0.9.1",
|
|
"npm-run-all2": "^8.0.4",
|
|
"oxfmt": "^0.45.0",
|
|
"sass-embedded": "^1.100.0",
|
|
"typescript": "~6.0.0",
|
|
"unplugin-auto-import": "^21.0.0",
|
|
"unplugin-vue-components": "^32.1.0",
|
|
"vite": "^8.0.8",
|
|
"vite-plugin-vue-devtools": "^8.1.1",
|
|
"vue-tsc": "^3.2.6"
|
|
},
|
|
"engines": {
|
|
"node": "^20.19.0 || >=22.12.0"
|
|
}
|
|
}
|