Files
rehost-renderer/package.json
2025-10-17 17:02:59 -04:00

77 lines
1.9 KiB
JSON

{
"name": "cohost-renderer",
"version": "1.0.0",
"description": "",
"module": "dist/index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c --configPlugin @rollup/plugin-typescript"
},
"keywords": [],
"author": "anti software software club llc (https://antisoftware.club)",
"contributors": [
"jae kaplan <me@jkap.io> (https://jkap.io)",
"colin bayer (https://gameboat.org)"
],
"license": "MIT",
"files": [
"dist"
],
"devDependencies": {
"@rollup/plugin-typescript": "^12.1.4",
"@types/hast": "^2.3.4",
"@types/html-to-text": "^9.0.4",
"@types/lodash": "^4.17.20",
"@types/luxon": "^3.7.1",
"@types/mdast": "^3.0.10",
"@types/react": "^18",
"@types/react-dom": "^18",
"hast-util-sanitize": "^5.0.2",
"html-to-text": "^9.0.5",
"lodash": "^4.17.21",
"rollup": "^4.52.4",
"tslib": "^2.8.1",
"typescript": "^5.9.3",
"react": "^18",
"react-dom": "^18"
},
"peerDependencies": {
"react": ">=16",
"react-dom": ">=16"
},
"peerDependenciesMeta": {
"react": {
"optional": true
},
"react-dom": {
"optional": true
}
},
"dependencies": {
"deepmerge": "^4.3.1",
"luxon": "^3.7.2",
"remark": "^15.0.1",
"style-to-object": "^1.0.11",
"zod": "^4.1.12",
"hast-util-sanitize": "^4.0.0",
"html-to-text": "^9.0.5",
"lodash": "^4.17.21",
"rehype-external-links": "^2.0.0",
"rehype-raw": "^6.1.1",
"rehype-react": "^7.1.1",
"rehype-remark": "^9.1.2",
"rehype-sanitize": "^5.0.1",
"rehype-stringify": "^9.0.3",
"remark-breaks": "^3.0.3",
"remark-gfm": "^3.0.1",
"remark-parse": "^10.0.1",
"remark-rehype": "^10.1.0",
"remark-stringify": "^10.0.2",
"unified": "^10.1.2",
"unist-builder": "^3.0.0",
"unist-util-is": "^5.2.0",
"unist-util-visit": "^4.1.0",
"unist-util-visit-parents": "^5.1.3"
}
}