- Set up 11ty with Nunjucks templates (src/ → _site/) - Extract shared header and footer into partials — single source of truth - Convert all 11 pages to .njk with front matter (layout, title, permalink) - Add base/default/ui-kit layout chain - Add custom JS element inspector (Alt+I) with Typography, Tokens and Styles panels - Add CLAUDE.md with architecture overview and dev commands - Add .claude/launch.json with dev server configs - Add docs/elementor-token-handoff.md - Add _site/ to .gitignore Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
14 lines
227 B
JSON
14 lines
227 B
JSON
{
|
|
"name": "dp-trade-ui-kit",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "eleventy --serve",
|
|
"build": "eleventy"
|
|
},
|
|
"devDependencies": {
|
|
"@11ty/eleventy": "^3.0.0"
|
|
},
|
|
"type": "module"
|
|
}
|