package.json 556 B

123456789101112131415161718192021
  1. {
  2. "name": "ColorUI-UniApp",
  3. "version": "1.0.0",
  4. "description": "<p style=\"text-align: center;\"><img src=\"https://image.weilanwl.com/uni/UniAppReadme.jpg\" alt=\"ColorUI简介\"></img></p>",
  5. "main": "main.js",
  6. "dependencies": {
  7. "lodash": "^4.17.20",
  8. "lodash.pick": "^4.4.0",
  9. "moment": "^2.27.0",
  10. "prettier": "^1.12.1",
  11. "qs": "^6.9.4",
  12. "uview-ui": "^2.0.36"
  13. },
  14. "devDependencies": {},
  15. "scripts": {
  16. "test": "echo \"Error: no test specified\" && exit 1"
  17. },
  18. "keywords": [],
  19. "author": "",
  20. "license": "ISC"
  21. }