52 lines
1.8 KiB
JSON
52 lines
1.8 KiB
JSON
{
|
|
"name": "@developomp-site/content",
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "rm -rf dist build && tsup && node build/index.js",
|
|
"lint": "eslint .",
|
|
"i_am_sure_i_want_to_nuke_gitignored_files": "rm -rf .turbo build dist node_modules"
|
|
},
|
|
"dependencies": {
|
|
"@developomp-site/eslint-config": "workspace:*",
|
|
"@developomp-site/prettier-config": "workspace:*",
|
|
"@microflash/remark-callout-directives": "^4.1.0",
|
|
"@types/dompurify": "^3.0.5",
|
|
"@types/elasticlunr": "^0.9.9",
|
|
"@types/jsdom": "^21.1.6",
|
|
"@types/katex": "^0.16.7",
|
|
"@types/markdown-it": "^14.0.1",
|
|
"@types/node": "^20.10.5",
|
|
"@types/read-time-estimate": "^0.0.2",
|
|
"@types/rss": "^0.0.32",
|
|
"@types/tinycolor2": "^1.4.6",
|
|
"elasticlunr": "^0.9.5",
|
|
"eslint": "^8.56.0",
|
|
"gray-matter": "^4.0.3",
|
|
"jsdom": "^24.0.0",
|
|
"markdown-toc": "^1.2.0",
|
|
"read-time-estimate": "^0.0.3",
|
|
"rehype-autolink-headings": "^7.1.0",
|
|
"rehype-color-chips": "^0.1.3",
|
|
"rehype-highlight": "^7.0.0",
|
|
"rehype-katex": "^7.0.0",
|
|
"rehype-raw": "^7.0.0",
|
|
"rehype-slug": "^6.0.0",
|
|
"rehype-stringify": "^10.0.0",
|
|
"rehype-title-figure": "^0.1.2",
|
|
"remark-directive": "^3.0.0",
|
|
"remark-flexible-markers": "^1.2.1",
|
|
"remark-frontmatter": "^5.0.0",
|
|
"remark-gfm": "^4.0.0",
|
|
"remark-math": "^6.0.0",
|
|
"remark-parse": "^11.0.0",
|
|
"remark-rehype": "^11.1.0",
|
|
"remark-supersub": "^1.0.0",
|
|
"rss": "^1.2.2",
|
|
"simple-icons": "^11.13.0",
|
|
"tinycolor2": "^1.6.0",
|
|
"tsup": "^8.0.2",
|
|
"typescript": "^5.3.3",
|
|
"unified": "^11.0.4"
|
|
}
|
|
}
|