package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "name": "wanda-bm-guide-h5",
  3. "version": "0.1.0",
  4. "private": true,
  5. "remote": {
  6. "host": "60.205.177.43",
  7. "path": "/root/apps/web/wandaBmGuideH5",
  8. "user": "root",
  9. "password": "WWW.sagacloud.mail@2020",
  10. "local": "wandaBmGuideH5"
  11. },
  12. "scripts": {
  13. "serve": "vue-cli-service serve",
  14. "build_aly": "vue-cli-service build --mode aly",
  15. "build_test": "vue-cli-service build --mode test",
  16. "build_prod": "vue-cli-service build --mode production",
  17. "publish": "node publish.js",
  18. "version": "node version.js"
  19. },
  20. "dependencies": {
  21. "@saga-web/base": "2.1.27",
  22. "@saga-web/big": "1.0.120",
  23. "@saga-web/draw": "2.1.110",
  24. "@saga-web/feng-map": "1.0.52",
  25. "@saga-web/graph": "2.1.136",
  26. "axios": "^0.20.0",
  27. "compression-webpack-plugin": "^5.0.2",
  28. "core-js": "^3.6.5",
  29. "fastclick": "^1.0.6",
  30. "lib-flexible": "^0.3.2",
  31. "lodash": "^4.17.20",
  32. "moment": "^2.27.0",
  33. "swiper": "^6.3.4",
  34. "vant": "^2.10.6",
  35. "vconsole": "^3.3.4",
  36. "vue": "^2.6.11",
  37. "vue-awesome-swiper": "^4.1.1",
  38. "vue-router": "^3.2.0",
  39. "vuex": "^3.4.0"
  40. },
  41. "devDependencies": {
  42. "@vue/cli-plugin-babel": "~4.5.0",
  43. "@vue/cli-plugin-router": "~4.5.0",
  44. "@vue/cli-plugin-typescript": "~4.5.0",
  45. "@vue/cli-plugin-vuex": "~4.5.0",
  46. "@vue/cli-service": "~4.5.0",
  47. "babel-plugin-import": "^1.13.0",
  48. "crypto-js": "^4.0.0",
  49. "fengmap": "^2.5.3",
  50. "less": "^3.0.4",
  51. "less-loader": "^5.0.0",
  52. "node-ssh": "^6.0.0",
  53. "polybooljs": "^1.2.0",
  54. "postcss-pxtorem": "^5.1.1",
  55. "terser-webpack-plugin": "^4.1.0",
  56. "typescript": "~3.9.3",
  57. "vue-template-compiler": "^2.6.11",
  58. "webpack-bundle-analyzer": "^3.8.0"
  59. }
  60. }