-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.43 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
52
53
54
55
{
"name": "@mauna/reason-pipes",
"version": "0.1.11-development",
"description": "Pipes Utils for Streams",
"repository": "https://github.com/mauna-cloud/--reason-pipes",
"author": "Philip Balbas <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mauna-cloud/--reason-pipes/issues"
},
"homepage": "https://github.com/mauna-cloud/--reason-pipes#readme",
"keywords": [
"reason",
"reasonml",
"ocaml",
"bs-platform",
"bucklescript"
],
"main": "index.js",
"scripts": {
"clean": "bsb -clean-world",
"build": "bsb -make-world",
"watch": "bsb -make-world -w"
},
"devDependencies": {
"@babel/cli": "^7.10.3",
"@babel/core": "^7.10.3",
"@babel/node": "^7.10.3",
"@babel/preset-flow": "^7.10.1",
"babel-plugin-macros": "^2.8.0",
"bs-platform": "7.3.2",
"bsdoc": "^6.0.4-alpha",
"flow-bin": "^0.127.0"
},
"dependencies": {
"@mauna/reason-web-streams": "0.1.10-development",
"@types/lodash": "^4.14.160",
"@ygor/list": "^5.4.1",
"baobab": "^2.6.0",
"blob": "^0.1.0",
"carlo": "^0.9.46",
"crocks": "^0.12.4",
"export-all.macro": "^0.0.0",
"flow-runtime": "^0.17.0",
"lodash": "^4.17.20",
"pacta": "^0.9.0",
"param.macro": "^3.2.1",
"polytype": "^0.9.4",
"qim": "^0.0.52",
"react": "^16.13.1",
"reason-react": "^0.9.1",
"ssml-jsx": "^2.0.3",
"web-streams-polyfill": "^3.0.0"
}
}