package.json 773 B

1234567891011121314151617181920212223242526272829
  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. "ali-oss": "^6.18.1",
  8. "element-ui": "^2.15.14",
  9. "lodash": "^4.17.20",
  10. "lodash.pick": "^4.4.0",
  11. "moment": "^2.27.0",
  12. "prettier": "^1.12.1",
  13. "qs": "^6.9.4",
  14. "uview-ui": "^2.0.36",
  15. "vxe-table": "^4.5.12",
  16. "weixin-js-sdk": "^1.6.5"
  17. },
  18. "devDependencies": {
  19. "autoprefixer": "^10.4.20",
  20. "browserslist": "^4.23.3",
  21. "caniuse-lite": "^1.0.30001651"
  22. },
  23. "scripts": {
  24. "test": "echo \"Error: no test specified\" && exit 1"
  25. },
  26. "keywords": [],
  27. "author": "",
  28. "license": "ISC"
  29. }