-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1 KB
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": "yahtzee",
"version": "0.1.0",
"scripts": {
"start": "node src/Server.bs.js",
"test": "echo \"Error: no test specified\" && exit 1",
"build-client": "bsb -clean-world && bsb -make-world && NODE_ENV=production webpack -p --progress --colors"
},
"keywords": [
"BuckleScript",
"ReasonReact",
"reason-react"
],
"author": "ralake",
"license": "MIT",
"dependencies": {
"@glennsl/bs-json": "^5.0.2",
"@jsiebern/bs-material-ui": "^1.3.0",
"@jsiebern/bs-material-ui-ppx": "^1.0.6",
"@material-ui/core": "^4.9.14",
"bs-css-emotion": "^1.2.0",
"bs-express": "^1.0.1",
"bs-platform": "^7.3.2",
"bs-socket": "^1.2.2",
"concurrently": "^5.2.0",
"express": "^4.17.1",
"react": "^16.8.1",
"react-dom": "^16.8.1",
"reason-react": ">=0.7.1",
"socket.io": "^1.7.4",
"socket.io-client": "^2.3.0",
"uws": "^10.148.1"
},
"devDependencies": {
"nodemon": "^2.0.4",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
}
}