安装包

This commit is contained in:
zhengw
2026-01-28 17:14:38 +08:00
parent 365fcdb19a
commit af7928d39d
6 changed files with 38 additions and 19 deletions

15
package-lock.json generated
View File

@@ -8,7 +8,8 @@
"name": "miniprogram-ts-quickstart",
"version": "1.0.0",
"dependencies": {
"big.js": "v7.0.1",
"big.js": "v6.2.2",
"dayjs": "^1.11.19",
"tdesign-miniprogram": "^1.12.1"
},
"devDependencies": {
@@ -24,9 +25,9 @@
"license": "MIT"
},
"node_modules/big.js": {
"version": "7.0.1",
"resolved": "https://registry.npmjs.org/big.js/-/big.js-7.0.1.tgz",
"integrity": "sha512-iFgV784tD8kq4ccF1xtNMZnXeZzVuXWWM+ERFzKQjv+A5G9HC8CY3DuV45vgzFFcW+u2tIvmF95+AzWgs6BjCg==",
"version": "6.2.2",
"resolved": "https://registry.npmjs.org/big.js/-/big.js-6.2.2.tgz",
"integrity": "sha512-y/ie+Faknx7sZA5MfGA2xKlu0GDv8RWrXGsmlteyJQ2lvoKv9GBK/fpRMc2qlSoBAgNxrixICFCBefIq8WCQpQ==",
"license": "MIT",
"engines": {
"node": "*"
@@ -36,6 +37,12 @@
"url": "https://opencollective.com/bigjs"
}
},
"node_modules/dayjs": {
"version": "1.11.19",
"resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.19.tgz",
"integrity": "sha512-t5EcLVS6QPBNqM2z8fakk/NKel+Xzshgt8FFKAn+qwlD1pzZWxh0nVCrvFK7ZDb6XucZeF9z8C7CBWTRIVApAw==",
"license": "MIT"
},
"node_modules/miniprogram-api-typings": {
"version": "4.1.2",
"resolved": "https://registry.npmjs.org/miniprogram-api-typings/-/miniprogram-api-typings-4.1.2.tgz",