-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.06 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 2.06 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
{
"name": "phantom-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "NEXT_IGNORE_ESLINT=1 next build --turbopack",
"design:doctor": "node scripts/design-doctor.mjs",
"lint": "eslint .",
"parser": "node scripts/parse.mjs",
"clean": "rm -rf .next node_modules",
"db:push": "instant-cli push",
"db:pull": "instant-cli pull",
"perms:push": "instant-cli push perms",
"perms:pull": "instant-cli pull perms"
},
"dependencies": {
"@base-ui/react": "^1.4.1",
"@gsap/react": "^2.1.2",
"@hookform/resolvers": "^5.2.2",
"@iconify/react": "^6.0.2",
"@instantdb/admin": "^1.0.26",
"@instantdb/react": "^1.0.26",
"@stackframe/stack": "^2.8.88",
"@tanstack/react-query": "^5.100.9",
"@tanstack/react-query-devtools": "^5.100.9",
"@trpc/client": "^11.17.0",
"@trpc/react-query": "^11.17.0",
"@trpc/server": "^11.17.0",
"animejs": "^4.4.1",
"archiver": "^8.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"date-fns": "^4.1.0",
"embla-carousel-react": "^8.6.0",
"gsap": "^3.15.0",
"input-otp": "^1.4.2",
"instant-cli": "^1.0.26",
"jose": "^6.2.3",
"lenis": "^1.3.23",
"lucide-react": "^1.14.0",
"motion": "^12.38.0",
"next": "^16.2.6",
"next-themes": "^0.4.6",
"oxc-parser": "^0.129.0",
"react": "^19.2.6",
"react-day-picker": "^10.0.0",
"react-dom": "^19.2.6",
"react-error-boundary": "^6.1.1",
"react-hook-form": "^7.75.0",
"react-resizable-panels": "^4.11.0",
"recharts": "^3.8.1",
"sonner": "^2.0.7",
"superjson": "^2.2.6",
"tailwind-merge": "^3.6.0",
"vaul": "^1.1.2",
"zod": "^4.4.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.3.0",
"@types/node": "^22.19.18",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"eslint": "^9.39.4",
"eslint-config-next": "^16.2.6",
"shadcn": "^4.7.0",
"tailwindcss": "^4.3.0",
"tw-animate-css": "^1.4.0",
"typescript": "^6.0.3"
}
}