1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
| "dependencies": { "@testing-library/jest-dom": "^4.2.4", "@testing-library/react": "^9.3.2", "@testing-library/user-event": "^7.1.2", "@types/jest": "^24.0.0", "@types/node": "^12.0.0", "@types/react": "^16.9.0", "@types/react-bootstrap": "^1.0.1", "@types/react-dom": "^16.9.0", "@types/react-redux": "^7.1.9", "@types/styled-components": "^5.1.0", "axios": "^0.19.2", "bootstrap": "^4.4.1", "class-transformer": "^0.2.3", "react": "^16.13.1", "react-bootstrap": "^1.0.0", "react-dom": "^16.13.1", "react-redux": "^7.2.0", "react-scripts": "3.4.1", "redux": "^4.0.5", "styled-components": "^5.1.0", "typescript": "~3.7.2" }
|