-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.15 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
42
{
"name": "thulla",
"version": "1.0.0",
"description": "Thulla card game",
"main": "server.js",
"scripts": {
"client-install": "npm install --prefix client",
"start": "node server.js",
"server": "nodemon server.js",
"client": "npm start --prefix client",
"dev": "concurrently \"npm run server\" \"npm run client\" \"node -r esm gameServer.js\""
},
"author": "",
"license": "MIT",
"dependencies": {
"15": "0.0.0",
"16": "0.0.2",
"@babel/core": "^7.4.4",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@babel/preset-react": "^7.0.0",
"bcryptjs": "^2.4.3",
"boardgame.io": "^0.31.4",
"body-parser": "^1.18.3",
"concurrently": "^4.0.1",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-react": "^7.12.4",
"esm": "^3.2.22",
"express": "^4.16.4",
"is-empty": "^1.2.0",
"jsonwebtoken": "^8.3.0",
"mongoose": "^5.3.11",
"nodemon": "^1.18.11",
"passport": "^0.4.0",
"passport-jwt": "^4.0.0",
"react": "^16.8.6",
"react-chat-window": "^1.2.1",
"react-dom": "^16.8.6",
"thenby": "^1.3.0",
"validator": "^10.9.0"
}
}