deepsite-ai-coding / package.json
likhonsheikh's picture
Upload package.json with huggingface_hub
6813831 verified
raw
history blame contribute delete
267 Bytes
{
"name": "deepsite-ai-coding",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"next": "14.0.0",
"react": "18.2.0",
"react-dom": "18.2.0"
}
}