Files
Michess/client/package.json
Nathaniel Tampus 17ce3cf4c4 move to public repo
2023-01-03 15:47:30 +08: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": "^1.3.1",
"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"
}
}