mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-12 14:16:28 +03:00
- Add @paper-design/shaders for WebGL mesh gradient effect - Create hero-shader.js with liquid ink gradient (grayscale palette) - Add overlay content: title, tagline, and CTA on shader - Update hero section structure and styling - Fix accessibility: gallery dot buttons, toggle ARIA attributes - Fix undefined --color-terracotta CSS variable - Update distribution structure for Codex/Cursor skills 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
37 lines
870 B
JSON
37 lines
870 B
JSON
{
|
|
"name": "vibe-design-plugins",
|
|
"version": "1.0.0",
|
|
"description": "Cross-provider design skills and commands for LLM-powered development tools",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "bun run scripts/build.js",
|
|
"clean": "rm -rf dist",
|
|
"rebuild": "bun run clean && bun run build",
|
|
"dev": "bun run server/index.js",
|
|
"start": "bun --production run server/index.js",
|
|
"test": "bun test"
|
|
},
|
|
"keywords": [
|
|
"cursor",
|
|
"claude",
|
|
"gemini",
|
|
"codex",
|
|
"design",
|
|
"frontend",
|
|
"ux"
|
|
],
|
|
"author": "Paul Bakaus",
|
|
"license": "SEE LICENSE FILE",
|
|
"devDependencies": {
|
|
"@tailwindcss/cli": "^4.1.18",
|
|
"bun-plugin-tailwind": "^0.1.2"
|
|
},
|
|
"dependencies": {
|
|
"@paper-design/shaders": "^0.0.68",
|
|
"lenis": "^1.3.16",
|
|
"motion": "^12.23.26",
|
|
"tailwindcss": "^4.1.18",
|
|
"three": "^0.182.0"
|
|
}
|
|
}
|