-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.23 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
{
"name": "oracle-chess",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@prisma/client": "^4.16.1",
"@tanstack/query-sync-storage-persister": "^4.29.17",
"@tanstack/react-query": "^4.29.17",
"@tanstack/react-query-devtools": "^4.29.17",
"@tanstack/react-query-persist-client": "^4.29.17",
"@types/node": "20.3.1",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"axios": "^1.4.0",
"bcrypt": "^5.1.0",
"bootstrap": "^5.3.0",
"chess.js": "^1.0.0-beta.6",
"cookies-next": "^2.1.2",
"eslint": "8.43.0",
"eslint-config-next": "13.4.7",
"fuse.js": "^6.6.2",
"jose": "^4.14.4",
"next": "13.4.7",
"next-pwa": "^5.6.0",
"react": "18.2.0",
"react-bootstrap": "^2.8.0",
"react-chessground": "^1.5.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.45.0",
"react-hot-toast": "^2.4.1",
"react-query": "^3.39.3",
"react-select": "^5.7.3",
"react-window": "^1.8.9",
"typescript": "5.1.3"
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/react-window": "^1.8.5",
"prisma": "^4.16.1"
}
}