forked from JulesGuesnon/Reason-react-hooks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.01 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
37
38
{
"name": "reason-react-hooks",
"version": "0.4.2",
"main": "lib/js/src/Hooks.js",
"description": "Some hooks in ReasonML for reason-react that can be useful.",
"repository": {
"url": "https://github.com/JulesGuesnon/reason-react-hooks"
},
"scripts": {
"prepublish": "bsb -make-world",
"build": "bsb -make-world",
"start": "bsb -make-world -w",
"clean": "bsb -clean-world",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"BuckleScript",
"ReasonReact",
"ReasonML",
"Reason",
"Hooks",
"React"
],
"author": "Jules Guesnon <[email protected]>",
"license": "MIT",
"dependencies": {
"bs-intersection-observer": "^0.1.2",
"react": "^16.8.1",
"react-dom": "^16.8.1",
"reason-react": ">=0.7.1"
},
"peerDependencies": {
"bs-platform": "^5 || ^7 || ^8"
},
"devDependencies": {
"bs-platform": "^7"
}
}