|
@@ -35,6 +35,7 @@
|
35
|
35
|
"license": "MIT",
|
36
|
36
|
"dependencies": {
|
37
|
37
|
"@babel/runtime": "^7.7.7",
|
|
38
|
+ "@tarojs/cli": "^3.0.7",
|
38
|
39
|
"@tarojs/components": "3.0.7",
|
39
|
40
|
"@tarojs/runtime": "3.0.7",
|
40
|
41
|
"@tarojs/taro": "3.0.7",
|
|
@@ -44,15 +45,15 @@
|
44
|
45
|
"vuex": "^3.5.1"
|
45
|
46
|
},
|
46
|
47
|
"devDependencies": {
|
47
|
|
- "@types/webpack-env": "^1.13.6",
|
|
48
|
+ "@babel/core": "^7.8.0",
|
48
|
49
|
"@tarojs/mini-runner": "3.0.7",
|
49
|
50
|
"@tarojs/webpack-runner": "3.0.7",
|
50
|
|
- "@babel/core": "^7.8.0",
|
|
51
|
+ "@types/webpack-env": "^1.13.6",
|
51
|
52
|
"babel-preset-taro": "3.0.7",
|
52
|
|
- "vue-loader": "^15.9.2",
|
53
|
|
- "eslint-plugin-vue": "^6.x",
|
54
|
|
- "eslint-config-taro": "3.0.7",
|
55
|
53
|
"eslint": "^6.8.0",
|
56
|
|
- "stylelint": "9.3.0"
|
|
54
|
+ "eslint-config-taro": "3.0.7",
|
|
55
|
+ "eslint-plugin-vue": "^6.x",
|
|
56
|
+ "stylelint": "9.3.0",
|
|
57
|
+ "vue-loader": "^15.9.2"
|
57
|
58
|
}
|
58
|
59
|
}
|