Add shadcn and imnyang's color palette

This commit is contained in:
암냥 2025-09-28 15:50:16 +09:00
commit 05fe03f7de
5 changed files with 184 additions and 17 deletions

View file

@ -10,17 +10,22 @@
"format": "biome format --write"
},
"dependencies": {
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.544.0",
"next": "15.5.4",
"react": "19.1.0",
"react-dom": "19.1.0",
"next": "15.5.4"
"tailwind-merge": "^3.3.1"
},
"devDependencies": {
"typescript": "^5",
"@biomejs/biome": "2.2.0",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@tailwindcss/postcss": "^4",
"tailwindcss": "^4",
"@biomejs/biome": "2.2.0"
"tw-animate-css": "^1.4.0",
"typescript": "^5"
}
}