瀏覽代碼

add taro version control

张延森 4 年之前
父節點
當前提交
2016523f83
共有 2 個檔案被更改,包括 14143 行新增6 行删除
  1. 7
    6
      package.json
  2. 14136
    0
      yarn.lock

+ 7
- 6
package.json 查看文件

@@ -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
 }

+ 14136
- 0
yarn.lock
文件差異過大導致無法顯示
查看文件