1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- {
- "name": "my-diplom",
- "version": "0.1.0",
- "private": true,
- "dependencies": {
- "@dnd-kit/core": "^6.0.8",
- "@dnd-kit/sortable": "^7.0.2",
- "@dnd-kit/utilities": "^3.2.1",
- "@emotion/react": "^11.10.6",
- "@emotion/styled": "^11.10.6",
- "@fontsource/roboto": "^4.5.8",
- "@mui/icons-material": "^5.11.11",
- "@mui/lab": "^5.0.0-alpha.124",
- "@mui/material": "^5.11.11",
- "@reduxjs/toolkit": "^1.9.3",
- "@rtk-query/graphql-request-base-query": "^2.2.0",
- "@testing-library/jest-dom": "^5.16.5",
- "@testing-library/react": "^13.4.0",
- "@testing-library/user-event": "^13.5.0",
- "array-move": "^4.0.0",
- "graphql-request": "^5.2.0",
- "react": "^18.2.0",
- "react-dom": "^18.2.0",
- "react-dropzone": "^14.2.3",
- "react-material-ui-carousel": "^3.4.2",
- "react-redux": "^8.0.5",
- "react-router-dom": "^6.8.1",
- "react-scripts": "5.0.1",
- "redux-persist": "^6.0.0",
- "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"
- ]
- }
- }
|