1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- {
- "name": "psicoadmin",
- "homepage": "https://evaluacionline.com",
- "version": "0.1.0",
- "private": true,
- "dependencies": {
- "@date-io/date-fns": "^2.16.0",
- "@emotion/react": "^11.5.0",
- "@emotion/styled": "^11.3.0",
- "@hookform/resolvers": "^2.9.10",
- "@iconify/icons-eva": "^1.1.0",
- "@iconify/react": "^3.1.3",
- "@mui/icons-material": "^5.1.0",
- "@mui/material": "^5.1.0",
- "@mui/x-date-pickers": "^5.0.17",
- "@reduxjs/toolkit": "^1.8.6",
- "@testing-library/jest-dom": "^5.16.1",
- "@testing-library/react": "^11.2.7",
- "@testing-library/react-hooks": "^7.0.2",
- "@testing-library/user-event": "^12.8.3",
- "autoprefixer": "10.4.5",
- "axios": "^0.26.1",
- "bootstrap": "^5.2.0-beta1",
- "date-fns": "^2.29.3",
- "formik": "^2.2.9",
- "jwt-decode": "^3.1.2",
- "mui-datatables": "^4.2.2",
- "react": "^17.0.2",
- "react-bootstrap": "2.4.0",
- "react-dom": "^17.0.2",
- "react-hook-form": "^7.39.4",
- "react-hot-toast": "^2.2.0",
- "react-pdf": "^6.2.2",
- "react-query": "^3.34.12",
- "react-redux": "^8.0.4",
- "react-router": "6.2.1",
- "react-router-dom": "6.2.1",
- "react-scripts": "^5.0.0",
- "react-scroll": "^1.8.7",
- "web-vitals": "^1.0.1",
- "yup": "^0.32.11"
- },
- "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"
- ]
- }
- }
|