{ "name": "backofficefront", "version": "0.1.0", "private": true, "dependencies": { "@ant-design/icons": "^5.6.1", "@hookform/resolvers": "^3.2.0", "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^13.0.0", "@testing-library/user-event": "^13.2.1", "antd": "^5.26.1", "axios": "^1.4.0", "date-fns": "^2.30.0", "dayjs": "^1.11.13", "dotenv-cli": "^7.4.2", "framer-motion": "^12.19.1", "i18next": "^23.15.1", "lodash": "^4.17.21", "react": "^18.2.0", "react-calendar": "^4.4.0", "react-datepicker": "^4.16.0", "react-dom": "^18.2.0", "react-hook-form": "^7.45.4", "react-i18next": "^15.0.2", "react-router-dom": "^6.14.1", "react-scripts": "5.0.1", "react-table": "^7.8.0", "recoil": "^0.7.7", "styled-components": "^6.0.4", "styled-reset": "^4.5.1", "web-vitals": "^2.1.0", "xlsx": "^0.18.5", "xlsx-js-style": "^1.2.0", "yup": "^1.2.0" }, "scripts": { "start": "dotenv -e .env.local react-scripts start", "build:stage": "dotenv -e .env.stage react-scripts build", "build:live": "dotenv -e .env.live react-scripts build", "build:dev": "dotenv -e .env.dev react-scripts build", "build:qa": "dotenv -e .env.qa 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" } }