|
26 | 26 | "dependencies": { |
27 | 27 | "@swc/helpers": "^0.3.2", |
28 | 28 | "classnames": "^2.3.1", |
| 29 | + "file-cell": "^0.1.0", |
29 | 30 | "regenerator-runtime": "^0.13.9", |
30 | 31 | "web-cell": "^2.4.0-rc.6", |
31 | 32 | "web-utility": "^3.0.0" |
|
37 | 38 | "bootstrap-icons": "^1.0.0", |
38 | 39 | "dialog-polyfill": "^0.5.0", |
39 | 40 | "iterable-observer": "^1.0.0-rc.0", |
40 | | - "markdown-ime": "^1.0.3", |
41 | | - "marked": "^4.0.0", |
42 | 41 | "quill": "^1.3.7", |
43 | 42 | "quill-image-uploader": "^1.2.2", |
44 | | - "share-api-polyfill": "1.0.21", |
45 | | - "turndown": "^7.1.1", |
46 | | - "turndown-plugin-gfm": "^1.0.2" |
| 43 | + "share-api-polyfill": "1.0.21" |
47 | 44 | }, |
48 | 45 | "devDependencies": { |
49 | 46 | "@jest/types": "^27.4.2", |
|
55 | 52 | "@tech_query/snabbdom-looks-like": "^2.0.1", |
56 | 53 | "@types/classnames": "^2.3.1", |
57 | 54 | "@types/jest": "^27.4.0", |
58 | | - "@types/marked": "^4.0.2", |
59 | 55 | "@types/quill": "^2.0.9", |
60 | 56 | "@types/resize-observer-browser": "^0.1.7", |
61 | 57 | "@types/turndown": "^5.0.1", |
|
68 | 64 | "jest": "^27.4.7", |
69 | 65 | "less": "^4.1.2", |
70 | 66 | "lint-staged": "^12.3.3", |
71 | | - "markdown-ime": "^1.0.3", |
72 | | - "marked": "^4.0.12", |
| 67 | + "markdown-area-element": "^0.2.3", |
73 | 68 | "open-cli": "^7.0.1", |
74 | 69 | "parcel": "^2.2.1", |
75 | 70 | "postcss": "^8.4.6", |
|
78 | 73 | "quill-image-uploader": "^1.2.2", |
79 | 74 | "ts-jest": "^27.1.3", |
80 | 75 | "ts-node": "^10.4.0", |
81 | | - "turndown": "^7.1.1", |
82 | | - "turndown-plugin-gfm": "^1.0.2", |
83 | 76 | "typedoc": "^0.22.11", |
| 77 | + "typedoc-plugin-mdn-links": "^1.0.5", |
84 | 78 | "typescript": "~4.3.5" |
85 | 79 | }, |
86 | 80 | "scripts": { |
|
0 commit comments