mirror of
https://github.com/diffusionstudio/lottie.git
synced 2026-09-14 13:40:33 +08:00
44f6b416fa
- Updated .gitignore to include new build and environment files. - Upgraded dependencies in package.json and bun.lock, including major updates for canvaskit-wasm and tailwind-merge. - Removed outdated package-lock.json and tsconfig files. - Replaced React with Solid.js for improved performance and reactivity. - Introduced new components and updated the app structure for better organization. - Added new SVG icons and fonts for enhanced UI. - Updated index.html and CSS for improved styling and layout consistency.
28 lines
581 B
JSON
28 lines
581 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema.json",
|
|
"style": "kobalte",
|
|
"rsc": false,
|
|
"tsx": true,
|
|
"tailwind": {
|
|
"config": "",
|
|
"css": "src/index.css",
|
|
"baseColor": "neutral",
|
|
"cssVariables": true,
|
|
"prefix": ""
|
|
},
|
|
"iconLibrary": "lucide",
|
|
"rtl": false,
|
|
"aliases": {
|
|
"components": "@/components",
|
|
"utils": "@/lib/utils",
|
|
"ui": "@/components/ui",
|
|
"lib": "@/lib",
|
|
"hooks": "@/hooks"
|
|
},
|
|
"menuColor": "default",
|
|
"menuAccent": "subtle",
|
|
"registries": {
|
|
"@zaidan": "https://zaidan.carere.dev/r/{style}/{name}.json"
|
|
}
|
|
}
|