-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·110 lines (110 loc) · 3.39 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
{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@ai-sdk/openai": "^0.0.56",
"@geist-ui/core": "^2.3.8",
"@hookform/resolvers": "^3.9.0",
"@middleware.io/agent-apm-nextjs": "1.2.8",
"@next/mdx": "^14.2.13",
"@next/third-parties": "^14.2.13",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-collapsible": "^1.1.0",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@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-switch": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-toast": "^1.2.2",
"@react-three/drei": "^9.112.1",
"@react-three/fiber": "^8.17.7",
"@sanity/cli": "^3.57.4",
"@scalar/api-client-react": "^1.0.40",
"@scalar/api-reference": "^1.25.27",
"@scalar/api-reference-react": "^0.3.103",
"@scalar/nextjs-api-reference": "^0.4.91",
"@supabase/supabase-js": "^2.45.4",
"@tabler/icons-react": "^3.17.0",
"@tailwindcss/typography": "^0.5.15",
"@types/google-libphonenumber": "^7.4.30",
"@types/mdx": "^2.0.13",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/swagger-ui-react": "^4.18.3",
"@types/three": "^0.166.0",
"@uiw/react-json-view": "2.0.0-alpha.26",
"@upstash/core-analytics": "^0.0.10",
"@upstash/ratelimit": "^2.0.3",
"@vercel/analytics": "^1.3.1",
"@vercel/functions": "^1.4.1",
"@vercel/kv": "^2.0.0",
"@vercel/otel": "^1.10.0",
"@vercel/speed-insights": "^1.0.12",
"ai": "^3.4.9",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"framer-motion": "^11.5.6",
"geist": "^1.3.1",
"google-libphonenumber": "^3.2.38",
"gray-matter": "^4.0.3",
"i": "^0.3.7",
"install": "^0.13.0",
"lucide-react": "^0.358.0",
"moment": "^2.30.1",
"next": "^14.2.13",
"next-mdx-remote": "^5.0.0",
"next-swagger-doc": "^0.4.0",
"next-themes": "^0.3.0",
"npm": "^10.9.0",
"openai": "^4.63.0",
"path": "^0.12.7",
"posthog-js": "^1.167.0",
"posthog-node": "^4.2.0",
"radix-ui": "^1.0.1",
"react": "^18.3.1",
"react-hook-form": "^7.53.0",
"react-icons": "^5.3.0",
"react-markdown": "^9.0.1",
"react-syntax-highlighter": "^15.5.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-code-titles": "^1.2.0",
"rehype-pretty-code": "^0.13.2",
"rehype-prism-plus": "^2.0.0",
"rehype-slug": "^6.0.0",
"remark": "^15.0.1",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.0",
"remark-html": "^16.0.1",
"sanity": "^3.57.4",
"sharp": "^0.33.5",
"sonner": "^1.5.0",
"styled-components": "^6.1.13",
"swagger-ui-react": "^5.17.14",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"three": "^0.166.1",
"three-globe": "^2.31.1",
"unist-util-visit": "^5.0.0",
"vaul": "^1.0.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^20.16.5",
"@types/react": "^18.3.8",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.1",
"eslint-config-next": "14.2.0",
"eslint-plugin-mdx": "^3.1.5",
"openapi-typescript": "^7.4.1",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.12",
"typescript": "^5.6.2"
}
}