-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
138 lines (138 loc) · 4.34 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
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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
{
"name": "devcastle",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"seed": "node scripts/seed.js",
"postinstall": "prisma generate"
},
"prisma": {
"seed": "ts-node prisma/seed.ts"
},
"dependencies": {
"@bomdi/codebox": "^2.0.0",
"@dicebear/collection": "^9.2.1",
"@dicebear/core": "^9.2.1",
"@editorjs/checklist": "^1.5.0",
"@editorjs/code": "^2.8.0",
"@editorjs/editorjs": "^2.27.0",
"@editorjs/embed": "^2.5.3",
"@editorjs/header": "^2.7.0",
"@editorjs/image": "^2.8.1",
"@editorjs/inline-code": "^1.4.0",
"@editorjs/link": "latest",
"@editorjs/list": "^1.8.0",
"@editorjs/marker": "^1.3.0",
"@editorjs/paragraph": "^2.9.0",
"@editorjs/quote": "^2.5.0",
"@editorjs/table": "^2.2.1",
"@google/generative-ai": "^0.21.0",
"@hookform/resolvers": "^3.1.1",
"@mantine/hooks": "^6.0.13",
"@next-auth/prisma-adapter": "^1.0.6",
"@prisma/client": "^5.11.0",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-avatar": "^1.0.3",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-navigation-menu": "^1.1.3",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-scroll-area": "^1.1.0",
"@radix-ui/react-select": "^1.2.2",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-toast": "^1.1.4",
"@radix-ui/react-tooltip": "^1.1.2",
"@react-three/drei": "^9.97.3",
"@react-three/fiber": "^8.15.16",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.13",
"@tanstack/react-query": "^4.29.11",
"@types/node": "^20.11.17",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/three": "^0.161.2",
"@uploadthing/react": "6.5.4",
"@upstash/redis": "^1.21.0",
"@vercel/blob": "^0.23.4",
"autoprefixer": "10.4.14",
"axios": "^1.7.2",
"bcrypt": "^5.1.0",
"cheerio": "^1.0.0",
"class-variance-authority": "^0.6.1",
"clsx": "^1.2.1",
"cmdk": "^1.0.0",
"date-fns": "^4.1.0",
"draft-js": "^0.11.7",
"editorjs-alert": "^1.1.4",
"editorjs-react-renderer": "^3.5.1",
"embla-carousel-react": "^8.3.0",
"eslint": "^8.56.0",
"eslint-config-next": "^14.1.0",
"eslint-config-prettier": "^9.1.0",
"fast-xml-parser": "^4.5.0",
"framer-motion": "^11.0.3",
"ky": "^1.4.0",
"lodash.debounce": "^4.0.8",
"lucide-react": "^0.257.0",
"markdown-draft-js": "^2.4.0",
"nanoid": "^5.0.7",
"next": "^14.2.3",
"next-auth": "^4.22.1",
"next-themes": "^0.3.0",
"nextjs-toploader": "^1.6.12",
"postcss": "8.4.23",
"prettier-plugin-tailwindcss": "^0.5.11",
"prisma": "^5.11.0",
"react": "^18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-day-picker": "8.10.1",
"react-dom": "^18.2.0",
"react-draft-wysiwyg": "^1.15.0",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.45.2",
"react-hotkeys-hook": "^4.5.1",
"react-intersection-observer": "^9.13.0",
"react-markdown": "^9.0.1",
"react-resizable-panels": "^2.1.1",
"react-syntax-highlighter": "^15.5.0",
"react-textarea-autosize": "^8.4.1",
"react-tweet": "^3.2.1",
"recharts": "^2.13.0",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.0",
"rss-parser": "^3.13.0",
"server-only": "^0.0.1",
"sharp": "^0.33.4",
"sonner": "^1.5.0",
"stripe": "^17.2.0",
"tailwind-merge": "^1.13.2",
"tailwind-scrollbar": "^3.0.4",
"tailwind-scrollbar-hide": "^1.1.7",
"tailwindcss": "3.3.2",
"tailwindcss-animate": "^1.0.6",
"three": "^0.161.0",
"typescript": "5.0.4",
"uploadthing": "6.10.4",
"vaul": "^0.9.3",
"zod": "^3.23.8"
},
"devDependencies": {
"@editorjs/link-autocomplete": "^0.1.0",
"@types/bcrypt": "^5.0.0",
"@types/editorjs__header": "^2.6.0",
"@types/lodash.debounce": "^4.0.7",
"@types/markdown-draft-js": "^2.2.7",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-draft-wysiwyg": "^1.13.7",
"@types/react-vertical-timeline-component": "^3.3.6"
}
}