-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
89 lines (89 loc) · 2.52 KB
/
package.json
File metadata and controls
89 lines (89 loc) · 2.52 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "docs",
"version": "1.0.0",
"description": "vixcpp/docs – Automatic API documentation generator using OpenAPI/Swagger. Generates interactive docs directly from your code.",
"main": "index.js",
"directories": {
"example": "examples"
},
"scripts": {
"dev": "vitepress dev .",
"build": "vitepress build .",
"preview": "vitepress preview .",
"deploy": "npm run build && node scripts/deploy.mjs"
},
"repository": {
"type": "git",
"url": "git@github.com-vix:vixcpp/docs.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"devDependencies": {
"vitepress": "^1.6.4"
},
"dependencies": {
"algoliasearch": "^5.51.0",
"birpc": "^2.9.0",
"ccount": "^2.0.1",
"character-entities-html4": "^2.1.0",
"character-entities-legacy": "^3.0.0",
"comma-separated-tokens": "^2.0.3",
"copy-anything": "^4.0.5",
"csstype": "^3.2.3",
"dequal": "^2.0.3",
"devlop": "^1.1.0",
"emoji-regex-xs": "^1.0.0",
"entities": "^7.0.1",
"esbuild": "^0.21.5",
"estree-walker": "^2.0.2",
"focus-trap": "^7.8.0",
"hast-util-to-html": "^9.0.5",
"hast-util-whitespace": "^3.0.0",
"hookable": "^5.5.3",
"html-void-elements": "^3.0.0",
"is-what": "^5.5.0",
"magic-string": "^0.30.21",
"mark.js": "^8.11.1",
"mdast-util-to-hast": "^13.2.1",
"micromark-util-character": "^2.1.1",
"micromark-util-encode": "^2.0.1",
"micromark-util-sanitize-uri": "^2.0.1",
"micromark-util-symbol": "^2.0.1",
"micromark-util-types": "^2.0.2",
"minisearch": "^7.2.0",
"mitt": "^3.0.1",
"nanoid": "^3.3.11",
"oniguruma-to-es": "^3.1.1",
"perfect-debounce": "^1.0.0",
"picocolors": "^1.1.1",
"postcss": "^8.5.12",
"preact": "^10.29.1",
"property-information": "^7.1.0",
"regex": "^6.1.0",
"regex-recursion": "^6.0.2",
"regex-utilities": "^2.3.0",
"rfdc": "^1.4.1",
"rollup": "^4.60.2",
"search-insights": "^2.17.3",
"shiki": "^2.5.0",
"source-map-js": "^1.2.1",
"space-separated-tokens": "^2.0.2",
"speakingurl": "^14.0.1",
"stringify-entities": "^4.0.4",
"superjson": "^2.2.6",
"tabbable": "^6.4.0",
"trim-lines": "^3.0.1",
"unist-util-is": "^6.0.1",
"unist-util-position": "^5.0.0",
"unist-util-stringify-position": "^4.0.0",
"unist-util-visit": "^5.1.0",
"unist-util-visit-parents": "^6.0.2",
"vfile": "^6.0.3",
"vfile-message": "^4.0.3",
"vite": "^5.4.21",
"vue": "^3.5.33",
"zwitch": "^2.0.4"
}
}