-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 2.02 KB
/
Copy pathpackage.json
File metadata and controls
68 lines (68 loc) · 2.02 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
{
"name": "kimjunyoung-com",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"prebuild": "node scripts/build-search.mjs",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@floating-ui/react": "^0.27.19",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-popover": "^1.1.15",
"@supabase/supabase-js": "^2.105.4",
"@tailwindcss/typography": "^0.5.19",
"@tiptap/core": "^3.23.4",
"@tiptap/extension-highlight": "^3.23.4",
"@tiptap/extension-horizontal-rule": "^3.23.4",
"@tiptap/extension-image": "^3.23.4",
"@tiptap/extension-list": "^3.23.4",
"@tiptap/extension-subscript": "^3.23.4",
"@tiptap/extension-superscript": "^3.23.4",
"@tiptap/extension-text-align": "^3.23.4",
"@tiptap/extension-typography": "^3.23.4",
"@tiptap/extensions": "^3.23.4",
"@tiptap/pm": "^3.23.4",
"@tiptap/react": "^3.23.4",
"@tiptap/starter-kit": "^3.23.4",
"clsx": "^2.1.1",
"fuse.js": "^7.0.0",
"gray-matter": "^4.0.3",
"lodash.throttle": "^4.1.1",
"lucide-react": "^1.14.0",
"next": "^15.5.18",
"radix-ui": "^1.4.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hotkeys-hook": "^5.3.2",
"rehype-autolink-headings": "^7.1.0",
"rehype-raw": "^7.0.0",
"rehype-slug": "^6.0.0",
"rehype-starry-night": "^2.2.0",
"rehype-stringify": "^10.0.1",
"remark-gfm": "^4.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.1",
"shadcn": "^4.7.0",
"tailwind-merge": "^3.6.0",
"tw-animate-css": "^1.4.0",
"unified": "^11.0.5"
},
"devDependencies": {
"@base-ui/react": "^1.4.1",
"@tailwindcss/postcss": "^4",
"@types/lodash.throttle": "^4.1.9",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"class-variance-authority": "^0.7.1",
"postcss": "^8",
"prettier": "^3.8.3",
"prettier-plugin-tailwindcss": "^0.8.0",
"sass": "^1.99.0",
"tailwindcss": "^4",
"typescript": "^5"
}
}