停车场项目web, 互联网仓库, 开发完成后, 需要将代码回传云桌面.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

90 lines
2.7 KiB

  1. {
  2. "name": "PMS_Frontend",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "./src/index.jsx",
  6. "scripts": {
  7. "start": "concurrently \"npm run dev\"",
  8. "dev": "node --max_old_space_size=8192 ./node_modules/webpack-dev-server/bin/webpack-dev-server --config ./scripts/webpack.dev.js",
  9. "build": "node ./scripts/run.js",
  10. "build:doc": "cross-env webpack --config ./scripts/webpack.prod.js",
  11. "build:smp": "cross-env smp=true npm run build:doc",
  12. "build:analyze": "cross-env analyze=true npm run build:doc"
  13. },
  14. "keywords": [
  15. "PMS"
  16. ],
  17. "author": "",
  18. "license": "ISC",
  19. "devDependencies": {
  20. "@babel/core": "^7.17.5",
  21. "@babel/preset-env": "^7.16.11",
  22. "@babel/preset-react": "^7.16.7",
  23. "@pmmmwh/react-refresh-webpack-plugin": "^0.5.6",
  24. "@reduxjs/toolkit": "^1.8.0",
  25. "@wangeditor/editor": "^5.1.23",
  26. "@wangeditor/editor-for-react": "^1.0.6",
  27. "acorn": "^8.8.1",
  28. "antd": "^4.21.4",
  29. "autoprefixer": "^10.4.2",
  30. "babel-loader": "^8.2.3",
  31. "bignumber.js": "^9.1.2",
  32. "clean-webpack-plugin": "^4.0.0",
  33. "copy-webpack-plugin": "^9.1.0",
  34. "cross-env": "^7.0.3",
  35. "cross-spawn": "^7.0.3",
  36. "css-loader": "^6.7.1",
  37. "css-minimizer-webpack-plugin": "^3.4.1",
  38. "dayjs": "^1.11.7",
  39. "echarts": "^5.4.1",
  40. "file-loader": "^6.2.0",
  41. "flv.js": "^1.5.0",
  42. "html-webpack-plugin": "^5.5.0",
  43. "mini-css-extract-plugin": "^2.6.0",
  44. "postcss-loader": "^6.2.1",
  45. "progress-bar-webpack-plugin": "^2.1.0",
  46. "react": "^18.0.1",
  47. "react-dom": "^18.0.1",
  48. "react-redux": "^7.2.6",
  49. "react-refresh": "^0.13.0",
  50. "react-router-dom": "^6.2.2",
  51. "sass": "^1.49.9",
  52. "sass-loader": "^12.6.0",
  53. "speed-measure-webpack-plugin": "^1.5.0",
  54. "style-loader": "^3.3.1",
  55. "terser-webpack-plugin": "^5.3.1",
  56. "url-loader": "^4.1.1",
  57. "webpack": "^5.70.0",
  58. "webpack-bundle-analyzer": "^4.5.0",
  59. "webpack-cli": "^4.9.2",
  60. "webpack-dev-server": "^4.7.4",
  61. "webpack-merge": "^5.8.0"
  62. },
  63. "dependencies": {
  64. "@loadable/component": "^5.15.2",
  65. "ahooks": "^3.7.2",
  66. "axios": "^0.26.0",
  67. "concurrently": "^7.1.0",
  68. "copy-to-clipboard": "^3.3.3",
  69. "crypto-js": "^4.1.1",
  70. "echarts-for-react": "^3.0.2",
  71. "echarts-gl": "^2.0.9",
  72. "express": "^4.17.3",
  73. "js-cookie": "^3.0.1",
  74. "leaflet": "^1.4.0",
  75. "leaflet-canvas-marker": "^0.2.0",
  76. "leaflet-polylinedecorator": "^1.6.0",
  77. "leaflet-rain": "^0.2.0",
  78. "leaflet.chinatmsproviders": "^3.0.6",
  79. "leaflet.heat": "^0.2.0",
  80. "lodash": "^4.17.21",
  81. "moment": "^2.29.1",
  82. "postcss": "^8.4.21",
  83. "qs": "^6.10.3",
  84. "react-beautiful-dnd": "^13.1.1",
  85. "react-quill": "^2.0.0",
  86. "save-dev": "0.0.1-security",
  87. "tslib": "^2.5.0",
  88. "use-deep-compare-effect": "^1.6.1"
  89. }
  90. }