-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathcomponents.json
More file actions
33 lines (33 loc) · 900 Bytes
/
Copy pathcomponents.json
File metadata and controls
33 lines (33 loc) · 900 Bytes
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
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "new-york",
"rsc": true,
"tsx": true,
"tailwind": {
"config": "",
"css": "src/styles/globals.css",
"baseColor": "stone",
"cssVariables": true,
"prefix": ""
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils",
"ui": "@/components/ui",
"lib": "@/lib",
"hooks": "@/hooks",
"types": "@/types",
"features": "@/features",
"browser": "@/features/browser",
"chat": "@/features/chat",
"media-studio": "@/features/media-studio",
"modals": "@/features/modals",
"options": "@/features/options",
"project-settings": "@/features/project-settings",
"timeline": "@/features/timeline",
"top-bar": "@/features/top-bar",
"user-settings": "@/features/user-settings",
"video-player": "@/features/video-player"
},
"iconLibrary": "lucide"
}