mirror of
https://github.com/EasyTierMC/ETMC.Web.git
synced 2025-12-07 04:55:50 +08:00
40 lines
968 B
JSON
40 lines
968 B
JSON
{
|
|
"name": "neoeasytierweb",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"packageManager": "pnpm@10.18.0",
|
|
"engines": {
|
|
"node": "^20.19.0 || >=22.12.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "run-p type-check \"build-only {@}\" --",
|
|
"preview": "vite preview",
|
|
"build-only": "vite build --watch",
|
|
"type-check": "vue-tsc --build"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.13.2",
|
|
"echarts": "^6.0.0",
|
|
"neoeasytierweb": "link:",
|
|
"tailwindcss": "^4.1.17",
|
|
"vue": "^3.5.22",
|
|
"vue-echarts": "^8.0.1",
|
|
"vue-router": "^4.6.3"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/vite": "^4.1.17",
|
|
"@tsconfig/node22": "^22.0.2",
|
|
"@types/node": "^22.18.11",
|
|
"@vitejs/plugin-vue": "^6.0.1",
|
|
"@vue/tsconfig": "^0.8.1",
|
|
"daisyui": "^5.4.7",
|
|
"npm-run-all2": "^8.0.4",
|
|
"typescript": "~5.9.0",
|
|
"vite": "^7.1.11",
|
|
"vite-plugin-vue-devtools": "^8.0.3",
|
|
"vue-tsc": "^3.1.1"
|
|
}
|
|
}
|