Fri, 24 Jan 2025 13:28:19 +0100
Update dependencies. Still no updated markdown-it that wouldn't use deprecated punycode.
21
3c71c525cec2
Use markdown-it as default markdown parser.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff
changeset
|
1 | { |
3c71c525cec2
Use markdown-it as default markdown parser.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff
changeset
|
2 | "name": "lgen", |
3c71c525cec2
Use markdown-it as default markdown parser.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff
changeset
|
3 | "version": "0.0.0", |
3c71c525cec2
Use markdown-it as default markdown parser.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff
changeset
|
4 | "description": "Lgen [markdown-it dependencies]", |
3c71c525cec2
Use markdown-it as default markdown parser.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff
changeset
|
5 | "main": "markdown_it.js", |
3c71c525cec2
Use markdown-it as default markdown parser.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff
changeset
|
6 | "repository": { |
3c71c525cec2
Use markdown-it as default markdown parser.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff
changeset
|
7 | "type": "mercurial", |
3c71c525cec2
Use markdown-it as default markdown parser.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff
changeset
|
8 | "url": "https://tuomov.iki.fi/repos/lgen/" |
3c71c525cec2
Use markdown-it as default markdown parser.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff
changeset
|
9 | }, |
3c71c525cec2
Use markdown-it as default markdown parser.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff
changeset
|
10 | "directories": { |
3c71c525cec2
Use markdown-it as default markdown parser.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff
changeset
|
11 | "example": "example" |
3c71c525cec2
Use markdown-it as default markdown parser.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff
changeset
|
12 | }, |
3c71c525cec2
Use markdown-it as default markdown parser.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff
changeset
|
13 | "dependencies": { |
28
9b75d0f5e042
Use @neilsustc/markdown-it-katex instead of markdown-it-katex.
Tuomo Valkonen <tuomov@iki.fi>
parents:
21
diff
changeset
|
14 | "@neilsustc/markdown-it-katex": "^0.5.0", |
45
25ba15b1982a
Update dependencies. Still no updated markdown-it that wouldn't use deprecated punycode.
Tuomo Valkonen <tuomov@iki.fi>
parents:
43
diff
changeset
|
15 | "highlight.js": "^10.7.3", |
25ba15b1982a
Update dependencies. Still no updated markdown-it that wouldn't use deprecated punycode.
Tuomo Valkonen <tuomov@iki.fi>
parents:
43
diff
changeset
|
16 | "markdown-it": "^11.0.1", |
36 | 17 | "markdown-it-checkbox": "^1.1.0", |
43 | 18 | "markdown-it-container": "^3.0.0", |
45
25ba15b1982a
Update dependencies. Still no updated markdown-it that wouldn't use deprecated punycode.
Tuomo Valkonen <tuomov@iki.fi>
parents:
43
diff
changeset
|
19 | "markdown-it-mark": "^3.0.1", |
25ba15b1982a
Update dependencies. Still no updated markdown-it that wouldn't use deprecated punycode.
Tuomo Valkonen <tuomov@iki.fi>
parents:
43
diff
changeset
|
20 | "markdown-it-replace-link": "^1.2.2" |
21
3c71c525cec2
Use markdown-it as default markdown parser.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff
changeset
|
21 | }, |
3c71c525cec2
Use markdown-it as default markdown parser.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff
changeset
|
22 | "scripts": { |
3c71c525cec2
Use markdown-it as default markdown parser.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff
changeset
|
23 | "test": "echo \"Error: no test specified\" && exit 1" |
3c71c525cec2
Use markdown-it as default markdown parser.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff
changeset
|
24 | }, |
3c71c525cec2
Use markdown-it as default markdown parser.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff
changeset
|
25 | "author": "Tuomo Valkonen", |
3c71c525cec2
Use markdown-it as default markdown parser.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff
changeset
|
26 | "license": "ISC" |
3c71c525cec2
Use markdown-it as default markdown parser.
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff
changeset
|
27 | } |