{ "name": "basic-example", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint", "export": "npm run build && next export -o out", "prebuild": "npm run mddb", "mddb": "mddb ./content" }, "dependencies": { "@flowershow/core": "^0.4.10", "@flowershow/markdowndb": "^0.1.1", "@flowershow/remark-callouts": "^1.0.0", "@flowershow/remark-embed": "^1.0.0", "@flowershow/remark-wiki-link": "^1.1.2", "@opentelemetry/api": "^1.4.0", "@portaljs/components": "^0.1.0", "gray-matter": "^4.0.3", "hastscript": "^7.2.0", "mdx-mermaid": "2.0.0-rc7", "next": "13.2.1", "rehype-autolink-headings": "^6.1.1", "rehype-katex": "^6.0.3", "rehype-prism-plus": "^1.5.1", "rehype-slug": "^5.1.0", "remark-gfm": "^3.0.1", "remark-math": "^5.1.1", "remark-smartypants": "^2.0.0", "remark-toc": "^8.0.1", "typescript": "5.0.4", "@githubocto/flat-ui": "^0.14.1", "@heroicons/react": "^2.0.17", "@tanstack/react-table": "^8.8.5", "flexsearch": "0.7.21", "next-mdx-remote": "^4.4.1", "papaparse": "^5.4.1", "react": "^18.2.0", "react-dom": "^18.2.0", "react-hook-form": "^7.43.9", "react-query": "^3.39.3", "react-vega": "^7.6.0", "vega": "5.25.0", "vega-lite": "5.1.0" }, "devDependencies": { "@tailwindcss/typography": "^0.5.9", "@types/flexsearch": "^0.7.3", "@types/node": "18.16.0", "@types/react": "18.2.0", "@types/react-dom": "18.2.0", "autoprefixer": "^10.4.14", "eslint": "8.39.0", "eslint-config-next": "13.3.1", "postcss": "^8.4.23", "tailwindcss": "^3.3.1" } }