mirror of
https://github.com/movie-web/docs.git
synced 2025-09-13 08:13:26 +00:00
16 lines
275 B
JSON
16 lines
275 B
JSON
{
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "next",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"next": "^14.0.4",
|
|
"nextra": "^2.13.2",
|
|
"nextra-theme-docs": "^2.13.2",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
}
|
|
}
|