mirror of
https://github.com/pykeio/ort
synced 2026-04-25 16:34:55 +02:00
24 lines
440 B
JSON
24 lines
440 B
JSON
{
|
|
"private": true,
|
|
"name": "ort-docs",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"next": "^14.2.3",
|
|
"nextra": "^2.13.4",
|
|
"nextra-theme-docs": "^2.13.4",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "20.14.2",
|
|
"@types/react": "^18.3.3",
|
|
"@types/react-dom": "^18.3.0",
|
|
"typescript": "^5.4.5"
|
|
}
|
|
}
|