{ "name": "docs", "version": "0.1.0", "private": true, "scripts": { "dev": "npm run mddb && next dev", "build": "next build", "prebuild": "npm run mddb && node ./scripts/fix-symlinks.mjs", "start": "next start", "mddb": "mddb content" }, "dependencies": { "@headlessui/react": "^1.3.0", "@heroicons/react": "^1.0.3", "@mdx-js/loader": "^2.3.0", "@portaljs/core": "^1.0.6", "@portaljs/remark-callouts": "^1.0.5", "@portaljs/remark-embed": "^1.0.4", "@portaljs/remark-wiki-link": "^1.0.4", "axios": "^1.3.6", "clsx": "^1.2.1", "gray-matter": "^4.0.3", "hastscript": "^7.2.0", "mddb": "^0.1.9", "next": "^13.2.1", "next-mdx-remote": "^4.4.1", "next-seo": "^5.15.0", "next-themes": "^0.2.1", "papaparse": "^5.3.1", "prism-react-renderer": "^1.3.5", "prop-types": "^15.7.2", "react": "^18.2.0", "react-dom": "^18.2.0", "react-next-github-btn": "^1.2.1", "react-vega": "^7.6.0", "rehype-autolink-headings": "^6.1.1", "rehype-katex": "^6.0.2", "rehype-prism-plus": "^1.5.1", "rehype-slug": "^5.1.0", "remark": "^13.0.0", "remark-footnotes": "^3.0.0", "remark-gfm": "^1.0.0", "remark-html": "^13.0.2", "remark-math": "^5.1.1", "remark-slug": "^6.1.0", "remark-smartypants": "^2.0.0", "remark-toc": "^7.2.0", "strip-markdown": "^5.0.0", "vega": "^5.20.2", "vega-lite": "^5.1.0" }, "devDependencies": { "@tailwindcss/typography": "^0.5.9", "autoprefixer": "^10.4.14", "postcss": "^8.4.22", "prettier": "^2.8.7", "remark": "^14.0.2", "tailwindcss": "^3.3.1", "typescript": "^5.0.4" } }