-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.13 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
{
"name": "sourcefeed",
"version": "0.1.0",
"scripts": {
"test": "NODE_ENV=test ospec --require esm",
"build": "bsb -make-world",
"watch": "bsb -make-world -w",
"watch-server": "nodemon --ignore client/ --ignore lib/ server/index.js",
"dev": "concurrently --kill-others --names=\"bundle,server\" \"./bundle.sh --watch\" \"npm run watch-server\"",
"clean": "bsb -clean-world"
},
"keywords": [
"BuckleScript"
],
"author": "",
"license": "MIT",
"devDependencies": {
"bs-ospec": "^0.3.0",
"bs-platform": "3.0.0",
"concurrently": "^3.5.1",
"glob": "^7.1.2",
"mock-http-server": "github:sourcefeed-io/node-mock-http-server#be3e3a26",
"nodemon": "^1.17.3",
"ospec": "^2.0.0",
"wait-on": "^2.1.0"
},
"dependencies": {
"bs-node": "github:reasonml-community/bs-node",
"cookie": "^0.3.1",
"encodeurl": "^1.0.2",
"esm": "^3.0.30",
"filed": "github:RationalJS/filed",
"follow-redirects": "^1.4.1",
"fpack": "^0.1.0",
"less": "^3.0.4",
"rational-future": "^0.1.0",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"reason-react": "^0.4.1"
}
}