Skip to content

Instantly share code, notes, and snippets.

@carlrip
Created September 9, 2019 07:51
Show Gist options
  • Save carlrip/aa893e96bc93d6e8d943329cc0eb5458 to your computer and use it in GitHub Desktop.
Save carlrip/aa893e96bc93d6e8d943329cc0eb5458 to your computer and use it in GitHub Desktop.
React SPA template dependencies
"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