-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.21 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.21 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
40
41
{
"name": "goty2",
"version": "1.0.0",
"description": "Experimental nonsense",
"main": "dist/bundle.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node_modules/.bin/webpack-dev-server --config webpack.config.js --watch-poll",
"build": "node_modules/.bin/webpack -p --progress",
"server": "node ./server/src-server/server.js",
"preserver": "tsc --p tsconfig-server.json || exit 0"
},
"devDependencies": {
"@types/node": "^14.17.5",
"@types/socket.io-client": "^1.4.36",
"copy-webpack-plugin": "^6.4.1",
"html-webpack-plugin": "^4.5.2",
"pixi.js": "^5.3.10",
"pixi.js-keyboard": "^1.1.6",
"pixi.js-mouse": "^1.1.6",
"ts-loader": "^7.0.5",
"typescript": "^3.9.10",
"webpack": "^5.64.4",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bytesizedpacket/goty2.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/bytesizedpacket/goty2/issues"
},
"homepage": "https://github.com/bytesizedpacket/goty2#readme",
"dependencies": {
"socket.io": "^2.4.1",
"socket.io-client": "^2.4.0"
}
}