Files
NoteNextra-origin/package.json
2024-11-18 10:36:07 -06:00

14 lines
308 B
JSON

{
"scripts": {
"dev": "next",
"build": "next build --output public",
"start": "next start"
},
"dependencies": {
"next": "^15.0.3",
"nextra": "^3.2.3",
"nextra-theme-docs": "^3.2.3",
"react": "^18.3.1",
"react-dom": "^18.3.1"
}
}