forked from nushell/nushell.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·30 lines (30 loc) · 912 Bytes
/
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
{
"name": "nushell.github.io",
"version": "0.0.1",
"description": "The Nushell website (nushell.sh)",
"repository": "github:nushell/nushell.github.io",
"scripts": {
"dev": "vuepress dev",
"build": "vuepress build",
"prepare": "husky install",
"pretty": "prettier --write ."
},
"license": "MIT",
"devDependencies": {
"@vuepress/plugin-git": "^2.0.0-beta.46",
"@vuepress/plugin-back-to-top": "^2.0.0-beta.46",
"@vuepress/plugin-docsearch": "^2.0.0-beta.46",
"@vuepress/plugin-medium-zoom": "^2.0.0-beta.46",
"@vuepress/theme-default": "^2.0.0-beta.46",
"husky": "^8.0.1",
"lint-staged": "^13.0.0",
"prettier": "^2.6.2",
"vuepress": "^2.0.0-beta.46",
"vuepress-plugin-feed2": "^2.0.0-beta.76",
"vuepress-plugin-sitemap2": "^2.0.0-beta.76"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
},
"dependencies": {}
}