34 lines
916 B
JSON
34 lines
916 B
JSON
{
|
|
"name": "@chessu/client",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"isolated-install": "pnpm -w install:client",
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@tabler/icons-react": "^2.46.0",
|
|
"chess.js": "1.0.0-beta.7",
|
|
"next": "^14.0.4",
|
|
"react": "^18.2.0",
|
|
"react-chessboard": "^2.1.3",
|
|
"react-dom": "^18.2.0",
|
|
"socket.io-client": "^4.7.4"
|
|
},
|
|
"devDependencies": {
|
|
"@chessu/types": "*",
|
|
"@types/node": "^18.19.7",
|
|
"@types/react": "^18.2.48",
|
|
"@types/react-dom": "^18.2.18",
|
|
"autoprefixer": "^10.4.16",
|
|
"daisyui": "^2.52.0",
|
|
"eslint-config-next": "^14.0.4",
|
|
"postcss": "^8.4.33",
|
|
"tailwindcss": "^3.4.1",
|
|
"typescript": "^5.3.3"
|
|
}
|
|
}
|