forked from apeirora/documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 704 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 704 Bytes
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
{
"name": "apeiro-docs",
"version": "1.3.0",
"private": true,
"scripts": {
"docs:build": "vitepress build",
"docs:dev": "vitepress dev",
"docs:preview": "vitepress preview",
"start": "npm run docs:dev",
"typecheck": "tsc"
},
"dependencies": {
"glob": "11.0.3",
"js-yaml": "4.1.0",
"lodash-es": "4.17.21",
"markdown-it-footnote": "^4.0.0",
"mermaid": "^11.8.1",
"vitepress": "^1.6.3",
"vitepress-plugin-mermaid": "^2.0.17",
"vitepress-sidebar": "1.33.0"
},
"devDependencies": {
"@types/js-yaml": "4.0.9",
"@types/node": "22.18.12",
"semver": "7.7.3",
"typescript": "~5.9.0"
},
"engines": {
"node": ">=22.0"
}
}