-
Notifications
You must be signed in to change notification settings - Fork 546
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.17 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.17 KB
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": "cross-env NODE_OPTIONS=--max-old-space-size=8192 vuepress dev",
"build": "cross-env NODE_OPTIONS=--max-old-space-size=8192 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.26",
"@vuepress/plugin-docsearch": "2.0.0-rc.118",
"@vuepress/plugin-feed": "2.0.0-rc.118",
"@vuepress/plugin-shiki": "2.0.0-rc.118",
"@vuepress/plugin-sitemap": "2.0.0-rc.118",
"@vuepress/theme-default": "2.0.0-rc.118",
"asciinema-player": "^3.15.1",
"cross-env": "^10.1.0",
"lefthook": "1.8.2",
"patch-package": "^8.0.1",
"prettier": "^3.3.3",
"sass-embedded": "^1.81.0",
"vuepress": "^2.0.0-rc.26"
},
"engines": {
"npm": ">=9.0.0",
"node": ">=18.12.0"
},
"volta": {
"node": "22.22.0"
}
}