Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
pngwn
/
nextjs
like
5
Running
App
Files
Files
Community
1
main
nextjs
/
package.json
pngwn
init
41e158c
about 4 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
229 Bytes
{
"private"
:
true
,
"scripts"
:
{
"dev"
:
"next dev"
,
"build"
:
"next build && next export"
,
"start"
:
"next start"
}
,
"dependencies"
:
{
"next"
:
"latest"
,
"react"
:
"17.0.2"
,
"react-dom"
:
"17.0.2"
}
}