fry
209a4f5caf
Display what the API gives us as the board + pieces. Co-authored-by: David Frymoyer <david.frymoyer@gmail.com> Reviewed-on: #4 Co-authored-by: fry <david.frymoyer@gmail.com> Co-committed-by: fry <david.frymoyer@gmail.com>
25 lines
476 B
JSON
25 lines
476 B
JSON
{
|
|
"name": "ui",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"next": "12.1.0",
|
|
"react": "17.0.2",
|
|
"react-dom": "17.0.2",
|
|
"wretch": "^1.7.9"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "17.0.21",
|
|
"@types/react": "17.0.39",
|
|
"eslint": "8.10.0",
|
|
"eslint-config-next": "12.1.0",
|
|
"typescript": "4.6.2"
|
|
}
|
|
}
|