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
35 lines (34 loc) · 907 Bytes
/
package.json
File metadata and controls
35 lines (34 loc) · 907 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
32
33
34
35
{
"name": "documentation",
"type": "module",
"dependencies": {
"@types/js-yaml": "^4.0.9",
"autoprefixer": "^10.4.0",
"gray-matter": "^4.0.3",
"js-yaml": "^4.1.1",
"postcss": "^8.3.7",
"postcss-cli": "^9.0.2",
"ts-node": "^10.9.2",
"vitepress-plugin-autobar": "^1.0.8",
"vitepress-sidebar": "^1.31.1",
"@tailwindcss/typography": "^0.5.14",
"@types/markdown-it": "^12.2.3",
"@types/node": "^20.11.27",
"feed": "^4.2.2",
"lodash-es": "^4.17.23",
"@types/lodash-es": "^4.17.12",
"tailwindcss": "^3.4.10",
"tslib": "^2.8.1",
"vitepress": "^1.6.3",
"vitest": "^3.2.4",
"vue": "^3.5.16"
},
"scripts": {
"docs:dev": "make docs-dev",
"docs:build": "make docs-build",
"docs:preview": "make docs-preview",
"post-process": "make post-process",
"test": "make test",
"test:watch": "make test-watch"
}
}