forked from Seregfaroth/REEEMgame-local
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (42 loc) · 991 Bytes
/
package.json
File metadata and controls
43 lines (42 loc) · 991 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "REEEMgame",
"version": "0.0.0",
"description": "",
"main": "app.js",
"author": {
"name": "bl_000"
},
"scripts": {
"webpackWatch": "webpack -w",
"debug": "DEBUG=* node app2",
"build": "webpack",
"start": "node REEEMgame"
},
"devDependencies": {},
"dependencies": {
"awesome-typescript-loader": "^3.2.3",
"aws-sdk": "^2.134.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "1.6.0",
"body-parser": "^1.16.0",
"csvtojson": "^1.1.7",
"express": "3.4.4",
"fast-csv": "^2.4.0",
"generic-pool": "2.4.2",
"jade": "*",
"lowdb": "1.0.0",
"node-sass": "^4.5.3",
"node-sass-middleware": "^0.11.0",
"opn": "^5.1.0",
"pg": "5.1.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"socket.io": "^1.7.4",
"stylus": "*",
"ts-mockito": "^1.2.0",
"typescript": "^2.5.3",
"webpack-node-externals": "^1.6.0"
}
}