mirror of
https://gitee.com/ShopeX/ECShopX_admin-frontend
synced 2026-08-11 06:35:31 +08:00
merge purchase
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
"build:bbc": "PLATFORM=bbc vue-cli-service build",
|
||||
"build:b2c": "PLATFORM=b2c vue-cli-service build",
|
||||
"dev:bbc": "PLATFORM=bbc vue-cli-service serve",
|
||||
"dev:b2c": "PLATFORM=b2c vue-cli-service serve",
|
||||
"dev:b2c": "cross-env PLATFORM=b2c vue-cli-service serve",
|
||||
"sh": "node ./cli.js",
|
||||
"lint": "prettier-eslint --write --list-different 'src/**/*.{js,vue}'",
|
||||
"eslint:comment": "使用EsLint检查并自动修复src目录下所有扩展名为.js和.jsx",
|
||||
@@ -55,10 +55,10 @@
|
||||
"vue-cropper": "^0.5.8",
|
||||
"vue-hotzone": "^1.1.0",
|
||||
"vue-html5-editor": "^1.1.1",
|
||||
"vue-i18n": "^8.28.2",
|
||||
"vue-router": "^3.6.0",
|
||||
"vue-video-player": "^5.0.2",
|
||||
"vuedraggable": "^2.17.0",
|
||||
"vue-i18n": "^8.28.2",
|
||||
"vuex": "^3.5.1",
|
||||
"vuex-persist": "^3.1.3"
|
||||
},
|
||||
@@ -81,6 +81,7 @@
|
||||
"commitlint-config-cz": "^0.13.3",
|
||||
"compression-webpack-plugin": "^11.1.0",
|
||||
"core-js": "^3.9.1",
|
||||
"cross-env": "^7.0.3",
|
||||
"css-minimizer-webpack-plugin": "^7.0.2",
|
||||
"cz-conventional-changelog": "^3.3.0",
|
||||
"cz-customizable": "^7.0.0",
|
||||
|
||||
Reference in New Issue
Block a user