{ "name": "x-zhifu", "version": "0.1.0", "private": true, "dependencies": { "@loadable/component": "^5.15.0", "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^11.2.7", "@testing-library/user-event": "^12.8.3", "@types/react-router-dom": "^5.1.7", "@types/redux-actions": "^2.6.1", "antd": "^4.16.5", "axios": "^0.21.1", "babel-loader": "^8.1.0", "loadash": "^1.0.0", "react": "^17.0.2", "react-dom": "^17.0.2", "react-redux": "^7.2.4", "react-router": "^5.2.0", "react-router-dom": "^5.2.0", "react-scripts": "4.0.3", "redux": "^4.1.0", "redux-actions": "^2.6.5", "web-vitals": "^1.1.2" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject" }, "eslintConfig": { "extends": [ "react-app", "react-app/jest" ] }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "devDependencies": { "babel": "^6.23.0", "babel-cli": "^6.26.0", "babel-preset-env": "^1.7.0", "babel-preset-react": "^6.24.1", "react-hot-loader": "^4.13.0", "webpack": "^4.44.2", "webpack-cli": "^4.7.2" } }