forked from xtanyu/bookkeeping
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
29 lines (29 loc) · 971 Bytes
/
package-lock.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "miniprogram-ts-less-quickstart",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "miniprogram-ts-less-quickstart",
"version": "1.0.0",
"dependencies": {
"@vant/weapp": "^1.10.15"
},
"devDependencies": {
"miniprogram-api-typings": "^2.8.3-1"
}
},
"node_modules/@vant/weapp": {
"version": "1.10.15",
"resolved": "https://registry.npmmirror.com/@vant/weapp/-/weapp-1.10.15.tgz",
"integrity": "sha512-swM4k3pVwt/6Tnijvq86paLiKE1CzbrBQ4lR7+9uRhwKOM0HS3ooK1Q4IjSEyxQ59ZFKmYYvZln77RZcnSDqmA=="
},
"node_modules/miniprogram-api-typings": {
"version": "2.12.0",
"resolved": "https://registry.npmmirror.com/miniprogram-api-typings/-/miniprogram-api-typings-2.12.0.tgz",
"integrity": "sha512-ibvbqeslVFur0IAvTxLMvsbtvVcMo6gwvOnj0YZHV7aeDLu091VQRrETT2QuiG9P6aZWRcxeNGJChRKVPCp9VQ==",
"dev": true
}
}
}