{ "name": "hipstagram", "version": "0.1.0", "private": true, "dependencies": { "@ant-design/icons": "^4.7.0", "@testing-library/jest-dom": "^5.16.2", "@testing-library/react": "^12.1.2", "@testing-library/user-event": "^13.5.0", "antd": "^4.18.6", "antd-img-crop": "^4.2.3", "array-move": "^4.0.0", "cors": "^2.8.5", "emoji-mart": "^3.0.1", "emoji-picker-react": "^3.5.1", "emoji-regex": "^10.1.0", "moment": "^2.29.2", "react": "^17.0.2", "react-avatar-editor": "^13.0.0", "react-dom": "^17.0.2", "react-dropzone": "^12.0.2", "react-input-emoji": "^4.1.0", "react-native-emoji-selector": "^0.2.0", "react-redux": "^7.2.6", "react-responsive-carousel": "^3.2.22", "react-router-dom": "^5.3.0", "react-scripts": "5.0.0", "react-sortable-hoc": "^2.0.0", "react-string-replace": "^1.0.0", "redux": "^4.1.2", "redux-saga": "^1.1.3", "redux-thunk": "^2.4.1", "saga": "^4.0.0-alpha", "web-vitals": "^2.1.4" }, "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": { "sass": "^1.49.7" } }