- Context - sync _tilts_ between participants - shiny cards - reconnect clients - updates Settings - re-animate Switches Co-authored-by: Gavin McDonald <gavinmcdoh@gmail.com> Reviewed-on: #3
38 lines
1.0 KiB
JSON
38 lines
1.0 KiB
JSON
{
|
|
"name": "tarokka",
|
|
"version": "1.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "nodemon",
|
|
"build": "next build && tsc --project tsconfig.server.json",
|
|
"start": "cross-env NODE_ENV=production TS_NODE_BASEURL=./build node -r tsconfig-paths/register build/server.js",
|
|
"release": "docker buildx build --platform linux/amd64 -t 192.168.0.2:5000/tarokka --push ."
|
|
},
|
|
"dependencies": {
|
|
"cross-env": "^7.0.3",
|
|
"lucide-react": "^0.488.0",
|
|
"next": "latest",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"socket.io": "^4.8.1",
|
|
"socket.io-client": "^4.8.1"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3",
|
|
"@tailwindcss/postcss": "^4",
|
|
"@types/node": "^22.14.1",
|
|
"@types/react": "^19.1.1",
|
|
"@types/react-dom": "^19.1.2",
|
|
"eslint": "^9.24.0",
|
|
"eslint-config-next": "15.2.4",
|
|
"eslint-config-prettier": "^10.1.2",
|
|
"eslint-plugin-prettier": "^5.2.6",
|
|
"nodemon": "^3.1.9",
|
|
"prettier": "^3.5.3",
|
|
"tailwindcss": "^4",
|
|
"ts-node": "^10.9.2",
|
|
"tsconfig-paths": "^4.2.0",
|
|
"typescript": "^5.8.3"
|
|
}
|
|
}
|