cra-template-orainz
Version:
Orainz base cra template
15 lines • 397 B
JSON
{
"package": {
"dependencies": {
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"web-vitals": "^1.0.1",
"react-router-dom": "^5.2.0",
"axios": "^0.21.1"
},
"eslintConfig": {
"extends": ["react-app", "react-app/jest"]
}
}
}