Files
front_directorio/package.json
T

44 lines
984 B
JSON
Raw Normal View History

2024-06-11 19:56:54 -06:00
{
"name": "front_directorio",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
2024-06-17 01:00:55 -06:00
"bootstrap": "^5.3.3",
2024-07-16 20:59:52 -06:00
"dotenv": "^16.4.5",
2024-06-24 16:12:03 -06:00
"jwt-decode": "^4.0.0",
2024-06-11 19:56:54 -06:00
"react": "^18.3.1",
"react-dom": "^18.3.1",
2024-06-28 18:57:32 -06:00
"react-dropzone": "^14.2.3",
2024-06-20 17:44:55 -06:00
"react-router-dom": "^6.23.1",
2024-06-11 19:56:54 -06:00
"react-scripts": "5.0.1",
"web-vitals": "^2.1.4"
},
"scripts": {
2024-06-12 18:44:57 -06:00
"start": "set PORT=3001 && react-scripts start",
2024-06-11 19:56:54 -06:00
"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"
]
}
}