zero-gpu-spaces / package.json
enzostvs's picture
enzostvs HF staff
initial commit
b10df03
raw
history blame
622 Bytes
{
"name": "zero-gpu-spaces",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --port 3001",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"classnames": "^2.5.1",
"next": "14.2.3",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.1.0",
"react-use": "^17.5.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}