{ "name": "molecule-docs", "version": "0.1.0", "private": true, "description": "Molecule AI documentation site — doc.moleculesai.app", "scripts": { "build": "next build", "dev": "next dev", "start": "next start", "postinstall": "fumadocs-mdx", "lint": "next lint" }, "dependencies": { "fumadocs-core": "^15.0.0", "fumadocs-mdx": "^11.0.0", "fumadocs-ui": "^15.0.0", "next": "^15.0.0", "react": "^19.0.0", "react-dom": "^19.0.0" }, "devDependencies": { "@types/mdx": "^2.0.13", "@types/node": "^22.0.0", "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", "tailwindcss": "^4.0.0", "@tailwindcss/postcss": "^4.0.0", "postcss": "^8.4.49", "typescript": "^5.6.3" } }