{ "name": "cesium-arrow", "version": "0.1.0", "private": true, "dependencies": { "@ant-design/colors": "^7.0.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": "^5.8.4", "cesium": "^1.108.0", "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" ] } }