mirror of
https://github.com/MinazukiAmane/Nganime-Docs.git
synced 2025-03-15 08:55:55 +08:00
21 lines
420 B
JSON
21 lines
420 B
JSON
{
|
|
"name": "nganime-docs",
|
|
"version": "1.0.0",
|
|
"description": "A documentation for nganime API",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "next",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"author": "Nganime",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"next": "^14.1.3",
|
|
"nextra": "^2.13.4",
|
|
"nextra-theme-docs": "^2.13.4",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
}
|
|
}
|