package.json 805 B

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