69 lines
1.9 KiB
JSON
69 lines
1.9 KiB
JSON
{
|
|
"name": "logos-site-builder",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "yarn build:data && next build && next export",
|
|
"postbuild": "next-sitemap",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"build:data": "node scripts/index.js"
|
|
},
|
|
"dependencies": {
|
|
"@agentofuser/remark-oembed": "^1.0.4",
|
|
"@matejmazur/react-mathjax": "^0.1.10",
|
|
"@svgr/webpack": "^6.2.1",
|
|
"better-react-mathjax": "^2.0.1",
|
|
"date-fns": "^2.28.0",
|
|
"dotenv": "^16.0.1",
|
|
"download-git-repo": "^3.0.2",
|
|
"fast-glob": "^3.2.11",
|
|
"flexsearch": "^0.7.21",
|
|
"fs-extra": "^10.1.0",
|
|
"gray-matter": "^4.0.3",
|
|
"hast-util-has-property": "^2.0.0",
|
|
"markdown-to-text": "^0.1.1",
|
|
"markdown-toc": "^1.2.0",
|
|
"mermaid": "^9.1.1",
|
|
"next": "12.1.4",
|
|
"next-sitemap": "^3.0.5",
|
|
"nextjs-progressbar": "^0.0.14",
|
|
"node-fetch": "^3.2.5",
|
|
"react": "18.0.0",
|
|
"react-dom": "18.0.0",
|
|
"react-markdown": "^8.0.2",
|
|
"react-syntax-highlighter": "^15.5.0",
|
|
"react-use-flexsearch": "^0.1.1",
|
|
"rehype-attr": "^2.0.8",
|
|
"rehype-autolink-headings": "^6.1.1",
|
|
"rehype-figure": "^1.0.1",
|
|
"rehype-katex": "^6.0.2",
|
|
"rehype-mathjax": "^4.0.2",
|
|
"rehype-slug": "^5.0.1",
|
|
"rehype-stringify": "^9.0.3",
|
|
"remark-attr": "^0.11.1",
|
|
"remark-custom-blocks": "^2.6.0",
|
|
"remark-gfm": "^3.0.1",
|
|
"remark-iframes": "^4.0.5",
|
|
"remark-math": "^5.1.1",
|
|
"remark-toc": "^8.0.1",
|
|
"traverse": "^0.6.6",
|
|
"unist-util-visit": "^4.1.0",
|
|
"url-slug": "^3.0.3",
|
|
"uuid": "^8.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/flexsearch": "^0.7.3",
|
|
"@types/mermaid": "^8.2.9",
|
|
"@types/node": "17.0.23",
|
|
"@types/react": "18.0.1",
|
|
"@types/react-dom": "18.0.0",
|
|
"@types/react-syntax-highlighter": "^15.5.1",
|
|
"@types/uuid": "^8.3.4",
|
|
"eslint": "8.13.0",
|
|
"eslint-config-next": "12.1.4",
|
|
"typescript": "4.6.3"
|
|
}
|
|
}
|