forked from v2fly/v2fly-github-io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 740 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 740 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
{
"name": "v2fly-github-io",
"license": "CC-BY-SA-4.0",
"version": "1.0.0",
"scripts": {
"dev": "vuepress dev docs",
"build": "vuepress build docs",
"precommit": "lint-staged"
},
"lint-staged": {
"docs/**/*.{md,markdown}": "lint-md"
},
"devDependencies": {
"@vuepress/plugin-docsearch": "^2.0.0-rc.19",
"@vuepress/plugin-register-components": "^2.0.0-rc.19",
"lint-staged": "^15.4.3",
"sass-embedded": "^1.83.4",
"vuepress": "^2.0.0-rc.19"
},
"dependencies": {
"@algolia/client-search": ">= 4.9.1 < 6",
"@vuepress/bundler-vite": "^2.0.0-rc.19",
"@vuepress/theme-default": "^2.0.0-rc.76",
"search-insights": ">= 1 < 3",
"uuid": "^11.0.5",
"vue": "^3.5.0"
}
}