package.json 992 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "mall4uni",
  3. "version": "1.0.0",
  4. "description": "请使用 uniapp官方推荐的开发工具 HBuilderX 导入项目进行开发",
  5. "main": "main.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://gitee.com/gz-yami/mall4uni.git"
  12. },
  13. "keywords": [],
  14. "author": "",
  15. "license": "ISC",
  16. "devDependencies": {
  17. "query-string": "^6.13.1",
  18. "uni-read-pages": "^1.0.5"
  19. },
  20. "dependencies": {
  21. "axios": "^0.21.1",
  22. "animate.css": "^4.1.1",
  23. "caniuse-lite": "^1.0.30001547",
  24. "countup.js": "^2.4.2",
  25. "crypto-js": "^4.1.1",
  26. "dayjs": "^1.11.6",
  27. "echarts": "^5.4.0",
  28. "file-saver": "^2.0.5",
  29. "jweixin-module": "^1.6.0",
  30. "lodash-es": "^4.17.21",
  31. "marked": "^4.2.2",
  32. "moment": "^2.29.4",
  33. "mini-html-parser2": "^0.3.0",
  34. "swiper": "^5.4.5",
  35. "vue-awesome-swiper": "^4.1.1",
  36. "vue-jsonp": "^2.0.0",
  37. "weixin-js-sdk": "^1.6.0"
  38. }
  39. }