-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
95 lines (95 loc) · 2.89 KB
/
package.json
File metadata and controls
95 lines (95 loc) · 2.89 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
{
"name": "techdiary.dev-next",
"version": "1.0.13",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint",
"db:generate": "npx drizzle-kit generate",
"db:push": "npx drizzle-kit push",
"db:studio": "npx drizzle-kit studio",
"play": "npx tsx ./src/backend/play.ts",
"wrangler:dev": "wrangler dev",
"cf-typegen": "wrangler types"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.828.0",
"@aws-sdk/s3-request-presigner": "^3.828.0",
"@cloudinary/react": "^1.14.1",
"@cloudinary/url-gen": "^1.21.0",
"@codesandbox/sandpack-react": "^2.20.0",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@hookform/error-message": "^2.0.1",
"@hookform/resolvers": "^5.2.1",
"@markdoc/markdoc": "^0.5.1",
"@radix-ui/react-alert-dialog": "^1.1.6",
"@radix-ui/react-avatar": "^1.1.3",
"@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-dropdown-menu": "^2.1.6",
"@radix-ui/react-hover-card": "^1.1.6",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.2",
"@radix-ui/react-popover": "^1.1.6",
"@radix-ui/react-separator": "^1.1.2",
"@radix-ui/react-slot": "^1.1.2",
"@radix-ui/react-tabs": "^1.1.3",
"@radix-ui/react-tooltip": "^1.1.8",
"@t3-oss/env-nextjs": "^0.13.8",
"@tailwindcss/postcss": "^4.1.1",
"@tailwindcss/typography": "^0.5.16",
"@tanstack/react-query": "^5.69.0",
"@workos-inc/authkit-nextjs": "^2.12.2",
"class-variance-authority": "^0.7.1",
"cloudinary": "^2.6.0",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"date-fns": "^4.1.0",
"dotenv": "^16.4.7",
"drizzle-orm": "^0.41.0",
"immer": "^10.1.1",
"jotai": "^2.12.2",
"lottie-react": "^2.4.1",
"lucide-react": "^0.484.0",
"meilisearch": "^0.51.0",
"next": "^16.1.6",
"next-themes": "^0.4.6",
"pg": "^8.14.1",
"react": "^19",
"react-advanced-cropper": "^0.20.1",
"react-dom": "^19",
"react-dropzone": "^14.3.8",
"react-hook-form": "^7.55.0",
"react-hot-toast": "^2.5.2",
"react-syntax-highlighter": "^15.6.1",
"recharts": "^2.15.1",
"schema-dts": "^1.1.5",
"sonner": "^2.0.5",
"sqlkit": "^1.0.17",
"tailwind-merge": "^3.0.2",
"tw-animate-css": "^1.2.4",
"use-immer": "^0.11.0",
"zod": "^3.25.0"
},
"devDependencies": {
"@types/node": "^22.13.13",
"@types/pg": "^8.11.11",
"@types/react": "^19.0.12",
"@types/react-dom": "^19",
"@types/react-syntax-highlighter": "^15.5.13",
"drizzle-kit": "^0.30.6",
"eslint": "^9",
"eslint-config-next": "15.2.3",
"postcss": "^8.5.3",
"postcss-import": "^16.1.0",
"postcss-nesting": "^13.0.1",
"prettier": "^3.5.3",
"tailwindcss": "^4.1.1",
"tsx": "^4.19.3",
"typescript": "^5.8.2",
"wrangler": "^4.20.0"
}
}