smartmeter-app/package.json

31 lines
736 B
JSON
Raw Normal View History

2023-12-05 16:45:28 +08:00
{
2024-01-23 19:15:52 +08:00
"name": "dianbiao",
2023-12-05 16:45:28 +08:00
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lchighpass/lchighpass-speaking.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/lchighpass/lchighpass-speaking/issues"
},
"homepage": "https://github.com/lchighpass/lchighpass-speaking#readme",
"dependencies": {
2024-08-31 18:01:17 +08:00
"fast-xml-parser": "^4.0.12",
"js-base64": "^3.7.3",
"js-md5": "^0.7.3",
"mp-html": "^2.4.2",
"qrcode": "^1.5.3",
"uqrcodejs": "^4.0.7",
"uview-ui": "^1.8.8",
"weapp-cookie": "^1.4.8"
2023-12-05 16:45:28 +08:00
}
}