| 1 | { |
| 2 | "name": "dogfood-editor", |
| 3 | "private": true, |
| 4 | "description": "The CodeMirror bundle for in-browser file editing. Built at image build time by esbuild; no Node reaches the runtime image.", |
| 5 | "dependencies": { |
| 6 | "@codemirror/lang-cpp": "^6.0.2", |
| 7 | "@codemirror/lang-css": "^6.3.1", |
| 8 | "@codemirror/lang-html": "^6.4.9", |
| 9 | "@codemirror/lang-java": "^6.0.1", |
| 10 | "@codemirror/lang-javascript": "^6.2.2", |
| 11 | "@codemirror/lang-json": "^6.0.1", |
| 12 | "@codemirror/lang-markdown": "^6.3.1", |
| 13 | "@codemirror/lang-php": "^6.0.1", |
| 14 | "@codemirror/lang-python": "^6.1.6", |
| 15 | "@codemirror/lang-rust": "^6.0.1", |
| 16 | "@codemirror/lang-sql": "^6.8.0", |
| 17 | "@codemirror/lang-xml": "^6.1.0", |
| 18 | "@codemirror/lang-yaml": "^6.1.2", |
| 19 | "@codemirror/legacy-modes": "^6.4.2", |
| 20 | "@codemirror/language": "^6.10.8", |
| 21 | "@codemirror/state": "^6.5.0", |
| 22 | "@codemirror/view": "^6.36.1", |
| 23 | "codemirror": "^6.0.1" |
| 24 | }, |
| 25 | "devDependencies": { |
| 26 | "esbuild": "^0.24.2" |
| 27 | } |
| 28 | } |
28 lines · JSON