PK!A7��n{ "name": "treact", "version": "0.1.0", "private": true, "dependencies": { "@babel/core": "^7.22.5", "@babel/preset-env": "^7.22.5", "@emotion/react": "^11.11.1", "@emotion/styled": "^11.11.0", "@testing-library/jest-dom": "^5.16.0", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^14.4.3", "axios": "^1.1.3", "core-js-pure": "^3.25.5", "feather-icons": "^4.29.0", "formik": "^2.4.2", "framer-motion": "^6.4.1", "rc-checkbox": "^2.3.2", "react": "^18.0.0", "react-anchor-link-smooth-scroll": "^1.0.12", "react-dom": "^18.0.0", "react-facebook-login": "^4.1.1", "react-github-btn": "^1.4.0", "react-google-login": "^5.2.2", "react-icons": "^4.8.0", "react-loading": "^2.0.3", "react-modal": "^3.16.1", "react-query": "^3.39.3", "react-redux": "^8.0.4", "react-responsive": "^9.0.2", "react-rnd": "^10.3.7", "react-router-dom": "^6.3.0", "react-scripts": "^5.0.1", "react-slick": "^0.29.0", "react-toastify": "^8.0.0", "redux": "^4.2.0", "slick-carousel": "^1.8.1", "styled-components": "^5.3.5", "swiper": "^9.4.1", "tailwind-styled-components": "^2.2.0", "twin.macro": "^3.3.1" }, "scripts": { "start": "PORT=3003 react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject", "deploy": "yarn build && netlify deploy --prod --dir=build" }, "eslintConfig": { "extends": "react-app", "overrides": [ { "files": [ "src/**/*.js" ], "rules": { "import/no-anonymous-default-export": "off" } } ] }, "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", "tailwindcss": "^3.3.2" } }