-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·148 lines (148 loc) · 4.76 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·148 lines (148 loc) · 4.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
{
"name": "ecshopx-admin",
"version": "5.1.0",
"description": "ecshopx admin",
"author": "shopex",
"private": true,
"repository": "https://github.com/shopeX-2002/ECShopX_AdminFrontend.git",
"scripts": {
"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": "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",
"eslint": "eslint --ext .js,.jsx --ignore-path .eslintignore --fix src",
"prettier:comment": "自动格式化当前目录下的所有文件",
"prettier": "prettier --write \"src/**/*.{js,jsx,vue}\"",
"commit:comment": "引导设置规范化的提交信息",
"commit": "git-cz",
"husky": "npx husky install",
"husky:add": "npx husky add .husky/pre-commit 'npx --no-install lint-staged' & npx husky add .husky/commit-msg 'npx --no-install commitlint --edit \"$1\"'",
"export:decoration-schema": "node scripts/export-decoration-schema.mjs ../ecshopx-web/app/decoration-engine/schema/decoration-schema.json",
"lint:decoration-contract": "node scripts/check-decoration-contract.mjs && npm run export:decoration-schema"
},
"dependencies": {
"@antv/g2plot": "^2.4.35",
"@icon-park/vue": "^1.4.2",
"@riophae/vue-treeselect": "0.0.38",
"@shopex-ui/finder": "^1.0.76",
"ali-oss": "^6.5.1",
"axios": "^1.8.0",
"chart.js": "^2.6.0",
"cos-js-sdk-v5": "^1.10.1",
"dayjs": "^1.10.6",
"element-ui": "^2.15.12",
"file-saver": "^1.3.3",
"font-awesome": "^4.7.0",
"jquery": "^3.7.1",
"js-base64": "^2.5.1",
"json2csv": "^4.5.2",
"jsonp": "^0.2.1",
"jszip": "^3.1.5",
"lodash-es": "^4.17.23",
"lucide-vue": "^0.511.0",
"nanoid": "^3.3.8",
"nprogress": "^0.2.0",
"qiankun": "^2.3.5",
"qiniu-js": "^2.5.5",
"qs": "^6.14.0",
"uuid": "^11.1.0",
"vue": "^2.6.11",
"vue-advanced-cropper": "^1.11.7",
"vue-clipboard2": "^0.3.0",
"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",
"vuex": "^3.5.1",
"vuex-persist": "^3.1.3"
},
"devDependencies": {
"@babel/eslint-parser": "^7.17.0",
"@babel/plugin-proposal-export-default-from": "^7.12.13",
"@commitlint/cli": "^17.6.5",
"@commitlint/config-conventional": "^17.6.5",
"@vue/babel-preset-jsx": "^1.2.4",
"@vue/cli-plugin-babel": "^5.0.0",
"@vue/cli-plugin-eslint": "^5.0.0",
"@vue/cli-service": "^5.0.0",
"@vue/eslint-config-prettier": "^6.0.0",
"autoprefixer": "^10.4.14",
"babel-helper-vue-jsx-merge-props": "^2.0.3",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-vue-jsx": "^3.7.0",
"commitizen": "^4.3.0",
"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",
"dotenv-flow": "^3.2.0",
"eslint": "^7.5.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-vue": "^7.0.0",
"exceljs": "^4.4.0",
"exec-sh": "^0.4.0",
"husky": "^7.0.4",
"image-minimizer-webpack-plugin": "^4.1.3",
"lint-staged": "^12.1.5",
"mini-css-extract-plugin": "^2.9.2",
"postcss": "^8.4.21",
"prettier": "^2.5.1",
"prettier-eslint": "^13.0.0",
"prettier-eslint-cli": "^8.0.1",
"sass": "1.32.8",
"sass-loader": "^10.1.1",
"standard-version": "^9.1.1",
"svg-sprite-loader": "^6.0.11",
"svgo": "^3.3.2",
"svgo-loader": "^4.0.0",
"tailwindcss": "^3.4.17",
"vue-template-compiler": "^2.6.10",
"webpack-aliyun-oss": "^0.3.13",
"webpack-bundle-analyzer": "^4.4.0"
},
"engines": {
"node": "20.19.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead",
"not ie 11"
],
"config": {
"commitizen": {
"path": "node_modules/cz-customizable"
}
},
"lint-staged": {
"*.{js,jsx}": [
"eslint --fix --ignore-path .eslintignore",
"prettier --write"
],
"*.{vue,mjs,scss}": [
"prettier --write"
]
},
"overrides": {
"resource": "0.8.1",
"xmlhttprequest": "1.8.0",
"jugglingdb-nano": "0.0.1",
"global": "2.0.1",
"fast-xml-parser": "^5.3.4",
"follow-redirects": "^1.15.9",
"lodash": "^4.17.23",
"semver": "^7.7.2"
}
}