Logo.Ai / package.json
enzostvs's picture
enzostvs HF staff
handle error
c23b289
raw
history blame
No virus
752 Bytes
{
"name": "logoai.dev",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@huggingface/inference": "^2.8.0",
"@prisma/client": "^5.19.1",
"@xenova/transformers": "^2.17.2",
"classnames": "^2.5.1",
"next": "14.2.12",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.3.0",
"react-toastify": "^10.0.5",
"react-use": "^17.5.1"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.12",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}