1234567891011121314151617181920212223242526272829 |
- {
- "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": {
- "ali-oss": "^6.18.1",
- "element-ui": "^2.15.14",
- "lodash": "^4.17.20",
- "lodash.pick": "^4.4.0",
- "moment": "^2.27.0",
- "prettier": "^1.12.1",
- "qs": "^6.9.4",
- "uview-ui": "^2.0.36",
- "vxe-table": "^4.5.12",
- "weixin-js-sdk": "^1.6.5"
- },
- "devDependencies": {
- "autoprefixer": "^10.4.20",
- "browserslist": "^4.23.3",
- "caniuse-lite": "^1.0.30001651"
- },
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "keywords": [],
- "author": "",
- "license": "ISC"
- }
|