|
1 | 1 | { |
2 | 2 | "name": "nushell.github.io", |
3 | | - "version": "0.0.1", |
| 3 | + "version": "0.0.0", |
4 | 4 | "description": "The Nushell website (nushell.sh)", |
5 | 5 | "repository": "github:nushell/nushell.github.io", |
| 6 | + "type": "module", |
6 | 7 | "scripts": { |
7 | 8 | "dev": "vuepress dev", |
8 | 9 | "build": "vuepress build", |
|
11 | 12 | }, |
12 | 13 | "license": "MIT", |
13 | 14 | "devDependencies": { |
14 | | - "@vuepress/plugin-git": "^2.0.0-beta.49", |
15 | | - "@vuepress/plugin-back-to-top": "^2.0.0-beta.49", |
16 | | - "@vuepress/plugin-docsearch": "^2.0.0-beta.49", |
17 | | - "@vuepress/plugin-medium-zoom": "^2.0.0-beta.49", |
18 | | - "@vuepress/theme-default": "^2.0.0-beta.49", |
| 15 | + "@vuepress/plugin-git": "^2.0.0-beta.50", |
| 16 | + "@vuepress/plugin-back-to-top": "^2.0.0-beta.50", |
| 17 | + "@vuepress/plugin-docsearch": "^2.0.0-beta.50", |
| 18 | + "@vuepress/plugin-medium-zoom": "^2.0.0-beta.50", |
| 19 | + "@vuepress/theme-default": "^2.0.0-beta.50", |
19 | 20 | "husky": "^8.0.1", |
20 | 21 | "lint-staged": "^13.0.3", |
21 | 22 | "prettier": "^2.7.1", |
22 | | - "vuepress": "^2.0.0-beta.48", |
23 | | - "vuepress-plugin-feed2": "^2.0.0-beta.86", |
24 | | - "vuepress-plugin-sitemap2": "^2.0.0-beta.86" |
| 23 | + "vuepress": "^2.0.0-beta.50", |
| 24 | + "vuepress-plugin-feed2": "^2.0.0-beta.91", |
| 25 | + "vuepress-plugin-sitemap2": "^2.0.0-beta.91" |
25 | 26 | }, |
26 | 27 | "lint-staged": { |
27 | 28 | "**/*": "prettier --write --ignore-unknown" |
|
0 commit comments