File tree 1 file changed +32
-0
lines changed
1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " react-netlify-identity-widget" ,
3
+ "version" : " 0.0.1" ,
4
+ "main" : " dist/index.js" ,
5
+ "umd:main" : " dist/react-netlify-identity-widget.umd.production.js" ,
6
+ "module" : " dist/react-netlify-identity-widget.es.production.js" ,
7
+ "typings" : " dist/index.d.ts" ,
8
+ "files" : [
9
+ " dist"
10
+ ],
11
+ "scripts" : {
12
+ "start" : " tsdx watch" ,
13
+ "build" : " tsdx build" ,
14
+ "test" : " tsdx test"
15
+ },
16
+ "devDependencies" : {
17
+ "@types/jest" : " ^24.0.11" ,
18
+ "@types/react" : " ^16.8.14" ,
19
+ "@types/react-dom" : " ^16.8.4" ,
20
+ "tsdx" : " ^0.3.4" ,
21
+ "typescript" : " ^3.4.4"
22
+ },
23
+ "peerDependencies" : {
24
+ "react" : " ^15.0.0 || ^16.0.0" ,
25
+ "react-dom" : " ^15.0.0 || ^16.0.0"
26
+ },
27
+ "dependencies" : {
28
+ "@reach/dialog" : " ^0.2.3" ,
29
+ "@reach/visually-hidden" : " ^0.1.3" ,
30
+ "react-netlify-identity" : " ^0.0.7"
31
+ }
32
+ }
You can’t perform that action at this time.
0 commit comments