36 lines
920 B
JSON
36 lines
920 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.14.0",
|
|
"chess.js": "^1.0.0-beta.4",
|
|
"next": "13.3.0",
|
|
"react": "18.2.0",
|
|
"react-chessboard": "^2.1.2",
|
|
"react-dom": "18.2.0",
|
|
"socket.io-client": "^4.6.1"
|
|
},
|
|
"devDependencies": {
|
|
"@chessu/types": "*",
|
|
"@types/node": "18.15.11",
|
|
"@types/react": "18.0.33",
|
|
"@types/react-dom": "18.0.11",
|
|
"autoprefixer": "^10.4.14",
|
|
"daisyui": "^2.51.5",
|
|
"postcss": "^8.4.21",
|
|
"tailwindcss": "^3.3.1",
|
|
"typescript": "5.0.3"
|
|
},
|
|
"optionalDependencies": {
|
|
"bufferutil": "^4.0.7",
|
|
"utf-8-validate": "^6.0.3"
|
|
}
|
|
}
|