package.json 1.0 KB

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