proyecto-web/frontend/package.json

51 lines
1.2 KiB
JSON

{
"name": "frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"@date-io/core": "^2.11.0",
"@date-io/date-fns": "1.3.11",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/pickers": "3.2.10",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@testing-library/user-event": "^13.2.1",
"@types/date-fns": "^2.6.0",
"axios": "^0.24.0",
"date-fns": "2.11.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hook-form": "^7.22.5",
"react-router-dom": "^6.2.1",
"react-scripts": "5.0.0",
"sweetalert2": "^11.3.2",
"sweetalert2-react-content": "^4.2.0",
"web-vitals": "^2.1.0"
},
"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"
]
}
}