We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd3c1df commit a4d8dd7Copy full SHA for a4d8dd7
package.json
@@ -29,8 +29,12 @@
29
"predeploy": "cd example && yarn install && yarn run build",
30
"deploy": "gh-pages -d example/build"
31
},
32
- "dependencies": {},
+ "dependencies": {
33
+ "react-cookie": "^4.0.3",
34
+ "react-device-detect": "^1.11.14"
35
+ },
36
"peerDependencies": {
37
+ "prop-types": "^15.5.4",
38
"react": "^15.0.0 || ^16.0.0",
39
"react-dom": "^15.0.0 || ^16.0.0"
40
@@ -60,8 +64,6 @@
60
64
"prettier-eslint-cli": "^5.0.0",
61
65
"prop-types": "^15.7.2",
62
66
"react": "^16.4.1",
63
- "react-cookie": "^4.0.3",
- "react-device-detect": "^1.11.14",
67
"react-dom": "^16.4.1",
68
"react-icons": "^3.8.0",
69
"react-scripts-ts": "^2.16.0",
0 commit comments