forked from EasyTier/easytier.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 685 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 685 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
{
"name": "easytier-doc",
"type": "module",
"version": "0.0.0",
"description": "",
"scripts": {
"docs:dev": "vitepress dev",
"docs:build": "vitepress build",
"docs:preview": "vitepress preview",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"prepare": "git submodule update --init --recursive"
},
"dependencies": {
"@theojs/lumen": "workspace:*",
"typescript": "^5.7.3"
},
"devDependencies": {
"@antfu/eslint-config": "3.14.0",
"eslint": "9.33.0",
"eslint-plugin-format": "1.0.1",
"markdown-it-task-lists": "2.1.1",
"mermaid": "11.12.0",
"vitepress": "1.6.3",
"vitepress-plugin-mermaid": "2.0.17"
}
}