{ "name": "ckan", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "prebuild": "npm run mddb", "build": "next build", "start": "next start", "lint": "next lint", "mddb": "mddb ./content" }, "dependencies": { "@flowershow/core": "^0.4.13", "@flowershow/markdowndb": "^0.1.5", "@flowershow/remark-callouts": "^1.0.0", "@flowershow/remark-embed": "^1.0.0", "@githubocto/flat-ui": "^0.14.1", "@heroicons/react": "^2.0.18", "@portaljs/ckan": "^0.0.2", "@portaljs/components": "0.1.6", "@tailwindcss/typography": "^0.5.9", "@types/node": "20.2.3", "@types/react": "18.2.6", "@types/react-dom": "18.2.4", "autoprefixer": "10.4.14", "eslint": "8.41.0", "eslint-config-next": "13.4.3", "isomorphic-unfetch": "^4.0.2", "next": "13.4.3", "next-mdx-remote": "^4.4.1", "papaparse": "^5.4.1", "postcss": "8.4.23", "react": "18.2.0", "react-dom": "18.2.0", "react-query": "^3.39.3", "rehype-autolink-headings": "^6.1.1", "rehype-katex": "^6.0.3", "rehype-prism-plus": "^1.5.1", "rehype-slug": "^5.1.0", "remark-math": "^5.1.1", "remark-smartypants": "^2.0.0", "remark-toc": "^8.0.1", "tailwindcss": "3.3.2", "typescript": "5.0.4" } }