aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json17
1 files changed, 16 insertions, 1 deletions
diff --git a/package.json b/package.json
index d8cc941..4806d3a 100644
--- a/package.json
+++ b/package.json
@@ -6,9 +6,21 @@
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
+ "axios": "^0.19.0",
+ "bootstrap": "^4.4.1",
+ "connected-react-router": "^6.6.1",
+ "es6-promise": "^4.2.8",
+ "history": "^4.10.1",
+ "lodash": "^4.17.15",
+ "query-string": "^6.9.0",
"react": "^16.12.0",
+ "react-bootstrap": "^1.0.0-beta.16",
"react-dom": "^16.12.0",
- "react-scripts": "3.3.0"
+ "react-redux": "^7.1.3",
+ "react-router-dom": "^5.1.2",
+ "react-scripts": "3.3.0",
+ "redux": "^4.0.4",
+ "redux-saga": "^1.1.3"
},
"scripts": {
"start": "react-scripts start",
@@ -30,5 +42,8 @@
"last 1 firefox version",
"last 1 safari version"
]
+ },
+ "devDependencies": {
+ "redux-devtools-extension": "^2.13.8"
}
}