-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
34 lines (34 loc) · 998 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
31
32
33
34
{
"name": "@lando/blog",
"description": "Blog for the best local development solution in the galaxy.",
"license": "GPL-3.0",
"version": "4.0.0",
"repository": {
"type": "git",
"url": "https://github.com/lando/blog"
},
"bugs": {
"email": "[email protected]",
"url": "https://github.com/lando/sites/blog"
},
"scripts": {
"dev": "vuepress dev . --clean-cache --clean-temp",
"build": "vuepress build .",
"lint": "eslint --quiet --ext .js,.vue --config .eslintrc.json .vuepress",
"release": "bump --prompt --tag --all --push"
},
"devDependencies": {
"@babel/eslint-parser": "^7.17.0",
"@lando/vuepress-theme-default-plus": "1.0.0-beta.44",
"babel-eslint": "^10.1.0",
"debug": "^4.3.4",
"eslint": "^7.32.0",
"eslint-config-google": "^0.9.1",
"eslint-plugin-vue": "^8.5.0",
"hamburgers": "^1.2.1",
"lodash": "^4.17.21",
"version-bump-prompt": "^4.2.1",
"vuepress": "2.0.0-beta.53"
},
"dependencies": {}
}