-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
25 lines (25 loc) · 947 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
{
"name": "kalabox.io",
"version": "1.0.0",
"description": "Main kalabox site.",
"scripts": {
"dev": "vuepress dev docs",
"build": "cp _redirects docs/.vuepress/public/_redirects && vuepress build docs -d _book",
"lint": "eslint --quiet --ext .js,.vue --no-ignore --config .eslintrc.json docs/.vuepress docs/.vuepress/components/**",
"test": "markdownlint README.md docs/*.md"
},
"author": "Kalabox, Inc",
"license": "ISC",
"devDependencies": {
"@vuepress/plugin-google-analytics": "^1.0.4",
"eslint": "^6.3.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-vue": "^5.2.3",
"markdownlint-cli": "^0.3.1",
"vuepress": "^1.0.4",
"vuepress-plugin-autometa": "^0.1.12",
"vuepress-plugin-canonical": "^1.0.0",
"vuepress-plugin-robots": "^1.0.1",
"vuepress-plugin-sitemap": "https://github.com/ekoeryanto/vuepress-plugin-sitemap#dd8b9763b2c7939668a67f2afa34de501dea45d4"
}
}