14 lines
299 B
JSON
14 lines
299 B
JSON
{
|
|
"scripts": {
|
|
"dev": "next",
|
|
"build": "next build 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"
|
|
}
|
|
} |