cra-template-jam
Version:
A quick start Create React App template with React Router, Redux Toolkit, TypeScript, Styled Components and custom ESlint configurations
26 lines • 843 B
JSON
{
"package": {
"dependencies": {
"@reduxjs/toolkit": "^1.5.1",
"@testing-library/react": "^9.3.2",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/user-event": "^7.1.2",
"@types/node": "^12.0.0",
"@types/react": "^16.9.0",
"@types/react-dom": "^16.9.0",
"@types/react-redux": "^7.1.7",
"@types/react-router-dom": "^6.2.1",
"@types/styled-components": "^5.1.23",
"@types/jest": "^24.0.0",
"styled-components": "^5.3.3",
"react-router-dom": "^6.2.1",
"react-redux": "^7.2.0",
"typescript": "~4.1.5"
},
"scripts": {
"lint": "eslint --ext .js,.jsx,.ts,.tsx ./",
"fix": "eslint --ext .js,.jsx,.ts,.tsx --fix ./",
"analyzer": "cra-bundle-analyzer"
}
}
}