-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
51 lines (51 loc) · 1.45 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
{
"name": "vue-pinduoduo",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"test:unit": "vue-cli-service test:unit"
},
"dependencies": {
"axios": "^0.18.0",
"better-scroll": "^1.15.1",
"cssnano": "^4.1.8",
"cssnano-preset-advanced": "^4.0.6",
"fastclick": "^1.0.6",
"moment": "^2.24.0",
"postcss-aspect-ratio-mini": "^1.0.1",
"postcss-cssnext": "^3.1.0",
"postcss-discard-unused": "^4.0.1",
"postcss-import": "^12.0.1",
"postcss-px-to-viewport": "0.0.3",
"postcss-url": "^8.0.0",
"postcss-viewport-units": "^0.1.6",
"postcss-zindex": "^4.0.1",
"vant": "^1.6.5",
"vue": "^2.5.21",
"vue-awesome-swiper": "^3.1.3",
"vue-router": "^3.0.1",
"vuex": "^3.0.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.2.2",
"@vue/cli-plugin-eslint": "^3.2.2",
"@vue/cli-plugin-unit-mocha": "^3.2.2",
"@vue/cli-service": "^3.2.3",
"@vue/eslint-config-prettier": "^4.0.1",
"@vue/test-utils": "^1.0.0-beta.20",
"babel-eslint": "^10.0.1",
"babel-plugin-import": "^1.11.0",
"chai": "^4.1.2",
"eslint": "^5.8.0",
"eslint-plugin-vue": "^5.0.0",
"mockjs": "^1.0.1-beta3",
"node-sass": "^4.9.0",
"postcss-write-svg": "^3.0.1",
"sass-loader": "^7.0.1",
"sass-resources-loader": "^2.0.1",
"vue-template-compiler": "^2.5.21"
}
}