-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
55 lines (55 loc) · 1.67 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
{
"name": "vue-component-library",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"serve:test": "vue-cli-service serve --mode test",
"build:test": "vue-cli-service build --mode test",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@vant/touch-emulator": "^1.2.0",
"axios": "^0.18.0",
"core-js": "^2.6.5",
"fastclick": "^1.0.6",
"js-cookie": "^2.2.1",
"normalize.css": "^8.0.1",
"swiper": "^5.3.6",
"vant": "^2.5.7",
"vue": "^2.6.11",
"vue-awesome-swiper": "^4.0.3",
"vue-fullscreen": "^2.1.6",
"vue-ls": "^3.2.1",
"vue-template-compiler": "^2.5.22"
},
"devDependencies": {
"@babel/polyfill": "^7.6.0",
"@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",
"babel-eslint": "^10.0.1",
"babel-plugin-import": "^1.11.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"compression-webpack-plugin": "^3.0.0",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"fs-extra": "^8.0.1",
"image-webpack-loader": "^6.0.0",
"less": "^3.9.0",
"less-loader": "^5.0.0",
"mockjs": "^1.0.1-beta3",
"sass": "^1.18.0",
"sass-loader": "^7.1.0",
"style-resources-loader": "^1.2.1",
"vue-cli-plugin-ant-design": "^1.0.0",
"vue-cli-plugin-iview": "^1.0.6",
"vue-cli-plugin-style-resources-loader": "^0.1.3",
"vue-cli-plugin-webpack-bundle-analyzer": "^1.3.0",
"vue-svg-loader": "^0.12.0",
"vue-template-compiler": "^2.6.11",
"webpack-bundle-analyzer": "^3.5.0"
}
}