1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- {
- "name": "hipstagram",
- "version": "0.1.0",
- "private": true,
- "proxy": "http://hipstagram.node.ed.asmer.org.ua",
- "dependencies": {
- "@emotion/react": "^11.8.1",
- "@emotion/styled": "^11.8.1",
- "@material-ui/core": "^4.12.4",
- "@material-ui/icons": "^4.11.3",
- "@mui/icons-material": "^5.8.4",
- "@mui/material": "^5.9.0",
- "@mui/styled-engine-sc": "^5.4.2",
- "@mui/styles": "^5.9.0",
- "@pandemicode/material-ui-dropzone": "^3.5.5",
- "@testing-library/jest-dom": "^5.16.2",
- "@testing-library/react": "^12.1.3",
- "@testing-library/user-event": "^13.5.0",
- "material-ui-dropzone": "^3.5.0",
- "material-ui-icons": "^1.0.0-beta.36",
- "react": "^17.0.2",
- "react-dom": "^17.0.2",
- "react-dropzone": "^14.2.2",
- "react-material-ui-carousel": "^3.4.2",
- "react-redux": "^7.2.6",
- "react-router": "^6.2.1",
- "react-scripts": "5.0.0",
- "react-smooth-dnd": "^0.11.1",
- "redux": "^4.1.2",
- "redux-devtools-extension": "^2.13.9",
- "redux-thunk": "^2.4.1",
- "styled-components": "^5.3.3",
- "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": {
- "react-router-dom": "^6.2.1"
- }
- }
|