isoflow/docs/package.json

21 lines
403 B
JSON
Raw Normal View History

2023-08-25 17:09:51 +00:00
{
"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"
2023-08-25 17:09:51 +00:00
},
"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"
}
}