File size: 2,358 Bytes
7edc589 2296a3e 2e17c87 366fe97 7edc589 4ba861a 37170d1 dca4444 7edc589 cabb811 7edc589 4b8c437 cabb811 7edc589 37170d1 7edc589 4ba861a 7edc589 4b8c437 7edc589 2e17c87 7edc589 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 | {
"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"
}
}
|