1234567891011121314151617181920 |
- {
- "name": "ColorUI-UniApp",
- "version": "1.0.0",
- "description": "<p style=\"text-align: center;\"><img src=\"https://image.weilanwl.com/uni/UniAppReadme.jpg\" alt=\"ColorUI简介\"></img></p>",
- "main": "main.js",
- "dependencies": {
- "lodash": "^4.17.20",
- "lodash.pick": "^3.1.0",
- "moment": "^2.27.0",
- "prettier": "^1.12.1",
- "qs": "^6.9.4",
- "weixin-js-sdk": "^1.6.5"
- },
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "keywords": [],
- "author": "",
- "license": "ISC"
- }
|