package.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "name": "patient",
  3. "version": "0.1.0",
  4. "private": true,
  5. "scripts": {
  6. "serve": "vue-cli-service serve",
  7. "serve:pro": "vue-cli-service serve --mode production",
  8. "build": "vue-cli-service build",
  9. "build:test": "vue-cli-service build --mode test",
  10. "build:dev": "vue-cli-service build --mode development",
  11. "build:pro": "vue-cli-service build --mode production"
  12. },
  13. "dependencies": {
  14. "async-validator": "^3.5.1",
  15. "axios": "^0.21.1",
  16. "core-js": "^3.6.5",
  17. "crypto-js": "^4.0.0",
  18. "custom-components-mobile": "git+http://192.168.1.220:10080/lincl/custom-components-mobile.git#master",
  19. "echarts": "^5.2.2",
  20. "exif-js": "^2.3.0",
  21. "html5-qrcode": "^2.3.8",
  22. "js-cookie": "^2.2.1",
  23. "lodash": "^4.17.20",
  24. "moment": "^2.29.1",
  25. "vant": "^2.12.6",
  26. "vue": "^2.6.11",
  27. "vue-i18n": "^8.24.2",
  28. "vue-router": "^3.2.0",
  29. "vuedraggable": "^2.24.3",
  30. "vuex": "^3.4.0"
  31. },
  32. "devDependencies": {
  33. "@vue/cli-plugin-babel": "~4.5.0",
  34. "@vue/cli-plugin-router": "~4.5.0",
  35. "@vue/cli-plugin-vuex": "~4.5.0",
  36. "@vue/cli-service": "~4.5.0",
  37. "postcss-px-to-viewport": "^1.1.1",
  38. "sass": "^1.26.5",
  39. "sass-loader": "^8.0.2",
  40. "svg-sprite-loader": "^5.2.1",
  41. "vue-template-compiler": "^2.6.11"
  42. }
  43. }