-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 1.06 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
{
"name": "template-vuepress",
"description": "VuePress Template.",
"license": "MIT",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "https://github.com/thinktandem/template-vuepress"
},
"bugs": {
"email": "mike@thinktandem.io",
"url": "https://github.com/template-vuepress/tandem/issues"
},
"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",
"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"
},
"scripts": {
"dev": "vuepress dev src",
"build": "vuepress build src -d _book",
"lint": "eslint --quiet --ext .js,.vue --no-ignore --config .eslintrc.json src/.vuepress/**/*.js",
"test": "markdownlint README.md src/**/*.md src/*.md"
}
}