Skip to content

Commit c51c400

Browse files
feat: initial commit
Co-authored-by: Ona <no-reply@ona.com>
1 parent 6bbd9ab commit c51c400

6 files changed

Lines changed: 2207 additions & 21 deletions

File tree

components.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"$schema": "https://ui.shadcn.com/schema.json",
3+
"style": "base-nova",
4+
"rsc": true,
5+
"tsx": true,
6+
"tailwind": {
7+
"config": "",
8+
"css": "src/app/globals.css",
9+
"baseColor": "neutral",
10+
"cssVariables": true,
11+
"prefix": ""
12+
},
13+
"iconLibrary": "lucide",
14+
"rtl": false,
15+
"aliases": {
16+
"components": "@/components",
17+
"utils": "@/lib/utils",
18+
"ui": "@/components/ui",
19+
"lib": "@/lib",
20+
"hooks": "@/hooks"
21+
},
22+
"menuColor": "default",
23+
"menuAccent": "subtle",
24+
"registries": {}
25+
}

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,19 @@
1313
"test:e2e": "playwright test"
1414
},
1515
"dependencies": {
16+
"@base-ui/react": "^1.4.0",
1617
"@sentry/nextjs": "^10.48.0",
1718
"@supabase/ssr": "^0.10.2",
1819
"@supabase/supabase-js": "^2.103.0",
20+
"class-variance-authority": "^0.7.1",
21+
"clsx": "^2.1.1",
22+
"lucide-react": "^1.8.0",
1923
"next": "16.2.3",
2024
"react": "19.2.4",
21-
"react-dom": "19.2.4"
25+
"react-dom": "19.2.4",
26+
"shadcn": "^4.2.0",
27+
"tailwind-merge": "^3.5.0",
28+
"tw-animate-css": "^1.4.0"
2229
},
2330
"devDependencies": {
2431
"@playwright/test": "^1.59.1",

0 commit comments

Comments
 (0)