forked from decentralized-identity/spec-up
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
65 lines (65 loc) · 1.91 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "spec-up-t",
"version": "1.0.88",
"description": "Technical specification drafting tool that generates rich specification documents from markdown. Forked from https://github.com/decentralized-identity/spec-up by Daniel Buchner (https://github.com/csuwildcat)",
"main": "./index",
"repository": {
"type": "git",
"url": "git+https://github.com/trustoverip/spec-up-t.git"
},
"keywords": [
"spec",
"specs",
"markdown",
"editor",
"standards",
"Technical specification",
"glossary"
],
"author": "Trust over IP",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/trustoverip/spec-up-t/issues"
},
"homepage": "https://github.com/trustoverip/spec-up-t#readme",
"dependencies": {
"@traptitech/markdown-it-katex": "^3.3.0",
"axios": "^1.7.7",
"diff": "^7.0.0",
"find-pkg-dir": "^2.0.0",
"fs-extra": "^11.2.0",
"gulp": "4.0.2",
"gulp-clean-css": "4.3.0",
"gulp-concat": "2.6.1",
"gulp-terser": "1.2.0",
"jsdom": "^25.0.0",
"markdown-it": "^13.0.1",
"markdown-it-anchor": "^9.2.0",
"markdown-it-attrs": "^4.1.4",
"markdown-it-chart": "^0.2.0",
"markdown-it-container": "^2.0.0",
"markdown-it-deflist": "^2.1.0",
"markdown-it-icons": "^0.4.1",
"markdown-it-ins": "^2.0.0",
"markdown-it-mark": "^2.0.0",
"markdown-it-modify-token": "^1.0.2",
"markdown-it-multimd-table": "^4.1.3",
"markdown-it-prism": "^2.2.0",
"markdown-it-references": "1.0.0-alpha.10",
"markdown-it-sub": "^1.0.0",
"markdown-it-sup": "^1.0.0",
"markdown-it-task-lists": "^2.1.1",
"markdown-it-textual-uml": "^0.1.3",
"markdown-it-toc-and-anchor": "^4.2.0",
"merge-stream": "^2.0.0",
"pdf-lib": "^1.17.1",
"pkg-dir": "^8.0.0",
"prismjs": "^1.24.0",
"puppeteer": "^23.2.1",
"readline-sync": "^1.4.10",
"yargs": "^17.7.2"
},
"overrides": {
"braces": ">=3.0.3"
}
}