You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
739 B
30 lines
739 B
|
4 years ago
|
{
|
||
|
|
"name": "miniprogram-ts-quickstart",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"scripts": {
|
||
|
|
"compile": "./node_modules/typescript/bin/tsc",
|
||
|
|
"tsc": "node ./node_modules/typescript/lib/tsc.js"
|
||
|
|
},
|
||
|
|
"keywords": [],
|
||
|
|
"author": "",
|
||
|
|
"license": "ISC",
|
||
|
|
"dependencies": {
|
||
|
|
"@miniprogram-component-plus/tabs": "^1.0.0",
|
||
|
|
"@types/crypto-js": "^3.1.47",
|
||
|
|
"@types/qrcode": "^1.5.0",
|
||
|
|
"crypto": "^1.0.1",
|
||
|
|
"md5": "^2.3.0",
|
||
|
|
"miniprogram-api-promise": "^1.0.4"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@types/md5": "^2.2.0",
|
||
|
|
"@types/node": "^14.11.2",
|
||
|
|
"miniprogram-api-typings": "^3.6.0",
|
||
|
|
"pont-engine": "^1.2.0",
|
||
|
|
"prettier": "^2.1.2",
|
||
|
|
"typescript": "^3.3.3333"
|
||
|
|
},
|
||
|
|
"main": "./miniprogram/app.js",
|
||
|
|
"description": ""
|
||
|
|
}
|