-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
113 lines (113 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
111
112
113
{
"name": "cogify",
"version": "0.1.0",
"private": true,
"engines": {
"node": "20.11.0"
},
"scripts": {
"dev": "next dev",
"generate":"prisma generate",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next export"
},
"dependencies": {
"@ai-sdk/openai": "^0.0.12",
"@chakra-ui/next-js": "^2.2.0",
"@chakra-ui/react": "^2.8.2",
"@clerk/clerk-sdk-node": "^4.13.11",
"@clerk/nextjs": "^4.21.15",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@hookform/resolvers": "^3.1.1",
"@newrelic/openai-observability": "^1.0.21",
"@prisma/client": "^5.10.2",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-avatar": "^1.0.3",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-hover-card": "^1.0.7",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-select": "^1.2.2",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-toast": "^1.1.5",
"@stripe/stripe-js": "^3.0.10",
"@tabler/icons-react": "^2.47.0",
"@tsparticles/engine": "^3.3.0",
"@tsparticles/react": "^3.0.0",
"@tsparticles/slim": "^3.3.0",
"@types/express": "^4.17.21",
"@types/node": "20.4.1",
"@types/prismjs": "^1.26.4",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@types/react-syntax-highlighter": "^15.5.11",
"@uploadcare/blocks": "0.35.2",
"@uploadcare/react-widget": "^2.4.5",
"add": "^2.0.6",
"ai": "^3.1.8",
"autoprefixer": "10.4.14",
"axios": "^1.4.0",
"carousel": "^0.0.3",
"class-variance-authority": "^0.6.1",
"clsx": "^1.2.1",
"cmdk": "^0.2.0",
"cobe": "^0.6.3",
"crisp-sdk-web": "^1.0.19",
"date-fns": "^3.6.0",
"embla-carousel-autoplay": "^8.0.0",
"embla-carousel-react": "^8.0.0",
"eslint": "8.44.0",
"eslint-config-next": "^14.1.4",
"framer-motion": "^11.1.9",
"html2canvas": "^1.4.1",
"jspdf": "^2.5.1",
"lucide-react": "^0.259.0",
"mini-svg-data-uri": "^1.4.4",
"next": "^14.1.4",
"next-themes": "^0.2.1",
"nextjs-sitemap-generator": "^1.3.1",
"node-fetch": "^3.3.2",
"openai": "^4.38.5",
"postcss": "^8.4.35",
"postcss-nesting": "^12.0.4",
"preact": "^10.19.6",
"prisma": "^5.11.0",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-cookie-consent": "^9.0.0",
"react-day-picker": "^8.10.1",
"react-dom": "^18.2.0",
"react-hook-form": "^7.45.1",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.0.1",
"react-markdown": "^9.0.1",
"react-spring": "^9.7.3",
"react-syntax-highlighter": "^15.5.0",
"rehype-raw": "^7.0.0",
"rehype-sanitize": "^6.0.0",
"replicate": "^0.12.3",
"shadcn-ui": "^0.2.3",
"sharp": "^0.33.2",
"simplex-noise": "^4.0.1",
"sonner": "^1.4.3",
"stripe": "^14.22.0",
"tailwind-merge": "^1.14.0",
"tailwindcss": "^3.4.3",
"tailwindcss-animate": "^1.0.6",
"typescript": "5.1.6",
"typewriter-effect": "^2.20.1",
"vaul": "^0.9.0",
"zod": "^3.23.8",
"zustand": "^4.3.9"
}
}