Files
mr-drews-assignment-creator/package.json
T
bizzleandClaude b7416cc618 feat: UI revamp with sidebar nav and grouped library
Replace top Nav with Sidebar, add lib/group.js for library grouping,
tokenized color/alert styles, and tighter Settings/Canvas export layout.
Adds @tabler/icons-react. Verified production build (standalone) passes,
so the Docker image built from this tree matches the local app.

Co-authored-by: Claude <claude-code@anthropic.com>
2026-06-25 18:33:08 -04:00

24 lines
539 B
JSON

{
"name": "mr-drews-assignment-creator",
"version": "1.0.0",
"private": true,
"description": "Local, private, high-accuracy assignment generator for educators.",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@tabler/icons-react": "^3.44.0",
"@tailwindcss/postcss": "^4.3.1",
"next": "14.2.18",
"postcss": "^8.5.15",
"react": "18.3.1",
"react-dom": "18.3.1",
"tailwindcss": "^4.3.1"
},
"engines": {
"node": ">=18.17.0"
}
}