123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- {
- "name": "psicoadmin",
- "homepage": "http://clubdit.ditca.org/psicoadmin/",
- "version": "0.1.0",
- "private": true,
- "dependencies": {
- "@emotion/react": "^11.5.0",
- "@emotion/styled": "^11.3.0",
- "@mui/icons-material": "^5.1.0",
- "@mui/lab": "^5.0.0-alpha.59",
- "@mui/material": "^5.1.0",
- "@testing-library/jest-dom": "^5.11.4",
- "@testing-library/react": "^11.1.0",
- "@testing-library/user-event": "^12.1.10",
- "bootstrap": "^5.1.3",
- "date-fns": "^2.27.0",
- "formik": "^2.2.9",
- "jquery": "^3.6.0",
- "js-cookie": "^3.0.1",
- "react": "^17.0.2",
- "react-bootstrap": "^2.0.2",
- "react-dom": "^17.0.2",
- "react-router": "6.2.1",
- "react-router-dom": "6.2.1",
- "react-scripts": "^5.0.0",
- "web-vitals": "^1.0.1",
- "yup": "^0.32.11"
- },
- "resolutions": {
- "react-error-overlay": "6.0.9"
- },
- "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"
- ]
- }
- }
|