-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 883 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
{
"name": "",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"start": "node dist/server/server.js",
"postinstall": "gulp build"
},
"author": "kylehue",
"license": "ISC",
"dependencies": {
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.5",
"@timohausmann/quadtree-js": "^1.2.4",
"express": "^4.17.1",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-cli": "^2.3.0",
"gulp-imagemin": "^7.1.0",
"gulp-jshint": "^2.1.0",
"gulp-minify-html": "^1.0.6",
"gulp-nodemon": "^2.5.0",
"gulp-uglify": "^3.0.2",
"gulp-uglifycss": "^1.1.0",
"jshint": "^2.13.0",
"matter-js": "^0.17.1",
"nedb": "^1.8.0",
"socket.io": "^4.1.2",
"socket.io-client": "^4.1.2",
"stats.js": "^0.17.0",
"uuid": "^8.3.2",
"webpack-stream": "^6.1.2"
},
"devDependencies": {}
}