package.json 535 B

1234567891011121314151617181920
  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": "^3.1.0",
  9. "moment": "^2.27.0",
  10. "prettier": "^1.12.1",
  11. "qs": "^6.9.4",
  12. "weixin-js-sdk": "^1.6.5"
  13. },
  14. "scripts": {
  15. "test": "echo \"Error: no test specified\" && exit 1"
  16. },
  17. "keywords": [],
  18. "author": "",
  19. "license": "ISC"
  20. }