1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- {
- "name": "chat",
- "version": "0.1.0",
- "private": true,
- "dependencies": {
- "@emotion/react": "^11.7.1",
- "@emotion/styled": "^11.6.0",
- "@fontsource/roboto": "^4.5.1",
- "@mui/icons-material": "^5.2.5",
- "@mui/material": "^5.2.7",
- "@testing-library/jest-dom": "^5.16.1",
- "@testing-library/react": "^12.1.2",
- "@testing-library/user-event": "^13.5.0",
- "array-move": "^4.0.0",
- "react": "^17.0.2",
- "react-dom": "^17.0.2",
- "react-dropzone": "^11.5.1",
- "react-redux": "^7.2.6",
- "react-router-dom": "^5.3.0",
- "react-scripts": "5.0.0",
- "react-sortable-hoc": "^2.0.0",
- "redux": "^4.1.2",
- "redux-thunk": "^2.4.1",
- "sass": "^1.45.1",
- "socket.io-client": "^4.4.1",
- "web-vitals": "^2.1.2"
- },
- "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": {
- "eslint": "^8.9.0",
- "eslint-config-prettier": "^8.3.0",
- "eslint-plugin-prettier": "^4.0.0",
- "eslint-plugin-react": "^7.28.0",
- "prettier": "2.5.1"
- }
- }
|