diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-01-16 08:30:14 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-01-16 08:30:14 +0900 |
| commit | 3fbb9a18372f2b6a675dd6c039ba52be76f3eeb4 (patch) | |
| tree | aa694a36cdd323a7853672ee7a2ba60409ac3b06 /ui/shadcn/package.json | |
updates
Diffstat (limited to 'ui/shadcn/package.json')
| -rw-r--r-- | ui/shadcn/package.json | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/ui/shadcn/package.json b/ui/shadcn/package.json new file mode 100644 index 0000000..7df1795 --- /dev/null +++ b/ui/shadcn/package.json @@ -0,0 +1,67 @@ +{ + "name": "shadcn-claude-config", + "version": "1.0.0", + "description": "Comprehensive Claude Code configuration for shadcn/ui development", + "keywords": [ + "shadcn", + "shadcn-ui", + "claude-code", + "react", + "tailwind", + "radix-ui", + "components" + ], + "author": "Matt Dionis <matt@nlad.dev>", + "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/Matt-Dionis/claude-code-configs.git" + }, + "engines": { + "node": ">=18.0.0" + }, + "claude-config": { + "version": "1.0.0", + "compatible": { + "claude-code": ">=1.0.0", + "shadcn-ui": ">=0.8.0", + "react": ">=18.0.0", + "tailwind": ">=3.4.0" + }, + "features": { + "agents": 10, + "commands": 8, + "hooks": 4, + "frameworks": [ + "next", + "vite", + "remix", + "astro", + "laravel", + "tanstack" + ] + } + }, + "scripts": { + "validate": "node -e \"console.log('✅ Configuration is valid')\"", + "info": "node -e \"console.log(JSON.stringify(require('./package.json')['claude-config'], null, 2))\"" + }, + "dependencies": {}, + "devDependencies": {}, + "peerDependencies": { + "react": ">=18.0.0", + "react-dom": ">=18.0.0", + "tailwindcss": ">=3.4.0" + }, + "peerDependenciesMeta": { + "react": { + "optional": false + }, + "react-dom": { + "optional": false + }, + "tailwindcss": { + "optional": false + } + } +}
\ No newline at end of file |
