-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathjac.toml
More file actions
77 lines (69 loc) · 2.28 KB
/
jac.toml
File metadata and controls
77 lines (69 loc) · 2.28 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
[project]
name = "jac-shadcn"
version = "1.0.0"
description = "Shadcn-style UI component library and theme customizer for Jac — 21 components, 5 styles, 21 themes, 12 fonts"
authors = ["{'name': 'Jason Mars', 'email': 'jason@mars.ninja'}"]
license = "MIT"
entry-point = "main.jac"
repository = "https://github.com/Jaseci-Labs/jaseci"
homepage = "https://jac-shadcn.jaseci.org"
[dependencies.npm]
jac-client-node = "1.0.7"
class-variance-authority = "^0.7.1"
clsx = "^2.1.1"
tailwind-merge = "^3.5.0"
tw-animate-css = "^1.4.0"
radix-ui = "^1.4.3"
"@fontsource-variable/figtree" = "^5.2.10"
"@fontsource-variable/geist" = "*"
"@fontsource-variable/inter" = "*"
"@fontsource-variable/noto-sans" = "*"
"@fontsource-variable/nunito-sans" = "*"
"@fontsource-variable/roboto" = "*"
"@fontsource-variable/raleway" = "*"
"@fontsource-variable/dm-sans" = "*"
"@fontsource-variable/public-sans" = "*"
"@fontsource-variable/outfit" = "*"
"@fontsource-variable/jetbrains-mono" = "*"
"@fontsource-variable/geist-mono" = "*"
"@hugeicons/core-free-icons" = "^3.1.1"
"@hugeicons/react" = "^1.1.5"
"@base-ui/react" = "^1.2.0"
shadcn = "^3.8.5"
vaul = "*"
sonner = "^2.0.0"
react-resizable-panels = "^2.1.7"
cmdk = "^1.1.1"
input-otp = "^1.4.2"
embla-carousel-react = "^8.6.0"
react-day-picker = "^9.7.0"
recharts = "^2.15.3"
[dependencies.npm.dev]
"@jac-client/dev-deps" = "2.0.0"
"@tailwindcss/vite" = "latest"
tailwindcss = "latest"
[dev-dependencies]
watchdog = ">=3.0.0"
[serve]
base_route_app = "app"
[plugins.client.app_meta_data]
title = "jac-shadcn"
description = "Shadcn-style UI component library and theme customizer for Jac — 21 components, 5 styles, 21 themes, 12 fonts"
keywords = "jac, shadcn, ui-components, design-system, theme-customizer, jaseci"
author = "Jaseci Labs"
theme_color = "#09090b"
icon = "/logo.png"
apple_touch_icon = "/logo.png"
og_type = "website"
og_title = "jac-shadcn"
og_description = "Shadcn-style UI components for Jac. Customize themes, pick components, export projects."
og_site_name = "jac-shadcn"
meta_application_name = "jac-shadcn"
[plugins.client.vite]
plugins = ["tailwindcss()"]
lib_imports = ["import tailwindcss from '@tailwindcss/vite'"]
[plugins.client.configs.tailwind]
content = ["./src/**/*.{jac,tsx,jsx}"]
[plugins.scale.kubernetes]
app_name = "jac-shadcn"
namespace = "jac-shadcn"