A deployable markdown editor that connects with your self hosted files and lets you edit in a beautiful interface
at main 48 lines 1.4 kB view raw
1{ 2 "name": "frontend", 3 "type": "module", 4 "version": "0.0.1", 5 "scripts": { 6 "dev": "astro dev", 7 "build": "astro build", 8 "preview": "astro preview", 9 "astro": "astro" 10 }, 11 "dependencies": { 12 "@astrojs/react": "^4.4.2", 13 "@astrojs/tailwind": "^6.0.2", 14 "@tanstack/react-query": "^5.90.20", 15 "@tiptap/extension-code-block-lowlight": "^3.18.0", 16 "@tiptap/extension-document": "^3.18.0", 17 "@tiptap/extension-link": "^3.18.0", 18 "@tiptap/extension-paragraph": "^3.18.0", 19 "@tiptap/extension-placeholder": "^3.18.0", 20 "@tiptap/extension-text": "^3.18.0", 21 "@tiptap/extension-typography": "^3.18.0", 22 "@tiptap/pm": "^3.18.0", 23 "@tiptap/react": "^3.18.0", 24 "@tiptap/starter-kit": "^3.18.0", 25 "@types/react": "^19.2.10", 26 "@types/react-dom": "^19.2.3", 27 "astro": "^5.17.1", 28 "axios": "^1.13.4", 29 "class-variance-authority": "^0.7.1", 30 "clsx": "^2.1.1", 31 "lowlight": "^3.3.0", 32 "react": "^19.2.4", 33 "react-dom": "^19.2.4", 34 "remark": "^15.0.1", 35 "remark-html": "^16.0.1", 36 "remark-parse": "^11.0.0", 37 "remark-stringify": "^11.0.0", 38 "sonner": "^2.0.7", 39 "tailwind-merge": "^3.4.0", 40 "tailwindcss": "^3.4.0", 41 "tiptap-markdown": "^0.9.0", 42 "turndown": "^7.2.2", 43 "unified": "^11.0.5" 44 }, 45 "devDependencies": { 46 "@types/turndown": "^5.0.6" 47 } 48}