cra-template-ipt-sun-redux-crcf
Version:
The base template for Create React App with Redux folder structure dedicated for the creator of this template.
29 lines • 804 B
JSON
{
"package": {
"dependencies": {
"@reduxjs/toolkit": "^1.8.1",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.2.0",
"@testing-library/user-event": "^13.5.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-redux": "^8.0.1",
"react-router-dom": "^6.3.0",
"react-scripts": "5.0.1",
"web-vitals": "^2.1.4"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"devDependencies": {
"create-react-component-folder": "^0.3.7"
},
"crcf": [
"css",
"js"
]
}
}