forked from geekskai/vue3-jd-h5
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·72 lines (72 loc) · 2.21 KB
/
package.json
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
{
"name": "whale-mall-h5",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vue-cli-service serve",
"build": "vue-cli-service build --mode production",
"dll:build": "concurrently \"npm run dll\" \"npm run build\"",
"test": "vue-cli-service build --mode test",
"standard": "standard \"jsbundles/**/*.js\" \"src/**/*.js\" \"components/**/*.js\"",
"standfix": "standard \"jsbundles/**/*.js\" \"src/**/*.js\" \"components/**/*.js\" --fix",
"lint": "vue-cli-service lint",
"dll": "webpack -p --progress --config webpack.dll.config.js",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
},
"standard": {
"parser": "babel-eslint"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {
"amfe-flexible": "^2.2.1",
"axios": "^0.19.0",
"better-scroll": "^1.15.2",
"concurrently": "^4.1.2",
"core-js": "^2.6.5",
"qrcodejs2": "0.0.2",
"vant": "^2.2.1",
"vee-validate": "^3.0.5",
"vue": "^2.6.10",
"vue-awesome-swiper": "^3.1.3",
"vue-clipboard2": "^0.3.1",
"vue-router": "^3.1.3",
"vuex": "^3.1.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.8.0",
"@vue/cli-plugin-eslint": "^3.8.0",
"@vue/cli-service": "^3.8.0",
"@vue/eslint-config-standard": "^4.0.0",
"add-asset-html-webpack-plugin": "^3.1.3",
"babel-eslint": "^10.0.1",
"babel-plugin-import": "^1.12.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"clean-webpack-plugin": "^3.0.0",
"commitizen": "^4.0.3",
"compression-webpack-plugin": "^3.0.0",
"cz-conventional-changelog": "^3.0.2",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"node-sass": "^4.9.0",
"postcss-px2rem": "^0.3.0",
"postcss-pxtorem": "^4.0.1",
"sass-loader": "^7.1.0",
"svg-sprite-loader": "^4.1.6",
"vue-click-outside": "^1.0.7",
"vue-template-compiler": "^2.6.10",
"webpack-bundle-analyzer": "^3.5.0",
"webpack-cli": "^3.3.9"
},
"postcss": {
"plugins": {
"autoprefixer": {},
"postcss-px2rem": {
"remUnit": 37.5
}
}
}
}