45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"name": "globagamejam2021",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "dist/app.js",
|
|
"scripts": {
|
|
"tsc": "tsc -w",
|
|
"build": "webpack",
|
|
"build:prod": "webpack --config webpack.config.prod.js",
|
|
"start": "webpack serve --watch"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/rdarius/global-game-jam-2021.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/rdarius/global-game-jam-2021/issues"
|
|
},
|
|
"homepage": "https://github.com/rdarius/global-game-jam-2021#readme",
|
|
"dependencies": {
|
|
"@types/express": "^4.17.11",
|
|
"@types/p5": "^0.9.1",
|
|
"@types/socket.io": "^2.1.13",
|
|
"@types/socket.io-client": "^1.4.35",
|
|
"cors": "^2.8.5",
|
|
"express": "^4.17.1",
|
|
"p5": "^1.2.0",
|
|
"p5.collide2d": "^0.7.3",
|
|
"socket.io": "^3.1.0",
|
|
"socket.io-client": "^3.1.0",
|
|
"ts-loader": "^8.0.14",
|
|
"typescript": "^4.1.3",
|
|
"uuid": "^8.3.2",
|
|
"webpack": "^5.19.0",
|
|
"webpack-cli": "^4.4.0",
|
|
"webpack-dev-server": "^3.11.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/uuid": "^8.3.0",
|
|
"clean-webpack-plugin": "^3.0.0"
|
|
}
|
|
}
|