forked from lando/lando
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.61 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
46
{
"name": "lando",
"description": "The best local development solution in the galaxy.",
"license": "GPL-3.0",
"version": "3.1.4",
"repository": {
"type": "git",
"url": "https://github.com/lando/lando"
},
"bugs": {
"email": "[email protected]",
"url": "https://github.com/lando/lando/issues"
},
"scripts": {
"build:docs": "vuepress build docs -d _docs",
"dev:docs": "vuepress dev --temp /tmp/lando-docs --cache /tmp/lando-docs-cache --port 8021 docs",
"dev:metrics": "./node_modules/nodemon/bin/nodemon.js ./metrics/server.js",
"lint:metrics": "eslint --quiet --no-ignore --config .eslintrc.metrics.json metrics",
"lint:docs": "eslint --quiet --ext .js,.vue --config .eslintrc.vuepress.json docs/.vuepress",
"release": "bump --prompt --tag --all --push"
},
"devDependencies": {
"@bugsnag/js": "^6.4.3",
"@vuepress/plugin-google-analytics": "^1.0.0-rc.1",
"bluebird": "^3.4.1",
"body-parser": "^1.14.2",
"dotenv": "^4.0.0",
"elasticsearch": "~10.1.2",
"eslint": "^6.1.0",
"eslint-config-google": "^0.9.1",
"eslint-plugin-vue": "^5.2.3",
"express": "^4.13.3",
"fs-extra": "^10.0.0",
"lodash": "^4.17.19",
"nodemon": "^1.11.0",
"platformsh": "^1.0.0",
"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",
"winston": "2.4.5"
}
}