stable-diffusion-tpu / package.json
Esteves Enzo
add loading animate
5881efa
raw
history blame
No virus
908 Bytes
{
"name": "hf-fast-image-generation",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3002",
"build": "prisma generate && npx prisma migrate dev --name init && next build",
"start": "next start -p 3002",
"lint": "next lint"
},
"dependencies": {
"@prisma/client": "^5.5.2",
"@tanstack/react-query": "^4.32.6",
"classnames": "^2.3.2",
"filereader": "^0.10.3",
"framer-motion": "^10.16.4",
"next": "13.5.6",
"react": "^18",
"react-dom": "^18",
"react-icons": "^4.11.0",
"react-use": "^17.4.0"
},
"devDependencies": {
"@types/node": "^20.8.9",
"@types/react": "^18",
"@types/react-dom": "^18",
"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"
}
}