-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 791 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 791 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
{
"name": "atdgen-quickstart",
"version": "0.1.0",
"main": "index.js",
"repository": "git@github.com:feihong/atdgen-quickstart",
"author": "feihong",
"license": "MIT",
"devDependencies": {
"bs-platform": "^4.0.18"
},
"dependencies": {
"@ahrefs/bs-atdgen-codec-runtime": "^1.1.0",
"bs-emotion": "^0.1.1",
"bs-emotion-ppx": "^0.0.6",
"bs-fetch": "^0.3.1",
"bs-remotedata": "^1.0.0",
"bs-webapi": "^0.13.4",
"express": "^4.16.4",
"isomorphic-fetch": "^2.2.1",
"parcel-bundler": "^1.11.0",
"reason-future": "^2.4.0",
"reason-react": "^0.5.3"
},
"scripts": {
"start": "node server.js",
"main": "node src/Main.bs.js",
"clean": "bsb -clean-world",
"build": "bsb -make-world",
"gen": "source atdgen.sh"
}
}