46 lines
1.2 KiB
JSON
46 lines
1.2 KiB
JSON
|
|
{
|
||
|
|
"name": "wcs_web",
|
||
|
|
"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"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"@chenfengyuan/vue-barcode": "^2.0.2",
|
||
|
|
"@chenfengyuan/vue-qrcode": "^2.0.0",
|
||
|
|
"@element-plus/icons-vue": "^2.3.1",
|
||
|
|
"axios": "^1.8.4",
|
||
|
|
"echarts": "^6.0.0",
|
||
|
|
"element-plus": "^2.9.7",
|
||
|
|
"jsbarcode": "^3.12.1",
|
||
|
|
"moment": "^2.30.1",
|
||
|
|
"pinia": "^3.0.1",
|
||
|
|
"pinia-plugin-persistedstate": "^4.2.0",
|
||
|
|
"print-js": "^1.6.0",
|
||
|
|
"qrcode": "^1.5.4",
|
||
|
|
"ts-md5": "^1.3.1",
|
||
|
|
"vue": "^3.5.21",
|
||
|
|
"vue-i18n": "^11.1.12",
|
||
|
|
"vue-json-pretty": "^2.5.0",
|
||
|
|
"vue-json-viewer": "^3.0.4",
|
||
|
|
"vue-router": "^4.5.0"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@tsconfig/node22": "^22.0.1",
|
||
|
|
"@types/node": "^22.14.0",
|
||
|
|
"@vitejs/plugin-vue": "^5.2.3",
|
||
|
|
"@vitejs/plugin-vue-jsx": "^4.1.2",
|
||
|
|
"@vue/tsconfig": "^0.7.0",
|
||
|
|
"npm-run-all2": "^7.0.2",
|
||
|
|
"typescript": "~5.8.0",
|
||
|
|
"vite": "^6.2.4",
|
||
|
|
"vite-plugin-vue-devtools": "^7.7.2",
|
||
|
|
"vue-tsc": "^2.2.8"
|
||
|
|
}
|
||
|
|
}
|