-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2.3 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
{
"name": "ituscheduler",
"type": "module",
"version": "3.1.0",
"license": "GPL-3.0-or-later",
"scripts": {
"dev": "astro dev",
"build": "SENTRY_RELEASE=${VERCEL_GIT_COMMIT_SHA:-$(git rev-parse HEAD)} && astro build",
"sb": "supabase",
"sb-db": "supabase db diff --schema public -f migration",
"sb-types": "supabase gen types typescript --project-id bhaehrqidxxgforajbtn > src/types/database.types.ts",
"vercel": "vercel",
"trigger": "pnpm dlx trigger.dev@latest"
},
"dependencies": {
"@astrojs/react": "^3.6.3",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.2",
"@astrojs/vercel": "^7.8.2",
"@nanostores/react": "^0.8.0",
"@radix-ui/react-checkbox": "^1.1.2",
"@radix-ui/react-collapsible": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-navigation-menu": "^1.2.1",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-scroll-area": "^1.2.1",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.4",
"@sentry/browser": "^8.40.0",
"@supabase/auth-ui-react": "^0.4.7",
"@supabase/auth-ui-shared": "^0.1.8",
"@supabase/ssr": "^0.5.2",
"@supabase/supabase-js": "^2.46.1",
"@tailwindcss/typography": "^0.5.15",
"@tanstack/query-core": "5.60.6",
"@tanstack/react-query": "5.61.3",
"@trigger.dev/sdk": "^3.2.1",
"@trigger.dev/supabase": "^3.2.1",
"astro": "^4.16.14",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.4",
"dayjs": "^1.11.13",
"globby": "^14.0.2",
"lucide-react": "^0.461.0",
"nanostores": "^0.11.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwind-merge": "^2.5.5",
"tailwindcss": "^3.4.15",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@sentry/vite-plugin": "^2.22.6",
"@tanstack/react-query-devtools": "5.61.3",
"@trigger.dev/build": "^3.2.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"prettier": "^3.3.3",
"prettier-plugin-go-template": "^0.0.15",
"supabase": "^1.223.10",
"typescript": "^5.7.2",
"vercel": "^39.1.1",
"vite": "^5.4.11"
}
}