nextjs-hf-spaces / package.json
NERDDISCO's picture
initial commit
5dfa78d
raw history blame
No virus
189 Bytes
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build"
},
"dependencies": {
"next": "latest",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}