xf-web/package.json

51 lines
1.1 KiB
JSON
Raw Permalink Normal View History

{
"name": "zhzmkz-web",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@craco/craco": "^7.0.0-alpha.7",
"@react-hook/resize-observer": "^1.2.6",
"@rematch/core": "^2.2.0",
"@types/geojson": "^7946.0.8",
"@types/node": "^16.11.45",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"antd": "^4.21.7",
"axios": "^0.27.2",
"craco-less": "2.1.0-alpha.0",
"echarts": "^5.3.3",
"echarts-for-react": "^3.0.2",
"moment": "^2.29.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.0.2",
"react-router": "^6.3.0",
"react-router-dom": "^6.3.0",
"react-scripts": "5.0.1",
"redux": "^4.2.0",
"typescript": "^4.7.4"
},
"scripts": {
"start": "craco start",
"build": "craco build"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}