Nganime-Docs/package.json
Kiera Affarantia 90ca909521 Initial commit
2024-03-08 14:11:10 +07:00

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"
}
}