package.json 1003 B

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