forked from eersnington/obby-dev
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
122 lines (122 loc) · 4.09 KB
/
package.json
File metadata and controls
122 lines (122 loc) · 4.09 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
{
"name": "obby-dev",
"version": "1.0.0",
"private": true,
"scripts": {
"dev:next": "next dev",
"dev:convex": "npx convex dev",
"dev": "concurrently \"pnpm run dev:next\" \"pnpm run dev:convex\"",
"build": "next build",
"start": "next start",
"lint": "biome format --write . && biome lint .",
"lint:fix": "biome lint . --write && biome format --write ."
},
"dependencies": {
"@ai-sdk/amazon-bedrock": "^2.2.9",
"@ai-sdk/anthropic": "^1.2.12",
"@ai-sdk/google": "^1.2.18",
"@ai-sdk/openai": "^1.3.22",
"@ai-sdk/react": "^1.2.12",
"@ai-sdk/xai": "^1.2.16",
"@codemirror/autocomplete": "^6.18.6",
"@codemirror/commands": "^6.8.1",
"@codemirror/language": "^6.11.1",
"@codemirror/view": "^6.37.2",
"@codesandbox/sandpack-react": "^2.20.0",
"@codesandbox/sandpack-themes": "^2.0.21",
"@e2b/code-interpreter": "^1.5.1",
"@hookform/resolvers": "^5.0.1",
"@monaco-editor/react": "^4.7.0",
"@radix-ui/react-accordion": "^1.2.11",
"@radix-ui/react-alert-dialog": "^1.1.14",
"@radix-ui/react-aspect-ratio": "^1.1.7",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-checkbox": "^1.3.2",
"@radix-ui/react-collapsible": "^1.1.11",
"@radix-ui/react-context-menu": "^2.2.15",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-dropdown-menu": "^2.1.15",
"@radix-ui/react-hover-card": "^1.1.14",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-menubar": "^1.1.15",
"@radix-ui/react-navigation-menu": "^1.2.13",
"@radix-ui/react-popover": "^1.1.14",
"@radix-ui/react-progress": "^1.1.7",
"@radix-ui/react-radio-group": "^1.3.7",
"@radix-ui/react-scroll-area": "^1.2.9",
"@radix-ui/react-select": "^2.2.5",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slider": "^1.3.5",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-switch": "^1.2.5",
"@radix-ui/react-tabs": "^1.1.12",
"@radix-ui/react-toggle": "^1.1.9",
"@radix-ui/react-toggle-group": "^1.1.10",
"@radix-ui/react-tooltip": "^1.1.2",
"@radix-ui/themes": "^3.1.3",
"@t3-oss/env-nextjs": "^0.13.6",
"@upstash/ratelimit": "^2.0.5",
"@upstash/redis": "^1.35.0",
"@vercel/kv": "^3.0.0",
"@workos-inc/authkit-nextjs": "^2.3.3",
"@workos-inc/node": "^7.33.0",
"@workos-inc/widgets": "1.0.0",
"ai": "^4.3.16",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"concurrently": "^9.1.0",
"convex": "^1.24.3",
"convex-helpers": "^0.1.89",
"core-js": "^3.43.0",
"date-fns": "^4.1.0",
"dedent": "^1.6.0",
"embla-carousel-react": "^8.6.0",
"input-otp": "^1.4.2",
"jose": "^5.9.3",
"lodash": "^4.17.21",
"lucide-react": "^0.511.0",
"motion": "^12.18.1",
"next": "15.3.3",
"next-themes": "^0.4.6",
"nextjs-toploader": "^3.6.15",
"prettier": "^3.5.3",
"prismjs": "^1.30.0",
"react": "^19.0.0",
"react-day-picker": "8.10.1",
"react-dom": "^19.0.0",
"react-hook-form": "^7.56.4",
"react-resizable-panels": "^3.0.2",
"recharts": "^2.15.3",
"sandpack-file-explorer": "^0.0.7",
"server-only": "^0.0.1",
"sonner": "^2.0.3",
"stripe": "^16.12.0",
"swr": "^2.3.3",
"tailwind-merge": "^3.3.0",
"usehooks-ts": "^3.1.1",
"vaul": "^1.1.2",
"zod": "^3.25.39",
"zustand": "^5.0.5"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@tailwindcss/postcss": "^4",
"@types/lodash": "^4.17.17",
"@types/node": "^20",
"@types/prismjs": "^1.26.5",
"@types/react": "^19",
"@types/react-dom": "^19",
"chalk": "^5.3.0",
"tailwindcss": "^4",
"tw-animate-css": "^1.3.2",
"typescript": "^5"
},
"description": "An open source alternative to v0.dev",
"keywords": ["nextjs", "next", "v0", "bolt", "replit", "lovable"],
"author": "eersnington",
"license": "MIT",
"homepage": "https://obby.dev",
"packageManager": "pnpm@10.9.0+sha512.0486e394640d3c1fb3c9d43d49cf92879ff74f8516959c235308f5a8f62e2e19528a65cdc2a3058f587cde71eba3d5b56327c8c33a97e4c4051ca48a10ca2d5f"
}