-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 853 Bytes
/
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
{
"engines": {
"node": "8.x"
},
"dependencies": {
"@leancloud/play": "0.12.1",
"@types/bluebird": "^3.5.20",
"@types/es6-shim": "^0.31.37",
"@types/eventemitter3": "^2.0.2",
"@types/express": "^4.16.0",
"@types/lodash": "^4.14.109",
"@types/seedrandom": "^2.4.27",
"bluebird": "^3.5.1",
"eventemitter3": "^3.1.0",
"express": "^4.16.3",
"leancloud-realtime": "^4.0.1",
"lodash": "^4.17.10",
"seedrandom": "^2.4.3",
"ts-node": "^6.1.1",
"typescript": "^2.9.1"
},
"devDependencies": {
"@types/react-dom": "^16.0.6",
"@types/react": "^16.3.16",
"gulp-typescript": "^4.0.2",
"gulp": "^3.9.1",
"react-dom": "^16.4.0",
"react": "^16.4.0",
"webpack-stream": "^4.0.3"
},
"scripts": {
"build": "gulp",
"start": "ts-node play-server/server.ts"
}
}