Spaces:
Runtime error
Runtime error
File size: 1,054 Bytes
cf8b7da a3dac95 cf8b7da c90020d cf8b7da 7e19cbb 4f2c36e 5881efa cf8b7da 4f2c36e cf8b7da 848e268 cf8b7da 848e268 cf8b7da 848e268 4f2c36e cf8b7da 848e268 cf8b7da 4f2c36e cf8b7da 4f2c36e cf8b7da |
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 |
{
"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"
}
}
|