-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.65 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.65 KB
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
{
"name": "spec-up",
"version": "0.10.8",
"description": "Technical specification drafting tool that generates rich specification documents from markdown.",
"main": "./index",
"repository": {
"type": "git",
"url": "git+https://github.com/decentralized-identity/spec-up.git"
},
"scripts": {
"build": "vite build",
"dev": "vite --host 127.0.0.1 --port 5173 --strictPort",
"edit": "vite build --watch",
"refs": "node ./scripts/fetch-spec-refs.js",
"render": "vite build",
"test": "node --test test/*.test.js"
},
"keywords": [
"spec",
"specs",
"markdown",
"editor",
"standards"
],
"author": "Daniel Buchner",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/decentralized-identity/spec-up/issues"
},
"homepage": "https://github.com/decentralized-identity/spec-up#readme",
"engines": {
"node": ">=18"
},
"dependencies": {
"@vscode/markdown-it-katex": "1.1.2",
"chokidar": "4.0.3",
"jsdom": "26.1.0",
"katex": "0.16.22",
"markdown-it": "14.1.1",
"markdown-it-attrs": "4.3.1",
"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-multimd-table": "^4.2.3",
"markdown-it-prism": "^2.3.1",
"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",
"mermaid": "11.11.0",
"prismjs": "1.30.0"
},
"devDependencies": {
"vite": "6.4.1"
}
}