-
Notifications
You must be signed in to change notification settings - Fork 111
Expand file tree
/
Copy pathpackage.json
More file actions
129 lines (129 loc) · 3.89 KB
/
package.json
File metadata and controls
129 lines (129 loc) · 3.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
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
123
124
125
126
127
128
129
{
"$schema": "https://json.schemastore.org/package.json",
"name": "studio.giselles.ai",
"version": "0.1.0",
"engines": {
"node": "24.x"
},
"private": true,
"scripts": {
"dev": "next dev",
"dev-debug": "LOGLEVEL=debug pnpm run dev",
"email:dev": "email dev --dir emails --port 3333",
"email:export": "email export --dir emails --outDir out",
"build": "next build",
"build:analyze": "ANALYZE=true next build",
"start": "next start",
"format": "biome check --write .",
"lint": "next lint",
"test": "vitest run",
"test:e2e": "playwright test",
"typegen": "next typegen",
"check-types": "tsc --noEmit",
"postinstall": "node ./scripts/copy-pdfium-wasm.mjs"
},
"packageManager": "pnpm@10.16.0",
"dependencies": {
"@aws-sdk/client-s3": "catalog:",
"@embedpdf/pdfium": "catalog:",
"@giselle-internal/ui": "workspace:*",
"@giselle-internal/workflow-designer-ui": "workspace:*",
"@giselles-ai/data-store-registry": "workspace:*",
"@giselles-ai/document-preprocessor": "workspace:*",
"@giselles-ai/giselle": "workspace:*",
"@giselles-ai/github-tool": "workspace:*",
"@giselles-ai/langfuse": "workspace:*",
"@giselles-ai/language-model": "workspace:*",
"@giselles-ai/nextjs": "workspace:*",
"@giselles-ai/node-registry": "workspace:*",
"@giselles-ai/protocol": "workspace:*",
"@giselles-ai/rag": "workspace:*",
"@giselles-ai/react": "workspace:*",
"@giselles-ai/browser-tool": "0.1.9",
"@giselles-ai/sandbox-agent": "0.1.12",
"@giselles-ai/supabase-driver": "workspace:*",
"@giselles-ai/utils": "workspace:*",
"@icons-pack/react-simple-icons": "10.0.0",
"@next/env": "catalog:",
"@next/third-parties": "catalog:",
"@octokit/auth-app": "catalog:",
"@octokit/core": "catalog:",
"@octokit/request-error": "catalog:",
"@paralleldrive/cuid2": "2.2.2",
"@radix-ui/react-dropdown-menu": "2.1.16",
"@radix-ui/react-icons": "1.3.2",
"@radix-ui/react-label": "2.1.7",
"@radix-ui/react-radio-group": "1.3.8",
"@radix-ui/react-slot": "1.2.3",
"@radix-ui/react-tooltip": "1.2.8",
"@react-email/components": "1.0.1",
"@sentry/nextjs": "10.28.0",
"@supabase/auth-js": "catalog:",
"@supabase/ssr": "catalog:",
"@supabase/supabase-js": "catalog:",
"@trigger.dev/sdk": "catalog:",
"@vercel/edge-config": "catalog:",
"@vercel/functions": "catalog:",
"@vercel/postgres": "0.9.0",
"@vercel/speed-insights": "1.0.12",
"ai": "catalog:",
"boring-avatars": "1.11.1",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"drizzle-orm": "0.44.2",
"flags": "4.0.0",
"gaxios": "6.7.1",
"google-auth-library": "9.15.0",
"googleapis": "144.0.0",
"happy-dom": "catalog:",
"import-in-the-middle": "catalog:",
"input-otp": "1.4.2",
"jsdom": "catalog:",
"lucide-react": "catalog:",
"motion": "catalog:",
"next": "catalog:",
"next-themes": "0.3.0",
"nodemailer": "7.0.11",
"nuqs": "catalog:",
"openai": "catalog:",
"pg": "catalog:",
"pino": "catalog:",
"posthog-js": "1.194.2",
"prettier": "catalog:",
"radix-ui": "catalog:",
"react": "catalog:",
"react-dom": "catalog:",
"react-email": "5.0.5",
"require-in-the-middle": "catalog:",
"shiki": "catalog:",
"stripe": "20.2.0-alpha.1",
"tailwind-merge": "2.6.0",
"tiny-invariant": "1.3.3",
"valibot": "1.2.0",
"zod": "catalog:",
"zustand": "catalog:"
},
"devDependencies": {
"@biomejs/biome": "catalog:",
"@next/bundle-analyzer": "16.0.7",
"@octokit/openapi-types": "catalog:",
"@playwright/test": "1.56.1",
"@react-email/preview-server": "5.0.5",
"@tailwindcss/postcss": "catalog:",
"@types/node": "catalog:",
"@types/nodemailer": "6.4.17",
"@types/react": "catalog:",
"@types/react-dom": "catalog:",
"drizzle-kit": "0.31.4",
"pino-pretty": "13.0.0",
"playwright": "1.56.1",
"postcss": "catalog:",
"tailwindcss": "catalog:",
"typescript": "5.7.3",
"vite-tsconfig-paths": "6.1.0",
"vitest": "catalog:"
},
"trustedDependencies": [
"@sentry/cli"
]
}