|
20 | 20 | }, |
21 | 21 | "dependencies": { |
22 | 22 | "@codingame/monaco-vscode-api": "^25.0.0", |
| 23 | + "@codingame/monaco-vscode-editor-api": "^23.2.2", |
23 | 24 | "@emotion/css": "^11.11.2", |
24 | 25 | "@emotion/react": "^11.11.4", |
25 | 26 | "@emotion/styled": "^11.11.5", |
26 | 27 | "@fontsource/roboto": "^4.5.8", |
| 28 | + "@hylimo/diagram-common": "^2.2.1", |
| 29 | + "@hylimo/diagram-protocol": "^2.2.1", |
| 30 | + "@hylimo/diagram-render-pdf": "^2.2.2", |
| 31 | + "@hylimo/diagram-render-svg": "^2.2.2", |
| 32 | + "@hylimo/diagram-ui": "^2.2.1", |
27 | 33 | "@hylimo/language-server": "^2.2.1", |
28 | 34 | "@hylimo/monaco-editor-support": "^2.2.1", |
29 | 35 | "@mui/icons-material": "^5.15.15", |
|
50 | 56 | "dompurify": "^3.2.6", |
51 | 57 | "eslint": "8.38.0", |
52 | 58 | "eslint-config-next": "13.3.0", |
| 59 | + "file-saver": "^2.0.5", |
53 | 60 | "formik": "^2.4.5", |
54 | 61 | "framer-motion": "^10.18.0", |
55 | 62 | "graphql-ws": "^6.0.6", |
56 | 63 | "immutable": "^5.1.1", |
57 | 64 | "is-hotkey": "^0.2.0", |
58 | 65 | "lodash": "^4.17.21", |
59 | 66 | "monaco-editor": "npm:@codingame/monaco-vscode-editor-api@^25.0.0", |
60 | | - "@codingame/monaco-vscode-editor-api": "^23.2.2", |
61 | 67 | "monaco-languageclient": "^10.4.0", |
62 | | - "@hylimo/diagram-ui": "^2.2.1", |
63 | | - "sprotty": "^1.4.0", |
64 | | - "sprotty-protocol": "^1.4.0", |
65 | | - "@hylimo/diagram-common": "^2.2.1", |
66 | | - "vscode-languageclient": "^9.0.1", |
67 | | - "@hylimo/diagram-protocol": "^2.2.1", |
68 | 68 | "next": "13.4.7", |
69 | 69 | "oidc-client-ts": "^2.4.0", |
70 | 70 | "pdfobject": "^2.3.0", |
|
88 | 88 | "slate": "^0.94.1", |
89 | 89 | "slate-history": "^0.93.0", |
90 | 90 | "slate-react": "^0.98.4", |
| 91 | + "sprotty": "^1.4.0", |
| 92 | + "sprotty-protocol": "^1.4.0", |
91 | 93 | "swiper": "^11.2.10", |
92 | 94 | "tailwindcss": "3.3.1", |
93 | 95 | "tippy.js": "^6.3.7", |
|
96 | 98 | "usehooks-ts": "^3.1.0", |
97 | 99 | "uuid": "^13.0.0", |
98 | 100 | "victory": "^36.9.2", |
| 101 | + "vscode-languageclient": "^9.0.1", |
99 | 102 | "vscode-languageserver": "^9.0.1", |
100 | 103 | "vscode-languageserver-protocol": "^3.17.5", |
101 | 104 | "yup": "^1.4.0", |
102 | 105 | "zustand": "^5.0.7" |
103 | 106 | }, |
104 | 107 | "devDependencies": { |
| 108 | + "@types/file-saver": "^2.0.7", |
105 | 109 | "@types/react-relay": "14.1.3", |
106 | 110 | "@types/relay-runtime": "14.1.10", |
107 | 111 | "concurrently": "^8.2.2", |
|
0 commit comments