Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
failfast
/
nextjs-hf-spaces
like
9
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
49d1dc3
nextjs-hf-spaces
/
package.json
NERDDISCO
initial commit
5dfa78d
about 2 years ago
raw
Copy download link
history
blame
Safe
189 Bytes
{
"private"
:
true
,
"scripts"
:
{
"dev"
:
"next dev"
,
"build"
:
"next build"
}
,
"dependencies"
:
{
"next"
:
"latest"
,
"react"
:
"^18.2.0"
,
"react-dom"
:
"^18.2.0"
}
}