aboutsummaryrefslogtreecommitdiffstats
path: root/packages/react-shared/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/react-shared/package.json')
-rw-r--r--packages/react-shared/package.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/packages/react-shared/package.json b/packages/react-shared/package.json
index afed68c42..178b6d76e 100644
--- a/packages/react-shared/package.json
+++ b/packages/react-shared/package.json
@@ -33,6 +33,7 @@
"typescript": "3.0.1"
},
"dependencies": {
+ "@0xproject/types": "^1.1.2",
"@material-ui/core": "^3.0.1",
"@types/is-mobile": "0.3.0",
"@types/lodash": "4.14.104",
@@ -40,7 +41,9 @@
"@types/node": "*",
"@types/react": "*",
"@types/react-dom": "*",
+ "@types/react-router-dom": "^4.0.4",
"@types/react-scroll": "1.5.3",
+ "@types/valid-url": "^1.0.2",
"basscss": "^8.0.3",
"change-case": "^3.0.2",
"is-mobile": "^0.2.2",
@@ -50,7 +53,9 @@
"react-dom": "^16.4.2",
"react-highlight": "0xproject/react-highlight#2f40a42e0a3f0ad126f9f42d505b97b603fc7162",
"react-markdown": "^3.2.2",
- "react-scroll": "0xproject/react-scroll#similar-to-pr-330"
+ "react-scroll": "0xproject/react-scroll#similar-to-pr-330",
+ "react-router-dom": "^4.1.1",
+ "valid-url": "^1.0.9"
},
"publishConfig": {
"access": "public"