{ "private": false, "name": "imagur-frontend", "version": "0.0.0", "description": "Frontend for Imagur", "license": "GPL-3.0", "repository": "https://github.com/rubikscraft/Imagur", "author": "Rubikscraft ", "type": "commonjs", "main": "dist/index.js", "dependencies": { "@emotion/react": "^11.8.1", "@emotion/styled": "^11.8.1", "@mui/icons-material": "^5.4.2", "@mui/material": "^5.4.3", "class-transformer": "^0.5.1", "class-validator": "^0.13.2", "imagur-shared": "*", "notistack": "^2.0.3", "react": "^17.0.2", "react-dom": "^17.0.2", "react-dropzone": "^12.0.4", "react-router-dom": "^6.2.1" }, "devDependencies": { "@babel/core": "^7.17.5", "@babel/plugin-syntax-flow": "^7.16.7", "@babel/plugin-transform-react-jsx": "^7.17.3", "@craco/craco": "7.0.0-alpha.3", "@types/node": "^17.0.21", "@types/react": "^17.0.39", "@types/react-dom": "^17.0.11", "autoprefixer": "^10.4.2", "craco-plugin-scoped-css": "^1.1.1", "postcss": "^8.4.7", "react-scripts": "5.0.0", "sass": "^1.49.9", "typescript": "^4.5.5" }, "scripts": { "start": "craco start", "build": "craco 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" ] } }