Skip to content

Commit 20fb43a

Browse files
author
sw-yx
committed
proper dependencies
1 parent 0a24c4b commit 20fb43a

File tree

2 files changed

+697
-427
lines changed

2 files changed

+697
-427
lines changed

package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,22 @@
2121
"predeploy": "cd example && yarn install && yarn run build",
2222
"deploy": "gh-pages -d example/build"
2323
},
24-
"dependencies": {},
24+
"dependencies": {
25+
"gotrue-js": "^0.9.24"
26+
},
2527
"peerDependencies": {
2628
"react": "^15.0.0 || ^16.0.0",
2729
"react-dom": "^15.0.0 || ^16.0.0"
2830
},
2931
"devDependencies": {
32+
"@svgr/rollup": "^4.2.0",
3033
"@types/jest": "^23.1.5",
3134
"@types/react": "^16.7.13",
3235
"@types/react-dom": "^16.0.11",
3336
"babel-core": "^6.26.3",
3437
"babel-runtime": "^6.26.0",
3538
"cross-env": "^5.1.4",
3639
"gh-pages": "^1.2.0",
37-
"gotrue-js": "^0.9.24",
3840
"react": "^16.8.0-alpha.0",
3941
"react-dom": "^16.8.0-alpha.0",
4042
"react-scripts-ts": "^2.16.0",

0 commit comments

Comments
 (0)