张田田 1 settimana fa
parent
commit
903c4f7e86
2 ha cambiato i file con 16 aggiunte e 17 eliminazioni
  1. 15 16
      package-lock.json
  2. 1 1
      project.config.json

+ 15 - 16
package-lock.json

@@ -9,13 +9,14 @@
       "version": "1.0.0",
       "dependencies": {
         "@vant/area-data": "^2.0.0",
+        "@vant/weapp": "^1.11.7",
         "address-parse": "^1.2.19",
+        "mp-html": "^2.5.2",
         "tdesign-miniprogram": "^1.9.7"
       },
       "devDependencies": {
         "babel-plugin-import": "^1.13.8",
-        "miniprogram-api-typings": "^2.12.0",
-        "typescript": "^6.0.3"
+        "miniprogram-api-typings": "^2.12.0"
       }
     },
     "node_modules/@babel/code-frame": {
@@ -203,6 +204,12 @@
       "integrity": "sha512-zgP4AA8z09S9QTNgVCCHo9cHjcybrv22RJDYPjuCkecn4SB98T5EoPQh2TwqbQXmUhbaOGgiZGy3OUaUxnY7qg==",
       "license": "MIT"
     },
+    "node_modules/@vant/weapp": {
+      "version": "1.11.7",
+      "resolved": "https://registry.npmmirror.com/@vant/weapp/-/weapp-1.11.7.tgz",
+      "integrity": "sha512-Rwn9BBnb4kHSV4XmvBicwtd42J+amEUfnFDcXJsGNPNX4a9c/DoT6YLsm4X1wB2+sQbdiQsbFBLAvGRBxCkD8g==",
+      "license": "MIT"
+    },
     "node_modules/address-parse": {
       "version": "1.2.19",
       "resolved": "https://registry.npmmirror.com/address-parse/-/address-parse-1.2.19.tgz",
@@ -267,6 +274,12 @@
       "dev": true,
       "license": "MIT"
     },
+    "node_modules/mp-html": {
+      "version": "2.5.2",
+      "resolved": "https://registry.npmmirror.com/mp-html/-/mp-html-2.5.2.tgz",
+      "integrity": "sha512-45e8c32Qgux4YU4iC3qCSFsOh3y+RwPwZ+iz/vvLkDgSGWk+1zsL4WUzWWQc9w3AsAfkaD/QR0oIufIDngBmXA==",
+      "license": "MIT"
+    },
     "node_modules/ms": {
       "version": "2.1.3",
       "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz",
@@ -286,20 +299,6 @@
       "resolved": "https://registry.npmmirror.com/tdesign-miniprogram/-/tdesign-miniprogram-1.9.7.tgz",
       "integrity": "sha512-GB92E09U+AltURrpYRM67SPWVcYZ9rgdYChGcgMLJ8VHUIesSwAhevCuSZgxHt+V1F0iPn0EVZ56d+fgeU6dAw==",
       "license": "MIT"
-    },
-    "node_modules/typescript": {
-      "version": "6.0.3",
-      "resolved": "https://registry.npmmirror.com/typescript/-/typescript-6.0.3.tgz",
-      "integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==",
-      "dev": true,
-      "license": "Apache-2.0",
-      "bin": {
-        "tsc": "bin/tsc",
-        "tsserver": "bin/tsserver"
-      },
-      "engines": {
-        "node": ">=14.17"
-      }
     }
   }
 }

+ 1 - 1
project.config.json

@@ -52,5 +52,5 @@
     "ignore": [],
     "include": []
   },
-  "libVersion": "3.8.9"
+  "libVersion": "3.10.3"
 }