Files
pbakaus_impeccable/package.json
T
Paul BakausandClaude Opus 4.5 343e342d52 Add periodic table visualization and URL hash tracking
- Replace subway map with periodic table of commands
- Info panel shows command details on hover
- Click element to jump to command in Commands section
- URL hash updates as you scroll between sections
- Direct linking to sections works
- Fix spacing issues in solution section

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-15 18:27:52 -08:00

35 lines
795 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": {
"bun-plugin-tailwind": "^0.1.2"
},
"dependencies": {
"lenis": "^1.3.16",
"motion": "^12.23.26",
"tailwindcss": "^4.1.18",
"three": "^0.182.0"
}
}