|
Last change
on this file since 2d635ae was 875f7d6, checked in by stefansaveski <stefansaveski19@…>, 12 months ago |
|
Initial commit with Next.js project setup
|
-
Property mode
set to
100644
|
|
File size:
451 bytes
|
| Rev | Line | |
|---|
| [875f7d6] | 1 | {
|
|---|
| 2 | "$schema": "https://ui.shadcn.com/schema.json",
|
|---|
| 3 | "style": "new-york",
|
|---|
| 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 | "aliases": {
|
|---|
| 15 | "components": "@/components",
|
|---|
| 16 | "utils": "@/lib/utils",
|
|---|
| 17 | "ui": "@/components/ui",
|
|---|
| 18 | "lib": "@/lib",
|
|---|
| 19 | "hooks": "@/hooks"
|
|---|
| 20 | },
|
|---|
| 21 | "registries": {}
|
|---|
| 22 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.