33 lines
848 B
JSON
33 lines
848 B
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=freechess --only hosting"
|
|
},
|
|
"dependencies": {
|
|
"chess.js": "^1.0.0-beta.7",
|
|
"jotai": "^2.6.4",
|
|
"next": "13.5.6",
|
|
"react": "18.2.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"
|
|
}
|
|
}
|