-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 943 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
36
37
38
{
"name": "tssetup",
"version": "1.0.0",
"description": "",
"main": "./dist/server/bundle.js",
"scripts": {
"start": "node ./dist/server/bundle.js",
"dev": "webpack -w",
"watch": ""
},
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.16.3",
"jquery": "^3.3.1",
"mysql": "^2.16.0",
"phaser": "^3.11.0",
"socket.io": "^2.1.1",
"socket.io-client": "^2.1.1"
},
"devDependencies": {
"@types/express": "^4.16.0",
"@types/jquery": "^3.3.6",
"@types/mysql": "^2.15.5",
"@types/node": "^10.9.4",
"@types/socket.io": "^1.4.38",
"@types/socket.io-client": "^1.4.32",
"copy-webpack-plugin": "^4.5.2",
"expose-loader": "^0.7.5",
"nodemon": "^1.18.4",
"nodemon-webpack-plugin": "^4.0.3",
"ts-loader": "^4.5.0",
"typescript": "^3.0.3",
"webpack": "^4.17.1",
"webpack-cli": "^3.1.2",
"webpack-node-externals": "^1.7.2"
}
}