58 lines
1.8 KiB
JSON
58 lines
1.8 KiB
JSON
{
|
|
"name": "declared-server",
|
|
"version": "0.0.12",
|
|
"description": "Game server for decla.red",
|
|
"keywords": [],
|
|
"author": "András Schmelczer <andras@schmelczer.dev> (https://schmelczer.dev/)",
|
|
"main": "dist/main.js",
|
|
"bin": {
|
|
"declared-server": "dist/main.js"
|
|
},
|
|
"scripts": {
|
|
"build": "npx webpack --mode production",
|
|
"start": "npx concurrently --kill-others-on-fail \"npx webpack --mode development -w\" \"npx nodemon --legacy-watch dist/main.js\"",
|
|
"try-build": "npm run build && cd dist && node main.js && cd -"
|
|
},
|
|
"dependencies": {
|
|
"@types/config": "0.0.36",
|
|
"cors": "^2.8.5",
|
|
"express": "^4.17.1",
|
|
"gl-matrix": "^3.3.0",
|
|
"minimist": "^1.2.5",
|
|
"socket.io": "^2.3.0",
|
|
"socket.io-msgpack-parser": "^2.0.0",
|
|
"uws": "^10.148.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/cors": "^2.8.7",
|
|
"@types/express": "^4.17.8",
|
|
"@types/minimist": "^1.2.0",
|
|
"@types/node": "^14.11.2",
|
|
"@types/socket.io": "^2.1.11",
|
|
"@typescript-eslint/eslint-plugin": "^3.9.1",
|
|
"@typescript-eslint/parser": "^3.9.1",
|
|
"clean-webpack-plugin": "^3.0.0",
|
|
"concurrently": "^5.3.0",
|
|
"eslint": "^7.2.0",
|
|
"eslint-config-prettier": "^6.11.0",
|
|
"eslint-plugin-import": "^2.21.2",
|
|
"eslint-plugin-json-format": "^2.0.1",
|
|
"eslint-plugin-prettier": "^3.1.4",
|
|
"eslint-plugin-unused-imports": "^0.1.3",
|
|
"file-loader": "^6.1.0",
|
|
"html-webpack-plugin": "^4.5.0",
|
|
"nodemon": "^2.0.4",
|
|
"prettier": "^2.0.5",
|
|
"raw-loader": "^4.0.1",
|
|
"resolve-url-loader": "^3.1.1",
|
|
"shared": "file:../shared",
|
|
"terser-webpack-plugin": "^2.3.5",
|
|
"ts-config-webpack-plugin": "^2.0.0",
|
|
"ts-loader": "^8.0.3",
|
|
"typescript": "^4.0.3",
|
|
"webpack": "^4.44.2",
|
|
"webpack-cli": "^3.3.12",
|
|
"webpack-dev-server": "^3.11.0",
|
|
"webpack-node-externals": "^2.5.2"
|
|
}
|
|
}
|