mirror of
https://github.com/markmanx/isoflow.git
synced 2025-01-31 23:22:31 +00:00
20 lines
403 B
JSON
20 lines
403 B
JSON
{
|
|
"name": "isoflow-docs",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "next dev -p 3002",
|
|
"build": "next build",
|
|
"start": "next start -p 3002"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"next": "^13.4.19",
|
|
"nextra": "^2.12.1",
|
|
"nextra-theme-docs": "^2.12.1",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
}
|
|
}
|