logos-site-builder/package.json

69 lines
1.9 KiB
JSON
Raw Normal View History

2022-04-11 08:44:55 +00:00
{
"name": "logos-site-builder",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "yarn build:data && next build && next export",
2022-06-07 16:53:01 +00:00
"postbuild": "next-sitemap",
2022-04-11 08:44:55 +00:00
"start": "next start",
"lint": "next lint",
"build:data": "node scripts/index.js"
2022-04-11 08:44:55 +00:00
},
"dependencies": {
2022-06-08 11:36:58 +00:00
"@agentofuser/remark-oembed": "^1.0.4",
2022-06-09 10:40:38 +00:00
"@matejmazur/react-mathjax": "^0.1.10",
"@svgr/webpack": "^6.2.1",
2022-06-09 10:40:38 +00:00
"better-react-mathjax": "^2.0.1",
2022-06-09 11:57:09 +00:00
"date-fns": "^2.28.0",
2022-05-20 09:16:38 +00:00
"dotenv": "^16.0.1",
"download-git-repo": "^3.0.2",
2022-04-11 17:15:04 +00:00
"fast-glob": "^3.2.11",
2022-05-24 14:24:59 +00:00
"flexsearch": "^0.7.21",
2022-06-01 14:49:31 +00:00
"fs-extra": "^10.1.0",
2022-04-11 17:15:04 +00:00
"gray-matter": "^4.0.3",
2022-05-31 17:16:25 +00:00
"hast-util-has-property": "^2.0.0",
2022-05-24 14:24:59 +00:00
"markdown-to-text": "^0.1.1",
2022-05-23 16:39:26 +00:00
"markdown-toc": "^1.2.0",
2022-05-31 17:16:25 +00:00
"mermaid": "^9.1.1",
2022-04-11 08:44:55 +00:00
"next": "12.1.4",
2022-06-07 16:53:01 +00:00
"next-sitemap": "^3.0.5",
2022-06-07 16:01:38 +00:00
"nextjs-progressbar": "^0.0.14",
2022-06-08 11:36:58 +00:00
"node-fetch": "^3.2.5",
2022-04-11 08:44:55 +00:00
"react": "18.0.0",
2022-04-11 17:15:04 +00:00
"react-dom": "18.0.0",
2022-04-21 11:02:39 +00:00
"react-markdown": "^8.0.2",
2022-05-31 17:16:25 +00:00
"react-syntax-highlighter": "^15.5.0",
2022-05-24 14:24:59 +00:00
"react-use-flexsearch": "^0.1.1",
"rehype-attr": "^2.0.8",
2022-05-24 08:43:56 +00:00
"rehype-autolink-headings": "^6.1.1",
2022-06-06 14:23:09 +00:00
"rehype-figure": "^1.0.1",
2022-06-09 10:40:38 +00:00
"rehype-katex": "^6.0.2",
2022-06-07 16:16:00 +00:00
"rehype-mathjax": "^4.0.2",
2022-05-24 08:43:56 +00:00
"rehype-slug": "^5.0.1",
2022-06-06 14:23:09 +00:00
"rehype-stringify": "^9.0.3",
"remark-attr": "^0.11.1",
"remark-custom-blocks": "^2.6.0",
"remark-gfm": "^3.0.1",
2022-06-08 11:36:58 +00:00
"remark-iframes": "^4.0.5",
2022-06-07 16:16:00 +00:00
"remark-math": "^5.1.1",
2022-05-24 08:43:56 +00:00
"remark-toc": "^8.0.1",
2022-05-23 15:16:51 +00:00
"traverse": "^0.6.6",
2022-05-31 17:16:25 +00:00
"unist-util-visit": "^4.1.0",
"url-slug": "^3.0.3",
"uuid": "^8.3.2"
2022-04-11 08:44:55 +00:00
},
"devDependencies": {
2022-05-24 14:24:59 +00:00
"@types/flexsearch": "^0.7.3",
2022-05-31 17:16:25 +00:00
"@types/mermaid": "^8.2.9",
2022-04-11 08:44:55 +00:00
"@types/node": "17.0.23",
"@types/react": "18.0.1",
"@types/react-dom": "18.0.0",
2022-05-31 17:16:25 +00:00
"@types/react-syntax-highlighter": "^15.5.1",
"@types/uuid": "^8.3.4",
2022-04-11 08:44:55 +00:00
"eslint": "8.13.0",
"eslint-config-next": "12.1.4",
"typescript": "4.6.3"
}
}