|
@@ -14,6 +14,7 @@
|
14
|
14
|
"build": "node build/build.js"
|
15
|
15
|
},
|
16
|
16
|
"dependencies": {
|
|
17
|
+ "vant": "^1.1.14",
|
17
|
18
|
"vue": "^2.5.2",
|
18
|
19
|
"vue-router": "^3.0.1"
|
19
|
20
|
},
|
|
@@ -25,6 +26,7 @@
|
25
|
26
|
"babel-jest": "^21.0.2",
|
26
|
27
|
"babel-loader": "^7.1.1",
|
27
|
28
|
"babel-plugin-dynamic-import-node": "^1.2.0",
|
|
29
|
+ "babel-plugin-import": "^1.8.0",
|
28
|
30
|
"babel-plugin-syntax-jsx": "^6.18.0",
|
29
|
31
|
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
|
30
|
32
|
"babel-plugin-transform-runtime": "^6.22.0",
|