forked from codergautam/spicywar.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.11 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
{
"name": "waterwar.io",
"version": "1.0.0",
"description": "splash splash splash",
"main": "index.js",
"scripts": {
"build": "webpack --config webpack.config.js",
"prod": "webpack --config webpackprod.config.js",
"watch": "webpack --config webpack.config.js --watch --progress",
"test": "node index.js --unhandled-rejections=strict",
"start": "node index.js --unhandled-rejections=strict"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"an-array-of-english-words": "^2.0.0",
"axios": "^0.27.2",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"intersects": "^2.7.2",
"phaser": "^3.55.2",
"phaser3-rex-plugins": "^1.1.71",
"point-in-polygon": "^1.1.0",
"socket.io": "^4.5.1",
"socket.io-client": "^4.5.1",
"ts-loader": "^9.3.0",
"typescript": "^4.6.4",
"uuid": "^8.3.2"
},
"devDependencies": {
"copy-webpack-plugin": "^10.0.0",
"eslint": "^8.3.0",
"webpack": "^5.61.0",
"webpack-cli": "^4.9.1"
},
"repository": {
"type": "git",
"url": "https://github.com/codergautam/swordbattle.io.git"
}
}