Browse Source

add taro version control

张延森 4 years ago
parent
commit
2016523f83
2 changed files with 14143 additions and 6 deletions
  1. 7
    6
      package.json
  2. 14136
    0
      yarn.lock

+ 7
- 6
package.json View File

35
   "license": "MIT",
35
   "license": "MIT",
36
   "dependencies": {
36
   "dependencies": {
37
     "@babel/runtime": "^7.7.7",
37
     "@babel/runtime": "^7.7.7",
38
+    "@tarojs/cli": "^3.0.7",
38
     "@tarojs/components": "3.0.7",
39
     "@tarojs/components": "3.0.7",
39
     "@tarojs/runtime": "3.0.7",
40
     "@tarojs/runtime": "3.0.7",
40
     "@tarojs/taro": "3.0.7",
41
     "@tarojs/taro": "3.0.7",
44
     "vuex": "^3.5.1"
45
     "vuex": "^3.5.1"
45
   },
46
   },
46
   "devDependencies": {
47
   "devDependencies": {
47
-    "@types/webpack-env": "^1.13.6",
48
+    "@babel/core": "^7.8.0",
48
     "@tarojs/mini-runner": "3.0.7",
49
     "@tarojs/mini-runner": "3.0.7",
49
     "@tarojs/webpack-runner": "3.0.7",
50
     "@tarojs/webpack-runner": "3.0.7",
50
-    "@babel/core": "^7.8.0",
51
+    "@types/webpack-env": "^1.13.6",
51
     "babel-preset-taro": "3.0.7",
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
     "eslint": "^6.8.0",
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
 }

+ 14136
- 0
yarn.lock
File diff suppressed because it is too large
View File