-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
101 lines (101 loc) · 2.88 KB
/
package.json
File metadata and controls
101 lines (101 loc) · 2.88 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
{
"name": "wistant",
"version": "1.8.0",
"private": true,
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"lint:fix": "eslint --fix"
},
"dependencies": {
"@base-ui/react": "^1.2.0",
"@hugeicons/core-free-icons": "^4.0.0",
"@hugeicons/react": "^1.1.6",
"@mdx-js/loader": "^3.1.1",
"@mdx-js/react": "^3.1.1",
"@mdxeditor/editor": "^3.52.4",
"@next/mdx": "^16.2.4",
"@number-flow/react": "^0.6.0",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-avatar": "^1.1.11",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tabs": "^1.1.13",
"@tabler/icons-react": "^3.38.0",
"@tailwindcss/postcss": "^4.1.18",
"@tanstack/react-table": "^8.21.3",
"@tiptap/core": "^3.20.1",
"@tiptap/pm": "^3.20.1",
"@tiptap/react": "^3.20.1",
"@tiptap/starter-kit": "^3.20.1",
"@types/image-size": "^0.8.0",
"@upstash/ratelimit": "^2.0.8",
"@vercel/analytics": "^1.6.1",
"canvas-confetti": "^1.9.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cobe": "^0.6.5",
"embla-carousel-react": "^8.6.0",
"framer-motion": "^12.35.2",
"gray-matter": "^4.0.3",
"groq-sdk": "^1.1.1",
"gsap": "^3.14.2",
"image-size": "^2.0.2",
"jose": "^6.2.1",
"lucide-react": "^0.577.0",
"motion": "^12.34.0",
"next": "16.1.5",
"next-mdx-remote": "^6.0.0",
"next-themes": "^0.4.6",
"novel": "^1.0.2",
"radix-ui": "^1.4.3",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-github-calendar": "^5.0.6",
"react-markdown": "^10.1.0",
"react-tweet": "^3.3.0",
"react-youtube": "^10.1.0",
"recharts": "^3.8.0",
"rehype-pretty-code": "^0.14.1",
"rehype-raw": "^7.0.0",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.1",
"remark-mdx-frontmatter": "^5.2.0",
"shiki": "^3.22.0",
"tailwind-merge": "^3.4.1",
"tailwindcss": "^4.1.18",
"tailwindcss-animate": "^1.0.7",
"tiptap-markdown": "^0.9.0",
"ttf2woff2": "^8.0.0",
"tw-animate-css": "^1.4.0",
"unist-util-visit": "^5.1.0",
"usehooks-ts": "^3.1.1",
"vaul": "^1.1.2",
"zustand": "^5.0.11"
},
"devDependencies": {
"@shikijs/transformers": "^3.22.0",
"@tailwindcss/typography": "^0.5.19",
"@types/canvas-confetti": "^1.9.0",
"@types/mdx": "^2.0.13",
"@types/node": "^25.0.3",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"eslint": "^9.39.2",
"eslint-config-next": "16.1.1",
"postcss": "^8.5.6",
"prettier": "^3.8.1",
"shadcn": "^3.8.4",
"typescript": "^5.9.3",
"zod": "^4.3.6"
}
}