{ "name": "docs", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start" }, "dependencies": { "@flowershow/core": "^0.4.9", "@flowershow/markdowndb": "^0.1.0", "@flowershow/remark-callouts": "^1.0.0", "@flowershow/remark-embed": "^1.0.0", "@flowershow/remark-wiki-link": "^1.0.1", "@headlessui/react": "^1.3.0", "@heroicons/react": "^1.0.3", "@mdx-js/loader": "^1.6.22", "@tailwindcss/typography": "^0.4.0", "autoprefixer": "^10.0.4", "frictionless.js": "^0.13.4", "gray-matter": "^4.0.3", "hastscript": "^7.2.0", "next": "^13.2.1", "next-mdx-remote": "^4.4.1", "next-seo": "^5.15.0", "next-themes": "^0.2.1", "papaparse": "^5.3.1", "postcss": "^8.2.10", "prop-types": "^15.7.2", "react": "^18.2.0", "react-dom": "^18.2.0", "react-next-github-btn": "^1.2.1", "react-vega": "^7.4.4", "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", "tailwindcss": "^2.2.16", "vega": "^5.20.2", "vega-lite": "^5.1.0", "xlsx": "^0.17.0" }, "devDependencies": { "typescript": "^5.0.4" } }