-
Notifications
You must be signed in to change notification settings - Fork 40
/
package.json
46 lines (46 loc) · 1.17 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
{
"name": "reductive",
"version": "2.1.1",
"description": "Redux in Reason",
"main": "index.js",
"scripts": {
"build": "bsb -make-world",
"start": "bsb -make-world -w",
"clean": "bsb -clean-world",
"test": "npm run build && jest --silent",
"webpack": "webpack -w"
},
"repository": {
"type": "git",
"url": "https://github.com/reasonml-community/reductive.git"
},
"homepage": "https://github.com/reasonml-community/reductive#readme",
"bugs": "https://github.com/reasonml-community/reductive/issues",
"keywords": [
"reason",
"reasonml",
"ocaml",
"redux",
"state management"
],
"author": "rickyvetter",
"license": "MIT",
"peerDependencies": {
"reason-react": "^0.7.0"
},
"devDependencies": {
"@glennsl/bs-jest": "^0.4.8",
"bs-platform": "^5.0.6",
"bs-react-testing-library": "^0.5.0",
"immutable-re": "https://github.com/facebookincubator/immutable-re.git",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"reason-hooks-testing-library": "^0.2.0",
"reason-react": "^0.7.0",
"webpack": "^4.21.0",
"webpack-cli": "^3.1.2"
},
"dependencies": {
"use-subscription": "^1.0.0"
}
}