{ "name": "frontend", "version": "0.1.0", "homepage": "https://hugyouu.github.io/Letterboxd-Diary-Posters-Picker", "dependencies": { "@emotion/react": "^11.13.3", "@emotion/styled": "^11.13.0", "@material-ui/core": "^4.12.4", "@material-ui/icons": "^4.11.3", "@mui/icons-material": "^6.0.1", "@mui/lab": "^6.0.0-beta.9", "@mui/material": "^6.0.1", "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^13.5.0", "axios": "^1.7.6", "material-ui-dropzone": "^3.5.0", "query-string": "^9.1.0", "react": "^18.3.1", "react-dom": "^18.3.1", "react-redux": "^9.1.2", "react-router-dom": "^6.26.1", "react-scripts": "5.0.1", "redux": "^5.0.1", "redux-persist": "^6.0.0", "sass": "^1.80.3", "web-vitals": "^2.1.4" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject", "predeploy": "npm run build", "deploy": "gh-pages -d build" }, "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": { "gh-pages": "^6.2.0" } }