forked from gardener/documentation
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
Latest commit
19 lines (19 loc) · 426 Bytes
/
Copy pathpackage.json
File metadata and controls
19 lines (19 loc) · 426 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "documentation",
"type": "module",
"dependencies": {
"autoprefixer": "10.4.0",
"gray-matter": "4.0.3",
"js-yaml": "4.1.1",
"lodash-es": "4.17.23",
"vitepress": "1.6.3",
"vitepress-sidebar": "1.31.1",
"vue": "3.5.16"
},
"devDependencies": {
"@types/js-yaml": "4.0.9",
"@types/lodash-es": "4.17.12",
"@types/markdown-it": "12.2.3",
"@types/node": "20.11.27"
}
}