agent-orchestrator/website/package.json

31 lines
761 B
JSON

{
"name": "@aoagents/ao-website",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev -p ${PORT:-3001}",
"build": "next build",
"start": "next start -p ${PORT:-3001}",
"typecheck": "tsc --noEmit",
"clean": "rimraf .next out .source"
},
"dependencies": {
"fumadocs-core": "15.8.5",
"fumadocs-mdx": "14.3.0",
"fumadocs-ui": "15.8.5",
"next": "^15.1.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.0.0",
"@types/mdx": "^2.0.13",
"@types/node": "^25.2.3",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"rimraf": "^6.0.0",
"tailwindcss": "^4.0.0",
"typescript": "^5.7.0"
}
}