-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
60 lines (60 loc) · 1.54 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
{
"name": "wx-auth",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "npm run serve",
"dev": "npm run serve",
"serve": "vue-cli-service serve --color --copy",
"build": "vue-cli-service build --mode prod",
"lint": "vue-cli-service lint",
"lint:fix": "eslint --fix --ext .js,.vue src"
},
"dependencies": {
"axios": "^0.19.2",
"core-js": "^2.6.5",
"cube-ui": "^1.12.34",
"dayjs": "^1.8.17",
"fastclick": "^1.0.6",
"mescroll.js": "^1.4.2",
"nprogress": "^0.2.0",
"qs": "^6.9.4",
"swiper": "^5.4.1",
"vant": "^2.2.16",
"vconsole": "^3.3.4",
"vue": "^2.6.11",
"vue-awesome-swiper": "^4.1.1",
"vue-lazyload": "^1.3.3",
"vue-router": "^3.1.6",
"vuex": "^3.3.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.10.0",
"@vue/cli-plugin-eslint": "^3.10.0",
"@vue/cli-service": "^3.10.0",
"babel-eslint": "^10.0.1",
"babel-plugin-import": "^1.13.0",
"eslint": "^5.16.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-vue": "^5.0.0",
"less": "^3.10.3",
"less-loader": "^5.0.0",
"style-resources-loader": "^1.2.1",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2",
"svg-sprite-loader": "^4.1.6",
"vue-cli-plugin-style-resources-loader": "^0.1.3",
"vue-template-compiler": "^2.6.11",
"webpack-transform-modules-plugin": "^0.4.4"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions"
]
}