File size: 2,383 Bytes
624088c bca383d 624088c 51f6250 e015622 0ed5b20 624088c 8c5d17c 624088c 11443d4 624088c 51f6250 624088c f6f68f6 624088c f6f68f6 624088c 879455c 624088c a2c0551 dbc8f44 048071f 624088c 51f6250 f6f68f6 624088c f6f68f6 b022cb9 51f6250 624088c f309083 51f6250 f309083 719ed9c 048071f 932a7fd f6f68f6 624088c f6f68f6 624088c 51f6250 11d758a 932a7fd 624088c |
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 71 72 73 74 75 76 77 78 79 80 81 |
{
"name": "@jbilcke/comic-factory",
"version": "1.2.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@aitube/clap": "^0.0.6",
"@anthropic-ai/sdk": "^0.19.1",
"@huggingface/hub": "^0.14.2",
"@huggingface/inference": "^2.6.1",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-avatar": "^1.0.3",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-collapsible": "^1.0.3",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-menubar": "^1.0.3",
"@radix-ui/react-popover": "^1.0.6",
"@radix-ui/react-select": "^1.2.2",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slider": "^1.1.2",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-toast": "^1.1.4",
"@radix-ui/react-tooltip": "^1.0.6",
"@types/node": "20.4.2",
"@types/react": "18.3.0",
"@types/react-dom": "18.3.0",
"@types/uuid": "^9.0.2",
"autoprefixer": "10.4.18",
"class-variance-authority": "^0.6.1",
"clsx": "^2.1.0",
"cmdk": "^0.2.0",
"cookies-next": "^2.1.2",
"date-fns": "^2.30.0",
"encoding": "^0.1.13",
"eslint": "8.45.0",
"eslint-config-next": "13.4.10",
"groq-sdk": "^0.3.1",
"html2canvas": "^1.4.1",
"konva": "^9.2.2",
"lucide-react": "^0.260.0",
"next": "14.2.3",
"openai": "^4.29.2",
"pick": "^0.0.1",
"postcss": "8.4.37",
"query-string": "^9.0.0",
"react": "18.3.1",
"react-circular-progressbar": "^2.1.0",
"react-contenteditable": "^3.3.7",
"react-dom": "18.3.1",
"react-draggable": "^4.4.6",
"react-icons": "^4.11.0",
"react-konva": "^18.2.10",
"react-virtualized-auto-sizer": "^1.0.20",
"replicate": "^0.29.0",
"sbd": "^1.0.19",
"sharp": "^0.33.2",
"tailwind-merge": "^2.2.2",
"tailwindcss": "3.4.1",
"tailwindcss-animate": "^1.0.6",
"ts-node": "^10.9.1",
"typescript": "^5.4.5",
"usehooks-ts": "^2.9.1",
"uuid": "^9.0.0",
"zustand": "^4.4.1"
},
"devDependencies": {
"@types/qs": "^6.9.7",
"@types/react-virtualized": "^9.21.22",
"@types/sbd": "^1.0.3"
}
}
|