60 lines
1.6 KiB
JSON
60 lines
1.6 KiB
JSON
![]() |
{
|
||
|
"name": "wms-web",
|
||
|
"version": "1.0.0",
|
||
|
"private": true,
|
||
|
"type": "module",
|
||
|
"scripts": {
|
||
|
"dev": "vite serve --mode development",
|
||
|
"build:prod": "vite build --mode development",
|
||
|
"build:stag": "vite build --mode staging",
|
||
|
"preview": "vite preview"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@element-plus/icons-vue": "^2.0.10",
|
||
|
"@types/js-cookie": "^3.0.3",
|
||
|
"@types/path-browserify": "^1.0.0",
|
||
|
"@types/splitpanes": "^2.2.1",
|
||
|
"@vueuse/core": "^9.13.0",
|
||
|
"@zxing/library": "^0.21.0",
|
||
|
"axios": "^1.2.1",
|
||
|
"dayjs": "^1.11.11",
|
||
|
"decimal.js": "^10.4.3",
|
||
|
"default-passive-events": "^2.0.0",
|
||
|
"element-plus": "^2.2.26",
|
||
|
"exceljs": "^4.4.0",
|
||
|
"fast-glob": "^3.2.12",
|
||
|
"file-saver": "^2.0.5",
|
||
|
"jsencrypt": "^3.3.2",
|
||
|
"path-browserify": "^1.0.1",
|
||
|
"pinia": "^2.1.7",
|
||
|
"sortablejs": "^1.15.0",
|
||
|
"splitpanes": "^3.1.5",
|
||
|
"vite-plugin-svg-icons": "^2.0.1",
|
||
|
"vue": "^3.4.21",
|
||
|
"vue-i18n": "^9.2.2",
|
||
|
"vue-router": "^4.3.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@rushstack/eslint-patch": "^1.8.0",
|
||
|
"@tsconfig/node20": "^20.1.4",
|
||
|
"@types/file-saver": "^2.0.7",
|
||
|
"@types/node": "^20.12.5",
|
||
|
"@types/sortablejs": "^1.15.0",
|
||
|
"@vitejs/plugin-basic-ssl": "^1.1.0",
|
||
|
"@vitejs/plugin-vue": "^5.0.4",
|
||
|
"@vitejs/plugin-vue-jsx": "^3.1.0",
|
||
|
"@vue/eslint-config-prettier": "^9.0.0",
|
||
|
"@vue/eslint-config-typescript": "^13.0.0",
|
||
|
"@vue/tsconfig": "^0.5.1",
|
||
|
"eslint": "^8.57.0",
|
||
|
"eslint-plugin-vue": "^9.23.0",
|
||
|
"nodemon": "^3.1.3",
|
||
|
"npm-run-all2": "^6.1.2",
|
||
|
"prettier": "^3.2.5",
|
||
|
"sass": "^1.54.0",
|
||
|
"typescript": "~5.4.0",
|
||
|
"vite": "^5.2.8",
|
||
|
"vue-tsc": "^2.0.11"
|
||
|
}
|
||
|
}
|