Files
smart_storage_app/package.json

28 lines
582 B
JSON
Raw Normal View History

2025-06-30 10:21:25 +08:00
{
"name": "honenery",
"version": "2.3.2",
"description": "Honenery 移动端快速开发框架",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "",
"url": ""
},
"keywords": [],
"author": "bpchow",
"license": "MIT",
"homepage": "",
"dependencies": {
"@dcloudio/uni-helper-json": "^1.0.13",
"crypto-js": "^4.2.0",
2025-06-30 10:21:25 +08:00
"image-tools": "^1.4.0",
"jsencrypt": "^3.3.2"
2025-06-30 10:21:25 +08:00
},
"devDependencies": {
"compression-webpack-plugin": "^6.1.1",
"webpack": "^4.46.0"
}
}