statki/package.json
MaciejkaG a212161733 Major changes
- Improved PWA support on mobile.
- Added Vs. AI game menu.
- Added the first AI algorithm.
- Vs. AI is now available with every option leading to simple bot
- Fixed a bug where placing ships in certain rotation around the boundaries of the board would wrongly colour them when sunk.
- Improved code clarity and comments
- Added an option in the settings to change your nickname
- Added version display in the settings
- Slightly improved box scaling and layout
- Made multiple improvements to the PWA support
- Added multiple minor features
- Brought back full SPA URL functionality, now if you copy a URL to specific view/page in the menu and go into it, you will actually arrive at that page if it's not restricted.
2024-04-14 19:17:20 +02:00

38 lines
964 B
JSON

{
"name": "statki-backend",
"version": "0.7.4",
"description": "Backend do gry w statki",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/MaciejkaG/statki-backend.git"
},
"author": "Maciejka",
"license": "ISC",
"bugs": {
"url": "https://github.com/MaciejkaG/statki-backend/issues"
},
"homepage": "https://github.com/MaciejkaG/statki-backend#readme",
"dependencies": {
"connect-redis": "^7.1.1",
"dotenv": "^16.4.5",
"express": "^4.18.3",
"express-handlebars": "^7.1.2",
"express-rate-limit": "^7.2.0",
"express-session": "^1.18.0",
"geoip-lite": "^1.4.10",
"mysql": "^2.18.1",
"nodemailer": "^6.9.12",
"rate-limit-redis": "^4.2.0",
"redis": "^4.6.13",
"socket.io": "^4.7.4",
"uuid": "^9.0.1",
"uuid4": "^2.0.3"
}
}