Browse Source

Merge branch 'v4' of https://github.com/jdf2e/nutui into v4

richard1015 3 years ago
parent
commit
093a630429
2 changed files with 15444 additions and 4523 deletions
  1. 11 1
      package.json
  2. 15433 4522
      pnpm-lock.yaml

+ 11 - 1
package.json

@@ -90,7 +90,14 @@
   "devDependencies": {
     "@commitlint/cli": "^10.0.0",
     "@commitlint/config-conventional": "^10.0.0",
+    "@tarojs/cli": "3.5.6",
+    "@tarojs/mini-runner": "3.5.6",
+    "@tarojs/plugin-platform-weapp": "3.5.6",
+    "@tarojs/runtime": "3.5.6",
     "@tarojs/taro": "3.5.6",
+    "@tarojs/plugin-framework-vue3": "3.5.6",
+    "@tarojs/plugin-html": "3.5.6",
+    "@tarojs/webpack5-runner": "3.5.6",
     "@types/jest": "^26.0.22",
     "@types/node": "^17.0.16",
     "@typescript-eslint/eslint-plugin": "^4.20.0",
@@ -130,7 +137,10 @@
     "vite-plugin-md": "^0.21.5",
     "vue": "^3.2.24",
     "vue-jest": "^5.0.0-alpha.7",
-    "vue-tsc": "^1.0.9"
+    "vue-tsc": "^1.0.9",
+    "babel-preset-taro": "3.5.6",
+    "eslint-config-taro": "3.5.6",
+    "webpack": "^5.69.0"
   },
   "eslintConfig": {
     "root": true,

File diff suppressed because it is too large
+ 15433 - 4522
pnpm-lock.yaml