-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
39 lines (39 loc) · 1.02 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
{
"name": "rebench",
"private": true,
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "bsb -make-world",
"start": "bsb -make-world -w",
"clean": "bsb -clean-world",
"test": "echo \"Error: no test specified\" && exit 1",
"webpack": "webpack -w",
"serve": "python -m http.server"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@glennsl/rebase": "^0.2.0",
"acorn": "^5.4.1",
"benchmark": "^2.1.4",
"bs-in-a-box": "github:glennsl/bs-in-a-box#efb9907",
"@glennsl/bs-json": "^2.0.0",
"bs-refmt": "github:glennsl/bs-refmt#19f3f59",
"bs-typed-glamor": "github:glennsl/bs-typed-glamor",
"codemirror": "^5.34.0",
"file-loader": "^1.1.7",
"lz-string": "^1.4.4",
"react": "^16.2.0",
"react-codemirror2": "^4.0.0",
"react-dom": "^16.2.0",
"reason-react": "^0.4.2",
"vrroom": "github:glennsl/vrroom#37b054f"
},
"devDependencies": {
"bs-platform": "^3.1.5",
"webpack": "^3.11.0"
}
}