We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a24c4b commit 20fb43aCopy full SHA for 20fb43a
package.json
@@ -21,20 +21,22 @@
21
"predeploy": "cd example && yarn install && yarn run build",
22
"deploy": "gh-pages -d example/build"
23
},
24
- "dependencies": {},
+ "dependencies": {
25
+ "gotrue-js": "^0.9.24"
26
+ },
27
"peerDependencies": {
28
"react": "^15.0.0 || ^16.0.0",
29
"react-dom": "^15.0.0 || ^16.0.0"
30
31
"devDependencies": {
32
+ "@svgr/rollup": "^4.2.0",
33
"@types/jest": "^23.1.5",
34
"@types/react": "^16.7.13",
35
"@types/react-dom": "^16.0.11",
36
"babel-core": "^6.26.3",
37
"babel-runtime": "^6.26.0",
38
"cross-env": "^5.1.4",
39
"gh-pages": "^1.2.0",
- "gotrue-js": "^0.9.24",
40
"react": "^16.8.0-alpha.0",
41
"react-dom": "^16.8.0-alpha.0",
42
"react-scripts-ts": "^2.16.0",
0 commit comments