roadmap/package.json

73 lines
1.9 KiB
JSON
Raw Normal View History

2023-05-29 00:44:08 +00:00
{
"name": "@jackyzha0/quartz",
"description": "🌱 publish your digital garden and notes as a website",
2023-05-30 15:02:20 +00:00
"version": "4.0.3",
2023-05-29 00:44:08 +00:00
"author": "jackyzha0 <j.zhao2k19@gmail.com>",
"license": "MIT",
"homepage": "https://quartz.jzhao.xyz",
"repository": {
"type": "git",
"url": "https://github.com/jackyzha0/quartz.git"
},
2023-05-30 15:02:20 +00:00
"scripts": {
2023-06-01 16:33:20 +00:00
"typecheck": "tsc --noEmit"
2023-05-30 15:02:20 +00:00
},
2023-05-29 00:44:08 +00:00
"keywords": [
"site generator",
"ssg",
"digital-garden",
"markdown",
"blog",
"quartz"
],
"bin": {
"quartz": "./quartz/bootstrap.mjs"
},
"dependencies": {
"@inquirer/prompts": "^1.0.3",
2023-05-30 15:02:20 +00:00
"@napi-rs/simple-git": "^0.1.8",
2023-05-29 00:44:08 +00:00
"chalk": "^4.1.2",
"cli-spinner": "^0.2.10",
2023-06-01 21:35:31 +00:00
"esbuild-sass-plugin": "^2.9.0",
2023-05-29 00:44:08 +00:00
"globby": "^13.1.4",
2023-05-30 15:02:20 +00:00
"gray-matter": "^4.0.3",
"hast-util-to-jsx-runtime": "^1.2.0",
2023-05-30 15:02:20 +00:00
"hast-util-to-string": "^2.0.0",
"is-absolute-url": "^4.0.1",
2023-06-01 16:33:20 +00:00
"mdast-util-find-and-replace": "^2.2.2",
2023-05-29 00:44:08 +00:00
"preact": "^10.14.1",
"preact-render-to-string": "^6.0.3",
"pretty-time": "^1.1.0",
2023-05-30 15:02:20 +00:00
"rehype-katex": "^6.0.3",
2023-06-01 23:05:14 +00:00
"rehype-pretty-code": "^0.9.6",
2023-06-01 16:33:20 +00:00
"rehype-raw": "^6.1.1",
2023-05-29 00:44:08 +00:00
"remark": "^14.0.2",
2023-05-30 15:02:20 +00:00
"remark-frontmatter": "^4.0.1",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
2023-05-29 00:44:08 +00:00
"remark-parse": "^10.0.1",
"remark-rehype": "^10.1.0",
2023-05-30 15:02:20 +00:00
"remark-smartypants": "^2.0.0",
2023-05-29 00:44:08 +00:00
"require-from-string": "^2.0.2",
2023-05-30 15:02:20 +00:00
"rimraf": "^5.0.1",
2023-05-29 00:44:08 +00:00
"serve-handler": "^6.1.5",
2023-06-01 23:05:14 +00:00
"shiki": "^0.14.2",
2023-05-29 00:44:08 +00:00
"to-vfile": "^7.2.4",
"unified": "^10.1.2",
"unist-util-visit": "^4.1.2",
2023-05-29 00:44:08 +00:00
"vfile": "^5.3.7",
"yargs": "^17.7.2"
},
"devDependencies": {
"@types/cli-spinner": "^0.2.1",
"@types/hast": "^2.3.4",
2023-05-30 15:02:20 +00:00
"@types/node": "^20.1.2",
2023-05-29 00:44:08 +00:00
"@types/pretty-time": "^1.1.2",
"@types/require-from-string": "^1.2.1",
"@types/serve-handler": "^6.1.1",
"@types/yargs": "^17.0.24",
2023-05-30 15:02:20 +00:00
"esbuild": "^0.17.18",
2023-05-29 00:44:08 +00:00
"typescript": "^5.0.4"
}
}