cra-template-ipt-sun
Version:
The base template for Create React App with advance folder structure dedicated for the creator of this template.
19 lines • 529 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",
"web-vitals": "^2.1.0",
"react-dom": "^18.1.0",
"react-router-dom": "^6.3.0"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
}
}
}