-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.21 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": "alza-poker",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/icons-material": "^5.11.0",
"@mui/lab": "^5.0.0-alpha.118",
"@mui/material": "^5.11.7",
"@next/font": "13.1.6",
"dayjs": "^1.11.7",
"firebase": "^9.16.0",
"framer-motion": "^8.5.5",
"next": "13.1.6",
"next-pwa": "^5.6.0",
"next-sitemap": "^3.1.49",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-firebase-hooks": "^5.1.1",
"react-hook-form": "^7.43.0",
"react-timer-hook": "^3.0.5",
"recoil": "^0.7.6",
"recoil-persist": "^4.2.0",
"socket.io": "^4.5.4",
"socket.io-client": "^4.5.4",
"uuid": "^9.0.0",
"victory": "^36.6.8"
},
"devDependencies": {
"@types/next-pwa": "^5.6.2",
"@types/node": "^18.11.18",
"@types/prettier": "^2.7.2",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/uuid": "^9.0.0",
"eslint": "^8.33.0",
"eslint-config-next": "^13.1.6",
"prettier": "^2.8.3",
"typescript": "^4.9.5"
}
}