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>
24 lines
539 B
JSON
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"
|
|
}
|
|
}
|