package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "name": "dt-alarm-component",
  3. "version": "0.2.5",
  4. "description": "",
  5. "main": "lib/index.js",
  6. "scripts": {
  7. "start": "webpack-dev-server --config config/webpack.dev.config.js",
  8. "build": "webpack --config config/webpack.prod.config.js",
  9. "pub": "yarn publish",
  10. "test": "echo \"Error: no test specified\" && exit 1"
  11. },
  12. "author": "",
  13. "license": "ISC",
  14. "devDependencies": {
  15. "@babel/cli": "^7.5.5",
  16. "@babel/core": "^7.5.5",
  17. "@babel/preset-env": "^7.5.5",
  18. "@babel/preset-react": "^7.0.0",
  19. "babel-loader": "^8.0.6",
  20. "css-loader": "^3.2.0",
  21. "customize-cra": "^1.0.0",
  22. "eslint": "^8.47.0",
  23. "eslint-config-react-app": "^7.0.1",
  24. "file-loader": "^6.2.0",
  25. "jszip": "^3.10.1",
  26. "less": "^4.2.0",
  27. "less-loader": "4.1.0",
  28. "mini-css-extract-plugin": "^0.8.0",
  29. "react": "^18.2.0",
  30. "react-dom": "^18.2.0",
  31. "sass": "^1.66.1",
  32. "sass-loader": "10.3.1",
  33. "style-loader": "^1.0.0",
  34. "svg-sprite-loader": "^6.0.11",
  35. "url-loader": "^4.1.1",
  36. "webpack": "^4.39.3",
  37. "webpack-cli": "^3.3.7",
  38. "webpack-dev-server": "^3.8.0",
  39. "webpack-merge": "^4.2.2"
  40. },
  41. "dependencies": {
  42. "@ant-design/icons": "^5.4.0",
  43. "@reduxjs/toolkit": "^1.9.5",
  44. "ahooks": "^3.8.1",
  45. "antd": "^5.15.4",
  46. "axios": "^1.4.0",
  47. "dayjs": "^1.11.13",
  48. "echarts": "^5.5.1",
  49. "echarts-for-react": "^3.0.2",
  50. "file-saver": "^2.0.5",
  51. "html2canvas": "^1.4.1",
  52. "immer": "^10.1.1",
  53. "lodash": "^4.17.21",
  54. "path": "^0.12.7",
  55. "ramda": "^0.29.0",
  56. "react-redux": "^8.1.2",
  57. "react-router-dom": "^6.15.0",
  58. "react-sortablejs": "6.1.1",
  59. "sortablejs": "^1.15.0",
  60. "web-vitals": "^3.4.0"
  61. },
  62. "files": [
  63. "lib"
  64. ]
  65. }