cesium-arrow/package.json
2023-10-09 18:06:49 +08:00

58 lines
1.4 KiB
JSON

{
"name": "cesium-arrow",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ant-design/aliyun-theme": "^0.0.5",
"@ant-design/colors": "^7.0.0",
"@ant-design/icons": "^4.7.0",
"@craco/craco": "^7.1.0",
"@rematch/core": "^2.2.0",
"@rematch/loading": "^2.1.2",
"@rematch/persist": "^2.1.2",
"@rematch/select": "^3.1.2",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"ahooks": "^3.7.8",
"antd": "4.24.9",
"cesium": "^1.108.0",
"classnames": "^2.3.2",
"craco-cesium": "^1.2.0",
"craco-less": "^3.0.1",
"echarts": "^5.0.2",
"echarts-for-react": "^3.0.2",
"lodash-es": "^4.17.21",
"node-polyfill-webpack-plugin": "^2.0.1",
"react": "^18.2.0",
"react-custom-scrollbars-2": "^4.5.0",
"react-dom": "^18.2.0",
"react-redux": "^8.1.2",
"react-router-dom": "^6.15.0",
"react-scripts": "5.0.1",
"redux": "^4.2.1",
"redux-persist": "^6.0.0",
"resium": "^1.17.1",
"tslib": "^2.6.2",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test"
},
"eslintConfig": {},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}