cra-template-ipt-sun-context-crcf
Version:
The base template for Create React App with useContext folder structure dedicated for the creator of this template.
18 lines • 492 B
JSON
{
"package": {
"dependencies": {
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^13.0.0",
"@testing-library/user-event": "^13.2.1",
"styled-components": "^5.3.5",
"react-router-dom": "^6.3.0",
"web-vitals": "^2.1.0"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
}
}
}