You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
857 B
JSON
38 lines
857 B
JSON
{
|
|
"name": "admin",
|
|
"version": "0.0.18",
|
|
"private": true,
|
|
"type": "module",
|
|
"engines": {
|
|
"node": "^20.19.0 || >=22.12.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "npm version patch && vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint . --fix --cache"
|
|
},
|
|
"dependencies": {
|
|
"@vueuse/core": "^14.1.0",
|
|
"axios": "^1.13.2",
|
|
"echarts": "^6.0.0",
|
|
"element-plus": "^2.12.0",
|
|
"handlebars": "^4.7.8",
|
|
"jsbarcode": "^3.11.6",
|
|
"pinia": "^3.0.4",
|
|
"qrcode": "^1.5.4",
|
|
"vue": "^3.5.25",
|
|
"vue-router": "^4.6.3",
|
|
"vue3-print-nb": "^0.1.4"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.39.1",
|
|
"@vitejs/plugin-vue": "^6.0.2",
|
|
"eslint": "^9.39.1",
|
|
"eslint-plugin-vue": "~10.5.1",
|
|
"globals": "^16.5.0",
|
|
"vite": "^7.2.4",
|
|
"vite-plugin-vue-devtools": "^8.0.5"
|
|
}
|
|
}
|