Frontend/25_01_07/mai/node_modules/cra-template/template.json

14 lines
295 B
JSON
Raw Permalink Normal View History

2025-01-28 10:38:27 +00:00
{
"package": {
"dependencies": {
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^13.0.0",
"@testing-library/user-event": "^13.2.1",
"web-vitals": "^2.1.0"
},
"eslintConfig": {
"extends": ["react-app", "react-app/jest"]
}
}
}