forked from reasonml-old/reason-react-example
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 730 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 730 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
{
"name": "reason-react-example",
"private": true,
"version": "0.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "bsb -make-world -w",
"build": "webpack -w",
"clean": "bsb -clean-world"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"director": "^1.2.0",
"react-dom": "^15.4.2",
"react": "^15.4.2",
"reason-js": "0.3.0",
"reason-react": "https://github.com/reasonml/reason-react.git",
"todomvc-app-css": "^2.0.0",
"todomvc-common": "^1.0.1"
},
"devDependencies": {
"bs-platform": "https://github.com/bloomberg/bucklescript.git",
"webpack": "^1.14.0"
}
}