forked from lando/lando
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.22 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": "lando",
"description": "The best local development solution in the galaxy.",
"license": "GPL-3.0",
"version": "3.5.1",
"repository": {
"type": "git",
"url": "https://github.com/lando/lando"
},
"bugs": {
"email": "[email protected]",
"url": "https://github.com/lando/lando/issues"
},
"scripts": {
"build": "vuepress build docs -d _docs",
"dev": "vuepress dev --temp /tmp/lando-docs --cache /tmp/lando-docs-cache --port 8021 docs",
"lint": "eslint --quiet --ext .js,.vue --config .eslintrc.json docs/.vuepress",
"release": "bump --prompt --tag --all --push"
},
"devDependencies": {
"@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"
}
}