{ "name": "@developomp-site/content", "version": "0.0.0", "type": "module", "scripts": { "build": "rm -rf build && tsc && node --es-module-specifier-resolution=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": "^1.6.0", "@types/dompurify": "^3.0.2", "@types/elasticlunr": "^0.9.5", "@types/jsdom": "^21.1.1", "@types/katex": "^0.16.0", "@types/markdown-it": "^12.2.3", "@types/node": "^20.4.1", "@types/read-time-estimate": "^0.0.0", "@types/tinycolor2": "^1.4.3", "elasticlunr": "^0.9.5", "eslint": "^8.44.0", "gray-matter": "^4.0.3", "jsdom": "^22.1.0", "markdown-toc": "^1.2.0", "read-time-estimate": "^0.0.3", "rehype-autolink-headings": "^6.1.1", "rehype-color-chips": "^0.1.3", "rehype-highlight": "^6.0.0", "rehype-katex": "^6.0.3", "rehype-raw": "^6.1.1", "rehype-slug": "^5.1.0", "rehype-stringify": "^9.0.3", "rehype-title-figure": "^0.1.2", "remark-directive": "^2.0.1", "remark-flexible-markers": "^1.0.3", "remark-frontmatter": "^4.0.1", "remark-gfm": "^3.0.1", "remark-math": "^5.1.1", "remark-parse": "^10.0.2", "remark-rehype": "^10.1.0", "remark-supersub": "^1.0.0", "simple-icons": "^9.4.0", "tinycolor2": "^1.6.0", "typescript": "^5.1.6", "unified": "^10.1.2" } }