Files
FossFLOW/packages/fossflow-lib/docs/package.json
2026-02-05 05:49:30 +00:00

21 lines
401 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": "^15.5.10",
"nextra": "^4.3.0",
"nextra-theme-docs": "^4.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}