-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
98 lines (98 loc) · 2.82 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
{
"name": "bognar.dev-portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"turbo-dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint",
"knip": "knip"
},
"dependencies": {
"@formkit/auto-animate": "0.8.2",
"@motionone/utils": "10.18.0",
"@radix-ui/react-avatar": "1.1.0",
"@radix-ui/react-checkbox": "1.1.1",
"@radix-ui/react-dialog": "1.1.1",
"@radix-ui/react-dropdown-menu": "2.1.1",
"@radix-ui/react-icons": "1.3.0",
"@radix-ui/react-popover": "1.1.1",
"@radix-ui/react-scroll-area": "^1.1.0",
"@radix-ui/react-separator": "1.1.0",
"@radix-ui/react-slot": "1.1.0",
"@radix-ui/react-toggle": "1.1.0",
"@radix-ui/react-toolbar": "1.1.0",
"@radix-ui/react-tooltip": "1.1.2",
"@tailwindcss/typography": "0.5.15",
"@udecode/cn": "38.0.1",
"@udecode/plate-common": "38.0.4",
"@udecode/plate-floating": "38.0.1",
"@udecode/plate-resizable": "38.0.0",
"@upstash/ratelimit": "2.0.2",
"@vercel/analytics": "1.3.1",
"@vercel/blob": "0.23.4",
"@vercel/kv": "2.0.0",
"@vercel/postgres": "^0.10.0",
"class-variance-authority": "0.7.0",
"clsx": "2.1.1",
"cmdk": "1.0.0",
"flubber": "0.4.2",
"framer-motion": "11.5.4",
"gsap": "3.12.5",
"lenis": "1.1.13",
"lucide-react": "0.441.0",
"next": "14.2.11",
"next-auth": "^4.24.7",
"next-mdx-remote": "5.0.0",
"next-themes": "0.3.0",
"potrace": "2.1.8",
"react": "18.3.1",
"react-contenteditable": "3.3.7",
"react-dnd": "16.0.1",
"react-dnd-html5-backend": "16.0.1",
"react-dom": "18.3.1",
"react-lite-youtube-embed": "2.4.0",
"react-markdown": "9.0.1",
"react-responsive": "10.0.0",
"react-showdown": "2.3.1",
"react-tweet": "3.2.1",
"rehype-stringify": "10.0.0",
"remark-gfm": "4.0.0",
"remark-parse": "11.0.0",
"remark-rehype": "11.1.0",
"sanitize-html": "2.13.0",
"sass": "1.78.0",
"slate": "0.103.0",
"slate-history": "0.109.0",
"slate-hyperscript": "0.100.0",
"slate-react": "0.110.1",
"sugar-high": "0.7.0",
"tailwind-merge": "2.5.2",
"tailwindcss-animate": "1.0.7",
"three": "0.168.0",
"unified": "11.0.5",
"uuidv4": "6.2.13",
"zod": "3.23.8",
"zustand": "4.5.5"
},
"devDependencies": {
"@types/node": "22.5.5",
"@types/potrace": "2.1.5",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"@types/sanitize-html": "2.13.0",
"@types/showdown": "2.0.6",
"@types/three": "0.168.0",
"autoprefixer": "10.4.20",
"eslint": "9.10.0",
"eslint-config-next": "14.2.11",
"knip": "^5.33.1",
"postcss": "8.4.47",
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "0.6.6",
"tailwindcss": "3.4.11",
"typescript": "5.6.2"
}
}