Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
failfast/nextjs-hf-spaces
banned-historical-archives
/
nextjs-hf-spaces
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
49d1dc3
nextjs-hf-spaces
/
package.json
NERDDISCO
initial commit
5dfa78d
over 1 year 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"
}
}