-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.78 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.78 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
{
"name": "coldran-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack --port 6969",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"format": "prettier --write ."
},
"dependencies": {
"@hookform/resolvers": "^5.0.1",
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/mdx": "^15.4.6",
"@radix-ui/react-avatar": "^1.1.9",
"@radix-ui/react-dropdown-menu": "^2.1.14",
"@radix-ui/react-label": "^2.1.6",
"@radix-ui/react-popover": "^1.1.13",
"@radix-ui/react-radio-group": "^1.3.7",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slot": "^1.2.2",
"@t3-oss/env-nextjs": "^0.13.4",
"@vercel/analytics": "^1.5.0",
"better-auth": "^1.2.7",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dotenv": "^16.5.0",
"framer-motion": "^12.23.5",
"gray-matter": "^4.0.3",
"highlight.js": "^11.11.1",
"lucide-react": "^0.503.0",
"next": "^15.4.6",
"next-llms-generator": "^0.1.0",
"next-mdx-remote": "^5.0.0",
"next-sitemap": "^4.2.3",
"next-themes": "^0.4.6",
"nextra": "^4.3.0",
"nextra-theme-docs": "^4.3.0",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-hook-form": "^7.56.3",
"react-markdown": "^10.1.0",
"rehype-highlight": "^7.0.2",
"rehype-raw": "^7.0.0",
"remark": "^15.0.1",
"remark-gfm": "^4.0.1",
"sonner": "^2.0.3",
"tailwind-merge": "^3.3.0",
"zod": "^3.24.4"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.6",
"@types/node": "^20.17.47",
"@types/react": "^19.1.4",
"@types/react-dom": "^19.1.5",
"prettier": "3.6.2",
"tailwindcss": "^4.1.6",
"tw-animate-css": "^1.2.9",
"typescript": "^5.8.3"
}
}