Skip to content

Commit 807e68c

Browse files
author
sw-yx
committed
v0.0.1
0 parents  commit 807e68c

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

package.json

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
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+
}

0 commit comments

Comments
 (0)