-
Notifications
You must be signed in to change notification settings - Fork 132
Expand file tree
/
Copy pathpackage.json
More file actions
122 lines (122 loc) · 3.77 KB
/
package.json
File metadata and controls
122 lines (122 loc) · 3.77 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"name": "newstack",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"db:push": "dotenv drizzle-kit push",
"db:studio": "dotenv drizzle-kit studio",
"dev": "next dev",
"lint": "ESLINT_USE_FLAT_CONFIG=false eslint . --ext .js,.jsx,.ts,.tsx,.mjs,.cjs",
"local": "next dev --hostname 0.0.0.0",
"start": "next start"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.36.3",
"@aws-sdk/client-s3": "^3.554.0",
"@azure/service-bus": "^7.9.4",
"@clerk/nextjs": "^7.0.4",
"@clerk/themes": "^2.4.57",
"@fal-ai/client": "latest",
"@hookform/resolvers": "^3.10.0",
"@radix-ui/react-aspect-ratio": "^1.1.8",
"@radix-ui/react-avatar": "^1.1.11",
"@radix-ui/react-context-menu": "^2.2.16",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-hover-card": "^1.1.15",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-menubar": "^1.1.16",
"@radix-ui/react-navigation-menu": "^1.2.14",
"@radix-ui/react-progress": "^1.1.8",
"@radix-ui/react-radio-group": "^1.3.8",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slider": "^1.3.6",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-toast": "^1.2.15",
"@radix-ui/react-tooltip": "^1.2.8",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/postcss": "^4.2.1",
"@tanstack/react-query": "^5.90.21",
"@trpc/client": "^11.13.4",
"@trpc/server": "^11.13.4",
"@trpc/tanstack-react-query": "^11.13.4",
"@types/fluent-ffmpeg": "^2.1.27",
"@types/uuid": "^10.0.0",
"@vercel/analytics": "^1.1.1",
"antd": "^5.14.0",
"aws-sdk": "^2.1517.0",
"caniuse-lite": "^1.0.30001701",
"class-variance-authority": "^0.7.0",
"clerk": "^0.8.3",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"date-fns": "^2.30.0",
"drizzle-kit": "^0.31.9",
"drizzle-orm": "^0.45.1",
"embla-carousel-react": "^8.6.0",
"fluent-ffmpeg": "^2.1.3",
"geist": "^1.7.0",
"gray-matter": "^4.0.3",
"groq-sdk": "^0.15.0",
"input-otp": "^1.4.2",
"install": "^0.13.0",
"locomotive-scroll": "beta",
"lucide-react": "^0.577.0",
"motion": "^12.37.0",
"mysql2": "^3.6.1",
"next": "16.1.7",
"next-themes": "^0.4.6",
"next13-progressbar": "^1.2.2",
"openai": "^4.52.7",
"openai-edge": "^1.2.2",
"posthog-js": "1.225.1",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-hook-form": "^7.71.2",
"react-hot-toast": "^2.4.1",
"react-lag-radar": "^1.0.0",
"react-markdown": "^10.1.0",
"react-player": "^2.16.0",
"react-resizable-panels": "^4.7.3",
"react-tweet": "^3.2.1",
"reading-time": "^1.5.0",
"rehype-raw": "^7.0.0",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.1",
"server-only": "^0.0.1",
"sharp": "^0.32.6",
"sonner": "^2.0.7",
"sst": "^3.8.3",
"stripe": "^15.2.0",
"superjson": "^2.0.0",
"tailwind-classes-sorter": "^0.2.5",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"to-vfile": "^8.0.0",
"vaul": "^1.1.2",
"zod": "^3.22.4",
"zustand": "^5.0.12"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@types/node": "^20.8.6",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@typescript-eslint/eslint-plugin": "^8.57.1",
"@typescript-eslint/parser": "^8.57.1",
"autoprefixer": "^10",
"dotenv": "^16.3.1",
"dotenv-cli": "^7.3.0",
"eslint": "^9.39.4",
"eslint-config-next": "16.1.7",
"postcss": "^8",
"prettier": "3.0.3",
"prettier-plugin-tailwindcss": "^0.5.1",
"tailwindcss": "^3",
"typescript": "^5"
}
}