isoflow/docs/package.json
2023-10-03 15:44:27 +01:00

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"
}
}