{ "name": "newdashboard", "version": "0.1.0", "private": true, "dependencies": { "@reduxjs/toolkit": "^1.9.7", "@stripe/react-stripe-js": "^2.3.2", "@stripe/stripe-js": "^2.1.11", "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^13.5.0", "@types/antd": "^1.0.0", "@types/axios": "^0.14.0", "@types/jest": "^27.5.2", "@types/moment": "^2.13.0", "@types/node": "^16.18.50", "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@types/react-query": "^1.2.9", "@types/react-router-dom": "^5.3.3", "antd": "^5.9.0", "bootstrap-vue": "^2.23.1", "dayjs": "^1.11.10", "file-saver": "^2.0.5", "final-form": "^4.20.10", "moment-timezone": "^0.5.43", "react": "^18.2.0", "react-dom": "^18.2.0", "react-final-form": "^6.5.9", "react-icons": "^4.11.0", "react-redux": "^8.1.3", "react-router-dom": "^6.15.0", "react-scripts": "5.0.1", "recharts": "^2.10.4", "redux": "^4.2.1", "redux-thunk": "^2.4.2", "typescript": "^4.9.5", "web-vitals": "^2.1.4", "yarn": "^1.22.19" }, "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/plugin-proposal-private-property-in-object": "^7.21.11" } }