mirror of
https://github.com/GreaterWMS/GreaterWMS.git
synced 2026-06-19 07:36:00 +00:00
41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"name": "GreaterWMS",
|
|
"version": "2.1.48",
|
|
"description": "GreaterWMS--Open Source Warehouse Management System",
|
|
"productName": "GreaterWMS--Open Source Warehouse Management System",
|
|
"author": "Elvis.Shi <Singosgu@gmail.com>",
|
|
"private": true,
|
|
"scripts": {
|
|
"lint": "eslint --ext .js,.vue ./",
|
|
"format": "prettier --write \"**/*.{js,vue,scss,html,md,json}\" --ignore-path .gitignore",
|
|
"test": "echo \"No test specified\" && exit 0"
|
|
},
|
|
"dependencies": {
|
|
"@quasar/extras": "^1.0.0",
|
|
"axios": "^0.21.1",
|
|
"lottie-web": "^5.9.6",
|
|
"quasar": "^2.6.0",
|
|
"vconsole": "^3.14.7",
|
|
"vue": "^3.0.0",
|
|
"vue-i18n": "^9.0.0",
|
|
"vue-router": "^4.0.0",
|
|
"vuex": "^4.0.1",
|
|
"vuex-persist": "^3.1.3"
|
|
},
|
|
"devDependencies": {
|
|
"@intlify/vite-plugin-vue-i18n": "^3.3.1",
|
|
"@quasar/app-vite": "^1.0.0",
|
|
"autoprefixer": "^10.4.2",
|
|
"eslint": "^8.10.0",
|
|
"eslint-config-prettier": "^8.1.0",
|
|
"eslint-plugin-vue": "^9.0.0",
|
|
"postcss": "^8.4.14",
|
|
"prettier": "^2.5.1"
|
|
},
|
|
"engines": {
|
|
"node": "^18 || ^16 || ^14.19",
|
|
"npm": ">= 6.13.4",
|
|
"yarn": ">= 1.21.1"
|
|
}
|
|
}
|