anycoder-bc3e2d05 / package.json
KVRT's picture
Upload package.json with huggingface_hub
0666e47 verified
raw
history blame contribute delete
513 Bytes
{
"name": "sh0rtl-ink",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"next": "14.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"lucide-react": "0.314.0"
},
"devDependencies": {
"@types/node": "20.11.0",
"@types/react": "18.2.0",
"autoprefixer": "10.4.17",
"postcss": "8.4.33",
"tailwindcss": "3.4.1",
"typescript": "5.3.3"
}
}