Files
Michess/client/package.json
dependabot[bot] 203b204c10 Bump react-chessboard from 1.3.1 to 2.0.7 in /client
Bumps [react-chessboard](https://github.com/Clariity/react-chessboard) from 1.3.1 to 2.0.7.
- [Release notes](https://github.com/Clariity/react-chessboard/releases)
- [Commits](https://github.com/Clariity/react-chessboard/compare/v1.3.1...v2.0.7)

---
updated-dependencies:
- dependency-name: react-chessboard
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-03 08:58:28 +00:00

29 lines
743 B
JSON

{
"name": "chessu",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@radix-ui/colors": "^0.1.8",
"@radix-ui/react-icons": "^1.1.1",
"chess.js": "^1.0.0-alpha.0",
"react": "^18.2.0",
"react-chessboard": "^2.0.7",
"react-dom": "^18.2.0",
"react-router-dom": "^6.6.1",
"socket.io-client": "^4.5.4"
},
"devDependencies": {
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react-swc": "^3.0.1",
"typescript": "^4.9.4",
"vite": "^4.0.3"
}
}