-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.75 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "gambler-pawns-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write \"app/**/*.{ts,tsx,js,jsx}\" \"types/**/*.{ts,tsx,js,jsx}\""
},
"browser": {
"fs": false
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@hookform/resolvers": "^3.9.1",
"@mui/icons-material": "^6.1.6",
"@mui/material": "^6.1.6",
"@next/eslint-plugin-next": "^14.2.17",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"@typescript-eslint/parser": "^8.14.0",
"axios": "^1.7.7",
"chess.js": "1.0.0-beta.8",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"flag-icons": "^7.2.3",
"gambler-pawns-frontend": "link:",
"jose": "^5.9.6",
"next": "14.2.7",
"next-auth": "5.0.0-beta.20",
"next-compose-plugins": "^2.2.1",
"next-transpile-modules": "^10.0.1",
"react": "^18.3.1",
"react-chessboard": "^4.7.2",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.2",
"socket.io-client": "^4.8.1",
"stockfish": "^16.0.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^20.17.6",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"eslint": "^8.57.1",
"eslint-config-next": "14.2.7",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"postcss": "^8.4.49",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3"
},
"packageManager": "pnpm@9.7.1+sha512.faf344af2d6ca65c4c5c8c2224ea77a81a5e8859cbc4e06b1511ddce2f0151512431dd19e6aff31f2c6a8f5f2aced9bd2273e1fed7dd4de1868984059d2c4247"
}