forked from pocketnetteam/documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.32 KB
/
package.json
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
36
37
38
39
40
41
42
43
44
{
"name": "vuepressdocs",
"version": "0.0.1",
"description": "A VuePress project",
"license": "MIT",
"type": "module",
"scripts": {
"docs:build": "vuepress build docs",
"docs:clean-dev": "vuepress dev docs --clean-cache",
"docs:dev": "vuepress dev docs",
"docs:update-package": "npx vp-update"
},
"prettier": "prettier-config-vuepress",
"dependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.18",
"@vuepress/bundler-webpack": "2.0.0-rc.18",
"@vuepress/plugin-docsearch": "2.0.0-rc.56",
"@vuepress/plugin-register-components": "2.0.0-rc.54",
"@vuepress/plugin-shiki": "2.0.0-rc.56",
"@vuepress/theme-default": "2.0.0-rc.56",
"http-server": "^14.1.1",
"sass-embedded": "^1.80.3",
"sass-loader": "^16.0.2",
"vue": "^3.5.12",
"vuepress": "2.0.0-rc.18",
"vuepress-plugin-md-enhance": "^2.0.0-rc.59"
},
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"bumpp": "^9.7.1",
"eslint": "^9.13.0",
"eslint-config-vuepress": "^5.2.2",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"prettier-config-vuepress": "^5.0.0",
"rimraf": "^6.0.1",
"sort-package-json": "^2.10.1",
"taze": "^0.17.2",
"tsconfig-vuepress": "^5.2.1",
"typescript": "^5.6.3"
}
}