-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
108 lines (108 loc) · 3.05 KB
/
package.json
File metadata and controls
108 lines (108 loc) · 3.05 KB
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"name": "next-edu",
"version": "0.1.0",
"private": true,
"type": "module",
"author": {
"name": "Lee Phan",
"email": "pttl2k1@gmail.com"
},
"scripts": {
"build": "next build",
"ts": "tsc --noEmit --incremental",
"dev": "next dev",
"postinstall": "prisma generate",
"lint": "next lint",
"start": "next start",
"preview-email": "email dev --port=3001"
},
"dependencies": {
"@excalidraw/excalidraw": "^0.13.0",
"@formkit/auto-animate": "^1.0.0-beta.5",
"@headlessui/react": "^1.7.7",
"@heroicons/react": "^2.0.13",
"@img-comparison-slider/react": "^7.8.0",
"@next-auth/prisma-adapter": "^1.0.5",
"@next/font": "^13.2.4",
"@prisma/client": "^4.5.0",
"@react-email/container": "^0.0.8",
"@react-email/html": "^0.0.4",
"@react-email/render": "^0.0.6",
"@react-email/section": "^0.0.9",
"@react-email/text": "^0.0.5",
"@tanstack/react-query": "^4.16.0",
"@trpc/client": "^10.0.0",
"@trpc/next": "^10.0.0",
"@trpc/react-query": "^10.0.0",
"@trpc/server": "^10.0.0",
"ariakit": "^2.0.0-next.42",
"artplayer": "^4.6.0",
"axios": "^1.3.3",
"chart.js": "^4.2.1",
"daisyui": "^2.46.0",
"dateformat": "^5.0.3",
"get-video-duration": "^4.1.0",
"jotai": "^1.12.0",
"modern-normalize": "^1.1.0",
"nanoid": "^4.0.1",
"next": "13.2.4",
"next-auth": "^4.18.3",
"next-themes": "^0.2.1",
"nodemailer": "^6.9.1",
"nprogress": "^0.2.0",
"qs": "^6.11.1",
"radash": "^10.7.1",
"react": "18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "18.2.0",
"react-email": "^1.9.0",
"react-hook-form": "^7.43.0",
"react-hot-toast": "^2.4.0",
"react-icons": "^4.7.1",
"react-if": "^4.1.4",
"react-ios-time-picker": "^0.2.2",
"react-quill": "^2.0.0",
"react-textarea-autosize": "^8.4.1",
"react-uploader": "^3.4.0",
"react-wrap-balancer": "^0.2.3",
"slug": "^8.2.2",
"socket.io": "^4.6.1",
"socket.io-client": "^4.6.1",
"superjson": "1.9.1",
"swiper": "^8.4.5",
"uploader": "^3.3.0",
"use-count-up": "^3.0.1",
"usehooks-ts": "^2.9.1",
"zod": "^3.18.0"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/line-clamp": "^0.4.2",
"@tailwindcss/typography": "^0.5.8",
"@types/dateformat": "^5.0.0",
"@types/node": "^18.0.0",
"@types/nodemailer": "^6.4.7",
"@types/nprogress": "^0.2.0",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"@types/slug": "^5.0.3",
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
"autoprefixer": "^10.4.7",
"eslint": "^8.26.0",
"eslint-config-next": "13.0.2",
"postcss": "^8.4.14",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"prisma": "^4.5.0",
"rome": "^11.0.0",
"sass": "^1.57.1",
"tailwindcss": "^3.2.0",
"tailwindcss-animate": "^1.0.5",
"tailwindcss-highlights": "^1.0.0",
"typescript": "^4.8.4"
},
"ct3aMetadata": {
"initVersion": "6.11.4"
}
}