-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.09 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "hanzi.id",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"db:generate": "prisma generate",
"db:migrate": "prisma migrate dev",
"db:studio": "prisma studio",
"db:deploy": "prisma migrate deploy",
"postinstall": "prisma generate"
},
"dependencies": {
"@ducanh2912/next-pwa": "^10.2.7",
"@headlessui/react": "^2.1.0",
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "^5.15.1",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-slider": "^1.2.0",
"@tanstack/react-virtual": "^3.10.9",
"@types/youtube": "^0.0.50",
"axios": "^1.7.2",
"cheerio": "1.0.0-rc.12",
"cloudinary": "^2.2.0",
"cmdk": "^1.0.0",
"framer-motion": "^11.2.10",
"franc": "^6.2.0",
"get-video-id": "^4.1.7",
"google-translate-api-browser": "^5.0.0",
"hanzi-writer": "^3.7.0",
"lodash.throttle": "^4.1.1",
"lucide-react": "^0.395.0",
"next": "14.2.4",
"next-auth": "^4.24.7",
"next-themes": "^0.3.0",
"pdfjs-dist": "^4.4.168",
"posthog-js": "^1.146.0",
"prettify-pinyin": "^0.1.5",
"react": "^18",
"react-confetti": "^6.1.0",
"react-dom": "^18",
"react-hook-form": "^7.52.0",
"react-use-cookie": "^1.6.1",
"reading-time-estimator": "^1.11.0",
"recharts": "2.13.0-alpha.4",
"request": "^2.88.2",
"sonner": "^1.5.0",
"swr": "^2.2.5",
"tailwindcss-animate": "^1.0.7",
"tesseract.js": "^5.1.0",
"use-timer": "^2.0.1",
"vaul": "^0.9.1",
"zustand": "^4.5.2"
},
"devDependencies": {
"@types/lodash.throttle": "^4.1.9",
"@types/node": "^20.14.2",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/request": "^2.48.12",
"clsx": "^2.1.1",
"eslint": "^8",
"eslint-config-next": "14.2.4",
"postcss": "^8",
"prisma": "^5.15.1",
"tailwind-merge": "^2.3.0",
"tailwindcss": "^3.4.1",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"webpack": "^5.92.0"
}
}