-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.19 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
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "@tizoc/refractive",
"version": "0.0.7",
"description": "Lenses and tracked selectors enhancer and hooks for Reductive",
"main": "index.js",
"scripts": {
"build": "bsb -make-world",
"clean": "bsb -clean-world",
"test": "npm run build && jest --silent",
"webpack": "webpack",
"webpack-server": "webpack -w"
},
"keywords": [
"reason",
"reasonml",
"ocaml",
"redux",
"reductive",
"lenses",
"state management"
],
"homepage": "https://github.com/tizoc/refractive",
"repository": {
"type": "git",
"url": "https://github.com/tizoc/refractive.git"
},
"publishConfig": {
"access": "public"
},
"author": "tizoc",
"license": "BSD-3-Clause",
"peerDependencies": {
"reason-react": "^0.7.0",
"reductive": "^2.0.1"
},
"devDependencies": {
"@glennsl/bs-jest": "^0.5.0",
"bs-platform": "^7.2.2",
"bs-react-testing-library": "^0.6.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"reason-hooks-testing-library": "^0.2.1",
"reason-react": "^0.7.0",
"reductive": "^2.0.1",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11"
},
"dependencies": {
"use-subscription": "^1.4.1"
}
}