{ "name": "myreact", "version": "0.1.0", "private": true, "dependencies": { "@craco/craco": "5.9.0", "@testing-library/jest-dom": "^4.2.4", "@testing-library/react": "^9.3.2", "@testing-library/user-event": "^7.1.2", "@types/react": "^19.0.10", "@types/react-dom": "17.0.0", "antd": "^4.7.0", "axios": "^0.21.0", "craco-less": "^1.17.1", "echarts": "4.9.0", "echarts-for-react": "^2.0.16", "js-cookie": "^2.2.1", "quill-emoji": "^0.2.0", "react": "^17.0.0", "react-dom": "^17.0.0", "react-quill": "^1.3.5", "react-redux": "^7.2.2", "react-router-dom": "^5.2.0", "react-scripts": "3.4.3", "redux": "^4.0.5", "typescript": "^4.1.3" }, "scripts": { "start": "craco start", "build": "craco build", "test": "craco test", "eject": "react-scripts eject" }, "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": { "@types/react-router-dom": "^5.1.7" }, "proxy": "http://localhost:8187" }