|
66 | 66 | "@lingo.dev/_spec": "workspace:*", |
67 | 67 | "@modelcontextprotocol/sdk": "^1.5.0", |
68 | 68 | "@paralleldrive/cuid2": "^2.2.2", |
69 | | - "@types/mdast": "^4.0.4", |
70 | 69 | "ai": "^4.3.2", |
71 | 70 | "bitbucket": "^2.12.0", |
72 | 71 | "chalk": "^5.4.1", |
|
93 | 92 | "json5": "^2.2.3", |
94 | 93 | "jsonrepair": "^3.11.2", |
95 | 94 | "lodash": "^4.17.21", |
96 | | - "markdown-it": "^14.1.0", |
97 | | - "markdown-it-front-matter": "^0.2.4", |
98 | 95 | "marked": "^15.0.6", |
99 | | - "mdast-util-from-markdown": "^2.0.2", |
100 | | - "mdast-util-frontmatter": "^2.0.1", |
101 | | - "mdast-util-gfm": "^3.1.0", |
102 | | - "mdast-util-mdx": "^3.0.0", |
103 | | - "mdast-util-to-markdown": "^2.1.2", |
104 | 96 | "node-webvtt": "^1.9.4", |
105 | 97 | "object-hash": "^3.0.0", |
106 | 98 | "octokit": "^4.0.2", |
|
111 | 103 | "plist": "^3.1.0", |
112 | 104 | "posthog-node": "^4.11.2", |
113 | 105 | "prettier": "^3.4.2", |
114 | | - "properties-parser": "^0.6.0", |
115 | 106 | "remark-frontmatter": "^5.0.0", |
116 | 107 | "remark-gfm": "^4.0.1", |
117 | 108 | "remark-mdx": "^3.1.0", |
118 | 109 | "remark-mdx-frontmatter": "^5.1.0", |
119 | 110 | "remark-parse": "^11.0.0", |
120 | 111 | "remark-stringify": "^11.0.0", |
121 | | - "slugify": "^1.6.6", |
122 | 112 | "srt-parser-2": "^1.2.3", |
123 | | - "typescript": "^5.7.2", |
124 | 113 | "unified": "^11.0.5", |
125 | | - "unist-util-visit": "^5.0.0", |
126 | 114 | "vfile": "^6.0.3", |
127 | | - "vitest": "^3.1.2", |
128 | 115 | "xliff": "^6.2.1", |
129 | 116 | "xml2js": "^0.6.2", |
130 | 117 | "xpath": "^0.0.34", |
|
142 | 129 | "@types/is-url": "^1.2.32", |
143 | 130 | "@types/jsdom": "^21.1.7", |
144 | 131 | "@types/lodash": "^4.17.16", |
145 | | - "@types/markdown-it": "^14.1.2", |
| 132 | + "@types/mdast": "^4.0.4", |
146 | 133 | "@types/node": "^22.10.2", |
147 | 134 | "@types/node-gettext": "^3.0.6", |
148 | 135 | "@types/object-hash": "^3.0.6", |
149 | 136 | "@types/plist": "^3.0.5", |
150 | | - "@types/properties-parser": "^0.3.3", |
151 | 137 | "@types/xml2js": "^0.4.14", |
152 | | - "tsup": "^8.3.5" |
| 138 | + "tsup": "^8.3.5", |
| 139 | + "typescript": "^5.7.2", |
| 140 | + "vitest": "^3.1.2" |
153 | 141 | }, |
154 | 142 | "engines": { |
155 | 143 | "node": ">=18" |
|
0 commit comments