mcfxkh-Web/package.json

59 lines
1.5 KiB
JSON
Raw Normal View History

2025-05-19 14:26:18 +08:00
{
"name": "hplcs-web",
"version": "0.1.0",
"private": true,
"dependencies": {
"@craco/craco": "^5.8.0",
"@date-io/moment": "^1.3.13",
"@fullcalendar/core": "^4.2.0",
"@fullcalendar/daygrid": "^4.2.0",
"@fullcalendar/interaction": "^4.2.0",
"@fullcalendar/react": "^4.2.0",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.57",
"@material-ui/pickers": "^3.2.10",
"@rematch/core": "^1.4.0",
"@rematch/persist": "^1.1.6",
"@turf/turf": "^5.1.6",
"clone": "^2.1.2",
"clsx": "^1.1.1",
"craco-less": "^1.17.0",
"d3-contour": "^2.0.0",
"echarts": "^4.9.0",
2025-05-19 14:29:05 +08:00
"echarts-for-react": "2.0.16",
2025-05-19 14:26:18 +08:00
"http-proxy-middleware": "^1.0.6",
"localforage": "^1.9.0",
"mapbox-gl": "^2.2.0",
"moment": "^2.29.1",
"polylabel": "^1.1.0",
"rc-tree": "^4.1.5",
"rc-trigger": "^5.2.5",
"react": "^17.0.1",
"react-custom-scrollbars": "^4.2.1",
"react-dom": "^17.0.1",
"react-double-marquee": "^1.0.6",
"react-hook-form": "^7.2.1",
"react-redux": "^7.2.2",
"react-router": "^5.2.0",
"react-router-config": "^5.1.1",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.0",
"react-transition-group": "^4.4.1",
"redux": "^4.0.5",
"reselect": "^4.0.0"
},
"scripts": {
"start": "craco start",
"build": "craco build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
]
}