package.json 711 B

123456789101112131415161718192021222324252627
  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. },
  17. "devDependencies": {
  18. "browserslist": "^4.21.11",
  19. "caniuse-lite": "^1.0.30001539"
  20. },
  21. "scripts": {
  22. "test": "echo \"Error: no test specified\" && exit 1"
  23. },
  24. "keywords": [],
  25. "author": "",
  26. "license": "ISC"
  27. }