package.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "name": "xys-health1.0",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "vite": "vite",
  8. "serve": "cd node_modules/venn.js && npm i && cd ../../ && npm run vite",
  9. "dev": "webpack-dev-server --hot --inline --progress --colors --config build/webpack.dev.conf.js",
  10. "dev-max": "webpack-dev-server --max_old_space_size=4096 --hot --inline --progress --colors --config build/webpack.dev.conf.js",
  11. "build": "rimraf dist && webpack --progress --colors --progress --config build/webpack.prod.conf.js && rimraf .uglify-cache",
  12. "fix-memory-limit": "cross-env LIMIT=8096 increase-memory-limit"
  13. },
  14. "author": "",
  15. "license": "ISC",
  16. "dependencies": {
  17. "@antv/data-set": "^0.10.2",
  18. "@babel/plugin-proposal-class-static-block": "^7.14.3",
  19. "ac-barcode": "1.0.0",
  20. "antd": "^3.20.3",
  21. "autoprefixer": "^9.7.2",
  22. "bizcharts": "^3.5.5",
  23. "concurrently": "^5.0.0",
  24. "copy-to-clipboard": "^3.3.3",
  25. "cos-js-sdk-v5": "^1.3.3",
  26. "cross-env": "^6.0.3",
  27. "crypto-js": "^3.1.9-1",
  28. "echarts": "^4.8.0",
  29. "exceljs": "^4.4.0",
  30. "fetch-jsonp": "^1.1.3",
  31. "highlight.js": "^11.7.0",
  32. "less": "^2.7.3",
  33. "moment": "^2.23.0",
  34. "postcss": "^6.0.14",
  35. "prop-types": "^15.6.2",
  36. "pubsub-js": "^1.7.0",
  37. "qrcode.react": "^3.1.0",
  38. "react": "^16.6.3",
  39. "react-color": "^2.17.3",
  40. "react-dom": "^16.6.3",
  41. "react-file-viewer": "^1.2.1",
  42. "react-hot-loader": "^4.12.18",
  43. "react-resizable": "^1.10.1",
  44. "react-router-dom": "^4.3.1",
  45. "react-scrollbar": "^0.5.4",
  46. "react-sortable-hoc": "^1.10.1",
  47. "react-websocket": "^2.1.0",
  48. "redux": "^4.0.1",
  49. "socket.io-client": "2.2.0",
  50. "tim-js-sdk": "^2.6.0",
  51. "trtc-js-sdk": "^4.3.14",
  52. "wangeditor": "^3.1.1",
  53. "whatwg-fetch": "^3.0.0",
  54. "xlsx": "^0.14.1"
  55. },
  56. "devDependencies": {
  57. "@babel/cli": "^7.7.4",
  58. "@babel/core": "^7.7.4",
  59. "@babel/helper-environment-visitor": "^7.16.7",
  60. "@babel/plugin-proposal-class-properties": "^7.7.4",
  61. "@babel/plugin-proposal-decorators": "^7.7.4",
  62. "@babel/plugin-proposal-export-namespace-from": "^7.7.4",
  63. "@babel/plugin-proposal-function-sent": "^7.7.4",
  64. "@babel/plugin-proposal-json-strings": "^7.7.4",
  65. "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
  66. "@babel/plugin-proposal-numeric-separator": "^7.7.4",
  67. "@babel/plugin-proposal-optional-chaining": "^7.21.0",
  68. "@babel/plugin-proposal-throw-expressions": "^7.7.4",
  69. "@babel/plugin-syntax-dynamic-import": "^7.7.4",
  70. "@babel/plugin-syntax-jsx": "^7.7.4",
  71. "@babel/plugin-transform-arrow-functions": "^7.7.4",
  72. "@babel/plugin-transform-modules-umd": "^7.7.4",
  73. "@babel/plugin-transform-react-jsx": "^7.21.0",
  74. "@babel/plugin-transform-runtime": "^7.7.4",
  75. "@babel/polyfill": "^7.7.0",
  76. "@babel/preset-env": "^7.7.4",
  77. "@babel/preset-flow": "^7.7.4",
  78. "@babel/preset-react": "^7.7.4",
  79. "@babel/preset-typescript": "^7.7.4",
  80. "@originjs/vite-plugin-require-context": "^1.0.9",
  81. "@vitejs/plugin-react": "^1.0.7",
  82. "babel-loader": "^8.0.6",
  83. "babel-plugin-add-module-exports": "^1.0.2",
  84. "babel-plugin-import": "^1.13.6",
  85. "css-loader": "^3.2.0",
  86. "file-loader": "^4.3.0",
  87. "happypack": "^5.0.1",
  88. "html-webpack-plugin": "^3.2.0",
  89. "increase-memory-limit": "^1.0.7",
  90. "less-loader": "^5.0.0",
  91. "postcss-loader": "^3.0.0",
  92. "rimraf": "^3.0.0",
  93. "style-loader": "^1.0.0",
  94. "url-loader": "^2.3.0",
  95. "vite": "^2.9.15",
  96. "vite-plugin-commonjs": "^0.6.1",
  97. "webpack": "^4.41.2",
  98. "webpack-cli": "^3.3.10",
  99. "webpack-dev-server": "^3.9.0",
  100. "webpack-merge": "^4.2.2",
  101. "webpack-parallel-uglify-plugin": "^1.1.2"
  102. }
  103. }