{ "name": "create-react-app-antd", "version": "0.1.0", "private": true, "dependencies": { "@ant-design/compatible": "^1.0.8", "@ant-design/icons": "^4.3.0", "@craco/craco": "^5.9.0", "@testing-library/jest-dom": "^5.11.6", "@testing-library/react": "^11.2.2", "@testing-library/user-event": "^12.3.0", "antd": "^4.9.1", "craco": "0.0.3", "craco-less": "^1.17.1", "echarts": "^4.9.0", "echarts-for-react": "^2.0.16", "react": "^16.13.1", "react-dom": "^16.13.1", "react-router-dom": "^5.2.0", "react-scripts": "3.4.3" }, "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" ] }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^4.6.1", "@typescript-eslint/parser": "^4.6.1", "eslint-plugin-react": "^7.21.5", "prettier": "2.1.2" } }