Files
chesskit/package.json
GuillaumeSD cd514d90cf Squashed commit of the following:
commit dbb5ce37add830b04e3cb977ca5caa9ae9429001
Author: GuillaumeSD <gsd.lfny@gmail.com>
Date:   Tue Mar 26 03:07:38 2024 +0100

    feat : add move click

commit a6d1d10d452a1e556b6e2ecb1fd12ada135b96d0
Author: GuillaumeSD <gsd.lfny@gmail.com>
Date:   Tue Mar 26 01:44:49 2024 +0100

    feat : board refacto done

commit 55f7d6dbac4cb135796cf66120de613e0bf34462
Author: GuillaumeSD <gsd.lfny@gmail.com>
Date:   Sun Mar 24 04:00:35 2024 +0100

    feat : add click to move
2024-03-26 03:08:34 +01:00

43 lines
1.1 KiB
JSON

{
"name": "freechess",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint && tsc --noEmit",
"deploy": "firebase deploy --project=freechessproject --only hosting"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^5.0.3",
"@iconify/react": "^4.1.0",
"@mui/lab": "^5.0.0-alpha.165",
"@mui/material": "^5.13.4",
"@mui/x-data-grid": "^6.19.4",
"chess.js": "^1.0.0-beta.7",
"firebase": "^10.6.0",
"idb": "^8.0.0",
"jotai": "^2.6.4",
"next": "13.5.6",
"react": "18.2.0",
"react-chessboard": "^4.5.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/node": "20.3.0",
"@types/react": "18.2.11",
"@types/react-dom": "18.2.4",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"eslint": "8.42.0",
"eslint-config-next": "13.4.5",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"typescript": "5.1.3"
}
}