-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
120 lines (120 loc) · 3.79 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
114
115
116
117
118
119
120
{
"name": "cosmo-web",
"version": "1.0.0",
"private": true,
"license": "MIT",
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"typecheck": "tsc --pretty --noEmit",
"db:push": "drizzle-kit push",
"db:generate": "drizzle-kit generate",
"db:upgrade": "drizzle-kit up",
"db:migrate": "tsx ./migrate.mts",
"knip": "knip",
"metadata:import": "tsx --env-file=.env.local ./scripts/metadata-import/import.mts",
"analyze": "ANALYZE=true next build"
},
"dependencies": {
"@aws-sdk/client-kms": "^3.716.0",
"@aws-sdk/credential-providers": "^3.716.0",
"@neondatabase/serverless": "^0.10.4",
"@next/bundle-analyzer": "^15.1.3",
"@radix-ui/react-accordion": "^1.2.2",
"@radix-ui/react-alert-dialog": "^1.1.4",
"@radix-ui/react-avatar": "^1.1.2",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-dropdown-menu": "^2.1.4",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-popover": "^1.1.4",
"@radix-ui/react-scroll-area": "^1.2.2",
"@radix-ui/react-select": "^2.1.4",
"@radix-ui/react-separator": "^1.1.1",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-switch": "^1.1.2",
"@radix-ui/react-tabs": "^1.1.2",
"@radix-ui/react-toast": "^1.2.4",
"@radix-ui/react-toggle": "^1.1.1",
"@radix-ui/react-tooltip": "^1.1.6",
"@radix-ui/react-visually-hidden": "^1.1.1",
"@sentry/cli": "2.39.1",
"@sentry/nextjs": "^8.47.0",
"@t3-oss/env-nextjs": "^0.11.1",
"@tabler/icons-react": "^3.26.0",
"@tanstack/react-query": "^5.62.10",
"@tanstack/react-query-next-experimental": "^5.62.10",
"@tanstack/react-virtual": "^3.11.2",
"@vidstack/react": "^1.12.12",
"@yudiel/react-qr-scanner": "^2.1.0",
"babel-plugin-react-compiler": "19.0.0-beta-b2e8e9c-20241220",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.0.4",
"date-fns": "^4.1.0",
"drizzle-orm": "^0.38.3",
"embla-carousel-autoplay": "8.5.1",
"embla-carousel-react": "8.5.1",
"firebase": "^11.1.0",
"hls.js": "^1.5.18",
"import-in-the-middle": "^1.12.0",
"jose": "^5.9.6",
"lucide-react": "^0.469.0",
"next": "15.1.3",
"next-themes": "^0.4.4",
"nuqs": "^2.2.3",
"ofetch": "^1.4.1",
"playwright": "^1.49.1",
"react": "19.0.0",
"react-day-picker": "^8.10.1",
"react-dom": "19.0.0",
"react-error-boundary": "^5.0.0",
"react-intersection-observer": "^9.14.0",
"react-qr-code": "^2.0.15",
"recharts": "^2.15.0",
"require-in-the-middle": "^7.4.0",
"server-only": "^0.0.1",
"slugify": "^1.6.6",
"tailwind-merge": "^2.6.0",
"ts-pattern": "^5.6.0",
"usehooks-ts": "^3.1.0",
"vaul": "^1.1.2",
"viem": "^2.21.57",
"zod": "^3.24.1",
"zustand": "^5.0.2"
},
"devDependencies": {
"@tailwindcss/postcss": "4.0.0-beta.8",
"@tanstack/react-query-devtools": "^5.62.10",
"@types/node": "20.17.0",
"@types/pg": "^8.11.10",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"@types/umami": "^2.10.0",
"@typescript-eslint/eslint-plugin": "^8.18.2",
"@typescript-eslint/parser": "^8.18.2",
"dotenv": "^16.4.7",
"drizzle-kit": "^0.30.1",
"eslint": "8.57.0",
"eslint-config-next": "15.1.3",
"eslint-plugin-drizzle": "^0.2.3",
"eslint-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124",
"eslint-plugin-react-google-translate": "^0.0.114",
"hono": "^4.6.14",
"knip": "^5.41.1",
"pg": "^8.13.1",
"postcss": "8.4.49",
"postgres": "^3.4.5",
"tailwindcss": "4.0.0-beta.8",
"tailwindcss-animate": "^1.0.7",
"tsx": "^4.19.2",
"typescript": "5.7.2"
},
"pnpm": {
"overrides": {
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2"
}
}
}