-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2.31 KB
/
Copy pathpackage.json
File metadata and controls
69 lines (69 loc) · 2.31 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
{
"name": "@weekendsuperhero-io/sistine",
"version": "0.1.0",
"private": true,
"description": "Sistine - A modern, glassmorphic component library built with shadcn-ui registry",
"author": "Weekend Superhero LLC",
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "biome check .",
"typecheck": "tsc --noEmit",
"test": "node scripts/check-theme.mjs && node scripts/check-patterns.mjs && pnpm test:apca",
"test:apca": "node --experimental-strip-types --disable-warning=MODULE_TYPELESS_PACKAGE_JSON scripts/apca-oracle.mjs",
"registry:build": "node scripts/build-theme.mjs && shadcn build",
"registry:check": "node scripts/build-theme.mjs && node scripts/fix-registry.mjs && shadcn build && node scripts/smoke-registry.mjs",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build -o storybook-static",
"export-storybook": "node scripts/export-storybook.js",
"registry:smoke": "node scripts/smoke-registry.mjs"
},
"dependencies": {
"@phosphor-icons/react": "^2.1.10",
"@tanstack/react-table": "^8.21.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"date-fns": "^4.4.0",
"framer-motion": "^12.42.2",
"input-otp": "^1.4.2",
"next": "^16.2.10",
"next-themes": "^0.4.6",
"radix-ui": "^1.6.2",
"react": "^19.2.7",
"react-day-picker": "^10.0.1",
"react-dom": "^19.2.7",
"react-easy-crop": "^6.1.0",
"react-resizable-panels": "^4.12.1",
"recharts": "^3.9.2",
"shadcn": "^4.13.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.6.0",
"tw-animate-css": "^1.4.0",
"vaul": "^1.1.2",
"zod": "^4.4.3"
},
"devDependencies": {
"@biomejs/biome": "^2.5.2",
"@chromatic-com/storybook": "^5.2.1",
"@storybook/addon-a11y": "^10.4.6",
"@storybook/addon-docs": "^10.4.6",
"@storybook/addon-onboarding": "^10.4.6",
"@storybook/addon-vitest": "^10.4.6",
"@storybook/nextjs": "^10.4.6",
"@tailwindcss/postcss": "^4.3.2",
"@types/node": "^24.13.2",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"apca-w3": "^0.1.9",
"storybook": "^10.4.6",
"tailwindcss": "^4.3.2",
"typescript": "^6.0.3"
},
"pnpm": {
"ignoredBuiltDependencies": [
"sharp"
]
}
}