mirror of
https://github.com/movie-web/docs.git
synced 2025-09-13 13:43:27 +00:00
Start new folder
This commit is contained in:
15
new/package.json
Normal file
15
new/package.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user