Created
September 9, 2019 07:51
-
-
Save carlrip/aa893e96bc93d6e8d943329cc0eb5458 to your computer and use it in GitHub Desktop.
React SPA template dependencies
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "dependencies": { | |
| "babel-eslint": "10.0.1", | |
| "bootstrap": "^4.1.3", | |
| "jquery": "^3.4.1", | |
| "merge": "^1.2.1", | |
| "oidc-client": "^1.9.0-beta.4", | |
| "react": "^16.0.0", | |
| "react-dom": "^16.0.0", | |
| "react-router-bootstrap": "^0.24.4", | |
| "react-router-dom": "^4.2.2", | |
| "react-scripts": "^3.0.1", | |
| "reactstrap": "^6.3.0", | |
| "rimraf": "^2.6.2" | |
| }, | |
| "devDependencies": { | |
| "ajv": "^6.9.1", | |
| "cross-env": "^5.2.0", | |
| "eslint": "^5.12.0", | |
| "eslint-config-react-app": "^4.0.1", | |
| "eslint-plugin-flowtype": "^2.0.0", | |
| "eslint-plugin-import": "^2.14.0", | |
| "eslint-plugin-jsx-a11y": "^6.2.1", | |
| "eslint-plugin-react": "^7.11.1", | |
| "typescript": "^3.5.2" | |
| }, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment