-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 832 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 832 Bytes
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
{
"name": "reason-catstagram",
"version": "0.1.0",
"private": true,
"dependencies": {
"@aantron/repromise": "^0.6.0",
"@glennsl/bs-json": "^3.0.0",
"bs-fetch": "^0.3.0",
"node-fetch": "^2.2.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"reason-react": "^0.7.0",
"reason-react-update": "^0.1.1"
},
"scripts": {
"bsb": "bsb -make-world -w",
"clean": "bsb -clean-world",
"bundle": "parcel ./index.html",
"start": "concurrently 'npm:bsb' 'npm:bundle' 'open http://localhost:1234'"
},
"devDependencies": {
"bs-platform": "^5.0.4",
"concurrently": "^3.6.1",
"js-yaml": "^3.13.1",
"lodash": "^4.17.13",
"mixin-deep": "^1.3.2",
"safer-eval": "^1.3.6",
"serialize-to-js": "^3.0.1",
"set-value": "^2.0.1",
"parcel-bundler": "^1.12.3"
}
}