package.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "dependencies": {
  3. "compression-webpack-plugin": "^8.0.1",
  4. "echarts": "^5.3.2",
  5. "hls.js": "^0.14.11",
  6. "npm": "^10.4.0",
  7. "qrcodejs2": "0.0.2",
  8. "uview-ui": "^1.8.4",
  9. "vconsole": "^3.4.0",
  10. "vue-cli": "^2.9.6",
  11. "vue-cropper": "^0.5.6",
  12. "vuex": "^3.6.2",
  13. "weixin-js-sdk": "^1.6.0"
  14. },
  15. "devDependencies": {
  16. "@vue/cli-plugin-babel": "^4.0.0",
  17. "@vue/cli-plugin-eslint": "^4.0.0",
  18. "@vue/cli-service": "^4.0.0",
  19. "babel-eslint": "^10.0.3",
  20. "eslint": "^5.16.0",
  21. "eslint-plugin-vue": "^5.0.0",
  22. "node-sass": "^5.0.0",
  23. "sass-loader": "^11.0.1",
  24. "vue-template-compiler": "^2.6.10"
  25. },
  26. "uni-app": {
  27. "scripts": {
  28. "test-platform": {
  29. "title": "test",
  30. "BROWSER": "Chrome",
  31. "env": {
  32. "UNI_PLATFORM": "h5",
  33. "NODE_NAME": "test"
  34. },
  35. "define": {
  36. "CUSTOM-CONST": true,
  37. "NODE_NAME_T": "test"
  38. }
  39. },
  40. "production-platform": {
  41. "title": "production",
  42. "BROWSER": "Chrome",
  43. "env": {
  44. "UNI_PLATFORM": "h5",
  45. "NODE_NAME": "production"
  46. },
  47. "define": {
  48. "CUSTOM-CONST": true,
  49. "NODE_NAME_T": "production"
  50. }
  51. }
  52. }
  53. }
  54. }