gallery / package.json
Hanzo Dev
Add git submodule architecture for templates with Hugging Face integration
366fe97
{
"name": "@hanzo/template-gallery",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -H 0.0.0.0 -p ${PORT:-7860}",
"lint": "next lint",
"screenshot": "node scripts/screenshot-templates.js",
"screenshot:prod": "SCREENSHOT_BASE_URL=https://huggingface.co/spaces/hanzoai/gallery node scripts/screenshot-templates.js",
"setup-templates": "./setup-template-repos.sh",
"build-templates": "./build-templates.sh",
"submodules:init": "git submodule update --init --recursive",
"submodules:update": "git submodule update --remote --merge"
},
"dependencies": {
"@hanzo/ui": "^4.5.4",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-alert-dialog": "^1.1.0",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-checkbox": "^1.1.0",
"@radix-ui/react-dialog": "^1.1.0",
"@radix-ui/react-dropdown-menu": "^2.1.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.0",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-radio-group": "^1.2.0",
"@radix-ui/react-scroll-area": "^1.1.0",
"@radix-ui/react-select": "^2.1.0",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slider": "^1.2.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-toast": "^1.2.0",
"@radix-ui/react-toggle": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.0",
"@types/archiver": "^6.0.3",
"archiver": "^7.0.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"framer-motion": "^11.18.2",
"lucide-react": "^0.456.0",
"next": "15.3.5",
"next-themes": "^0.4.6",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.62.0",
"react-hot-toast": "^2.6.0",
"tailwind-merge": "^3.3.1",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@types/lodash.merge": "^4.6.9",
"@types/minimatch": "^5.1.2",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.21",
"eslint": "^9",
"eslint-config-next": "15.3.5",
"postcss": "^8.5.6",
"puppeteer": "^22.0.0",
"tailwindcss": "^3.4.17",
"typescript": "^5"
}
}