-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
43 lines (43 loc) · 1.02 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
{
"name": "nana-card-game",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 2333",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@uidotdev/usehooks": "^2.4.1",
"@vercel/analytics": "^1.3.1",
"@vercel/kv": "^1.0.1",
"ahooks": "^3.7.11",
"framer-motion": "^11.1.1",
"i18next": "^23.11.3",
"immer": "^10.0.4",
"ioredis": "^5.4.1",
"next": "14.2.1",
"react": "^18",
"react-confetti": "^6.1.0",
"react-dom": "^18",
"react-i18next": "^14.1.1",
"react-icons": "^5.1.0",
"react-use": "^17.5.0",
"use-sound": "^4.0.1",
"usehooks-ts": "^3.1.0",
"zustand": "^4.5.2"
},
"devDependencies": {
"@types/node": "^20.12.7",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.1",
"prettier": "3.2.5",
"typescript": "^5"
}
}