-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.24 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
{
"name": "casino",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --watch"
},
"dependencies": {
"@nextui-org/react": "^2.2.9",
"@types/cookie-parser": "^1.4.6",
"@types/express": "^4.17.21",
"@types/jsonwebtoken": "^9.0.5",
"@types/node": "20.3.1",
"@types/react": "18.2.13",
"@types/react-dom": "18.2.6",
"@types/react-transition-group": "^4.4.6",
"@vercel/postgres": "^0.7.2",
"bcrypt": "^5.1.1",
"cookie": "^0.6.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"eslint": "8.43.0",
"eslint-config-next": "13.4.6",
"express": "^4.18.2",
"jsonwebtoken": "^9.0.2",
"next": "13.4.6",
"poker-evaluator": "^2.0.5",
"poker-evaluator-ts": "^2.0.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-transition-group": "^4.4.5",
"ts-node": "^10.9.2",
"typescript": "5.1.3"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^14.1.2",
"@types/cookie": "^0.6.0",
"@types/cors": "^2.8.17",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"sass": "^1.63.6"
}
}