{ "name": "create-react-app-antd", "version": "0.1.0", "private": true, "dependencies": { "@ant-design/icons": "^4.2.2", "@craco/craco": "^5.6.4", "@testing-library/jest-dom": "^5.9.0", "@testing-library/react": "^10.2.1", "@testing-library/user-event": "^11.1.0", "antd": "^4.5.4", "craco-less": "^1.17.0", "echarts": "^4.8.0", "echarts-for-react": "^2.0.16", "react": "^16.13.1", "react-dom": "^16.13.1", "react-route": "^1.0.3", "react-router-dom": "^5.2.0", "react-scripts": "^3.4.3", "reqwest": "^2.0.5" }, "scripts": { "start": "craco start", "build": "craco build", "test": "craco test" }, "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" ] } }