cra-template-sdlc-rrdc
Version:
A base template for Create React App SDLC with Router, Redux, Docker & Cypress.
18 lines • 485 B
JSON
{
"package": {
"dependencies": {
"@reduxjs/toolkit": "^1.5.1",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"axios": "^0.24.0",
"cypress": "^9.1.1",
"react-redux": "^7.2.3",
"react-router-dom": "^6.1.1",
"react-scripts": "4.0.3"
},
"scripts:": {
"cypress": "npx cypress open"
}
}
}