stable-diffusion-tpu / package.json
enzostvs's picture
enzostvs HF staff
workaround scroll component
6cf6e03
raw
history blame contribute delete
No virus
1.05 kB
{
"name": "hf-fast-image-generation",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3002",
"build": "prisma generate && next build",
"start": "next start -p 3002",
"lint": "next lint"
},
"dependencies": {
"@huggingface/hub": "^0.11.3",
"@prisma/client": "^5.5.2",
"@tanstack/react-query": "^4.32.6",
"classnames": "^2.3.2",
"filereader": "^0.10.3",
"framer-motion": "^10.16.4",
"lodash": "^4.17.21",
"next": "13.5.6",
"react": "^18",
"react-dom": "^18",
"react-icons": "^4.11.0",
"react-infinite-scroller": "^1.2.6",
"react-use": "^17.4.0"
},
"devDependencies": {
"@types/lodash": "^4.14.200",
"@types/node": "^20.8.9",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-infinite-scroller": "^1.2.4",
"autoprefixer": "^10",
"eslint": "^8",
"eslint-config-next": "13.5.6",
"postcss": "^8",
"prisma": "^5.5.2",
"tailwindcss": "^3",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
}
}