{ "name": "@developomp-site/content", "version": "0.0.0", "type": "module", "scripts": { "build": "rm -rf dist build && tsup && node build/index.js", "lint": "eslint .", "clean": "rm -rf .turbo build dist node_modules" }, "dependencies": { "@developomp-site/eslint-config": "workspace:*", "@developomp-site/prettier-config": "workspace:*", "@microflash/remark-callout-directives": "^2.0.0", "@types/dompurify": "^3.0.5", "@types/elasticlunr": "^0.9.9", "@types/jsdom": "^21.1.6", "@types/katex": "^0.16.7", "@types/markdown-it": "^13.0.7", "@types/node": "^20.10.5", "@types/read-time-estimate": "^0.0.2", "@types/tinycolor2": "^1.4.6", "elasticlunr": "^0.9.5", "eslint": "^8.56.0", "gray-matter": "^4.0.3", "jsdom": "^23.0.1", "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.0.3", "remark-frontmatter": "^5.0.0", "remark-gfm": "^4.0.0", "remark-math": "^6.0.0", "remark-parse": "^11.0.0", "remark-rehype": "^11.0.0", "remark-supersub": "^1.0.0", "simple-icons": "^10.3.0", "tinycolor2": "^1.6.0", "tsup": "^8.0.2", "typescript": "^5.3.3", "unified": "^11.0.4" } }