forked from lando/legacy-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.44 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
45
{
"name": "@lando/docs",
"description": "Lando Docs Repo.",
"version": "0.1.1",
"author": "John Ouellet @labboy0276",
"license": "GPL-3.0",
"repository": "lando/docs",
"bugs": "https://github.com/lando/docs/issues/new/choose",
"homepage": "https://github.com/lando/docs",
"keywords": [
"lando",
"lando-plugin",
"docs"
],
"engines": {
"node": ">=14.0.0"
},
"main": "index.js",
"scripts": {
"vuepress:1": "./node_modules/vuepress/cli.js",
"build:3.x": "yarn vuepress:1 build docs-3.x -d _docs3",
"dev:3.x": "yarn vuepress:1 dev --temp /tmp/lando-docs --cache /tmp/lando-docs-cache --port 8021 docs-3.x",
"lint": "eslint --quiet --ext .js,.vue --config .eslintrc.json docs-3.x/.vuepress",
"release": "bump --prompt --tag --all --push"
},
"devDependencies": {
"@babel/eslint-parser": "^7.16.3",
"@vuepress/plugin-google-analytics": "^1.0.0-rc.1",
"eslint": "^6.1.0",
"eslint-config-google": "^0.9.1",
"eslint-plugin-vue": "^5.2.3",
"version-bump-prompt": "^4.2.1",
"vuepress": "^1.0.4",
"vuepress-plugin-autometa": "^0.1.12",
"vuepress-plugin-canonical": "^1.0.0",
"vuepress-plugin-feed": "^0.1.8",
"vuepress-plugin-robots": "^1.0.1",
"vuepress-plugin-sitemap": "https://github.com/ekoeryanto/vuepress-plugin-sitemap#dd8b9763b2c7939668a67f2afa34de501dea45d4"
},
"dependencies": {
"debug": "^4.3.2",
"fs-extra": "^10",
"lodash": "^4.17.21"
}
}