36 lines
927 B
JSON
36 lines
927 B
JSON
{
|
|
"name": "@chessu/client",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@tabler/icons-react": "^2.29.0",
|
|
"chess.js": "^1.0.0-beta.6",
|
|
"next": "^13.4.12",
|
|
"react": "^18.2.0",
|
|
"react-chessboard": "^2.1.3",
|
|
"react-dom": "^18.2.0",
|
|
"socket.io-client": "^4.7.1"
|
|
},
|
|
"devDependencies": {
|
|
"@chessu/types": "*",
|
|
"@types/node": "^18.17.1",
|
|
"@types/react": "^18.2.17",
|
|
"@types/react-dom": "^18.2.7",
|
|
"autoprefixer": "^10.4.14",
|
|
"daisyui": "^2.52.0",
|
|
"postcss": "^8.4.27",
|
|
"tailwindcss": "^3.3.3",
|
|
"typescript": "^5.1.6"
|
|
},
|
|
"optionalDependencies": {
|
|
"bufferutil": "^4.0.7",
|
|
"utf-8-validate": "^5.0.10"
|
|
}
|
|
}
|