-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.75 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.75 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
{
"name": "karasnap",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "biome check",
"format": "biome format --write",
"prisma": "dotenv -e .env.local -- prisma"
},
"dependencies": {
"@ai-sdk/gateway": "^2.0.0-beta.61",
"@aws-sdk/client-s3": "^3.937.0",
"@aws-sdk/s3-request-presigner": "^3.937.0",
"@base-ui-components/react": "^1.0.0-beta.6",
"@floating-ui/react": "^0.27.16",
"@logto/js": "^6.1.0",
"@logto/next": "^4.2.6",
"@paddle/paddle-js": "^1.5.1",
"@paddle/paddle-node-sdk": "^3.4.0",
"@prisma/adapter-pg": "^7.0.0",
"@prisma/client": "^7.0.0",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@sentry/nextjs": "^10",
"@t3-oss/env-nextjs": "^0.13.8",
"@tanstack/react-table": "^8.21.3",
"ag-charts-react": "^12.3.1",
"ai": "^6.0.0-beta.113",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"compressorjs": "^1.2.1",
"date-fns": "^4.1.0",
"lucide-react": "^0.554.0",
"motion": "^12.23.24",
"next": "^16.0.7",
"pg": "^8.16.3",
"piexifjs": "^1.0.6",
"prisma": "^7.0.0",
"radix-ui": "^1.4.3",
"react": "^19.2.1",
"react-day-picker": "^9.11.2",
"react-dom": "^19.2.1",
"sonner": "^2.0.7",
"tailwind-merge": "^3.4.0",
"zod": "^4.1.13"
},
"devDependencies": {
"@biomejs/biome": "2.2.0",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"dotenv-cli": "^11.0.0",
"tailwindcss": "^4",
"tw-animate-css": "^1.4.0",
"typescript": "^5"
}
}