-
Notifications
You must be signed in to change notification settings - Fork 431
/
package.json
executable file
·38 lines (38 loc) · 1.19 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
{
"name": "nushell.github.io",
"version": "0.0.0",
"description": "The Nushell website (nushell.sh)",
"repository": "github:nushell/nushell.github.io",
"type": "module",
"scripts": {
"update": "nu make_docs.nu",
"dev": "vuepress dev",
"build": "vuepress build",
"postinstall": "patch-package",
"prepare": "git config --unset core.hooksPath && rm -rf .husky || true; npx lefthook install",
"pretty": "prettier --write ."
},
"license": "MIT",
"devDependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.18",
"@vuepress/plugin-back-to-top": "2.0.0-rc.57",
"@vuepress/plugin-copy-code": "2.0.0-rc.57",
"@vuepress/plugin-docsearch": "2.0.0-rc.57",
"@vuepress/plugin-feed": "2.0.0-rc.57",
"@vuepress/plugin-git": "2.0.0-rc.56",
"@vuepress/plugin-medium-zoom": "2.0.0-rc.57",
"@vuepress/plugin-shiki": "2.0.0-rc.57",
"@vuepress/plugin-sitemap": "2.0.0-rc.57",
"@vuepress/theme-default": "2.0.0-rc.57",
"lefthook": "1.8.2",
"patch-package": "^8.0.0",
"prettier": "^3.3.3",
"sass-embedded": "^1.80.6",
"shiki": "^1.22.2",
"vuepress": "2.0.0-rc.18"
},
"engines": {
"npm": ">=9.0.0",
"node": ">=18.12.0"
}
}