package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "dependencies": {
  3. "compression-webpack-plugin": "^8.0.1",
  4. "echarts": "^5.3.2",
  5. "hls.js": "^0.14.11",
  6. "remixicon": "^2.5.0",
  7. "uni-crazy-router": "0.0.31",
  8. "uni-simple-router": "^2.0.1",
  9. "uview-ui": "^1.8.8",
  10. "vconsole": "^3.4.0",
  11. "vue-cli": "^2.9.6",
  12. "vue-cropper": "^0.5.6",
  13. "vuex": "^3.6.2",
  14. "weixin-js-sdk": "^1.6.0"
  15. },
  16. "devDependencies": {
  17. "@vue/cli-plugin-babel": "^4.0.0",
  18. "@vue/cli-plugin-eslint": "^4.0.0",
  19. "@vue/cli-service": "^4.0.0",
  20. "babel-eslint": "^10.0.3",
  21. "eslint": "^5.16.0",
  22. "eslint-plugin-vue": "^5.0.0",
  23. "node-sass": "^5.0.0",
  24. "sass-loader": "^11.0.1",
  25. "vue-template-compiler": "^2.6.10"
  26. },
  27. "uni-app": {
  28. "scripts": {
  29. "test-student-platform": {
  30. "title": "test",
  31. "BROWSER": "Chrome",
  32. "env": {
  33. "UNI_PLATFORM": "h5",
  34. "NODE_NAME": "test"
  35. },
  36. "define": {
  37. "CUSTOM-CONST": true
  38. }
  39. },
  40. "production-student-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. }
  50. }
  51. }
  52. }
  53. }