-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.02 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "bs-react-netlify-identity",
"version": "2.0.3",
"description": "Reason bindings for react-netlify-identity",
"keywords": [
"buckleScript",
"reason",
"react-netlify-identity"
],
"homepage": "https://github.com/margaretkrutikova/bs-react-netlify-identity",
"repository": "https://github.com/margaretkrutikova/bs-react-netlify-identity",
"bugs": "https://github.com/margaretkrutikova/bs-react-netlify-identity/issues",
"author": "Margarita Krutikova",
"license": "MIT",
"main": "./src/ReactNetlifyIdentity.re",
"scripts": {
"build": "bsb -make-world",
"start": "bsb -make-world -w",
"clean": "bsb -clean-world",
"test": "echo \"Error: no test specified\" && exit 1"
},
"peerDependencies": {
"react": "^16.0.0",
"react-dom": "^16.0.0",
"reason-react": ">=0.7.0"
},
"devDependencies": {
"bs-platform": "~7.0.1",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"reason-react": ">=0.7.0"
},
"dependencies": {
"react-netlify-identity": "^0.2.3"
}
}