Diffdown is a real-time collaborative Markdown editor/previewer built on the AT Protocol
diffdown.com
1{
2 "name": "diffdown",
3 "version": "1.0.0",
4 "description": "Collaborative Markdown editor with real-time preview, version history, and multi-file repository support.",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "keywords": [],
10 "author": "",
11 "license": "ISC",
12 "type": "commonjs",
13 "dependencies": {
14 "@codemirror/lang-markdown": "^6.5.0",
15 "@codemirror/state": "^6.5.4",
16 "@codemirror/theme-one-dark": "^6.1.3",
17 "@codemirror/view": "^6.39.16",
18 "@milkdown/kit": "^7.19.0",
19 "codemirror": "^6.0.2"
20 }
21}