-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.65 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
47
48
{
"name": "vuepress-theme-default-vue-a11y",
"version": "0.1.15",
"description": "Vuepress theme for vue-a11y documentation",
"main": "index.js",
"scripts": {
"docs:dev": "./node_modules/.bin/vuepress dev docs --no-cache",
"docs:build": "./node_modules/.bin/vuepress build docs --no-cache && echo theme.vue-a11y.com >> docs/.vuepress/dist/CNAME",
"docs:publish": "gh-pages -d docs/.vuepress/dist",
"release": "standard-version",
"project:publish": "git push --tags origin master && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vue-a11y/vuepress-theme-default-vue-a11y.git"
},
"bugs": {
"url": "https://github.com/vue-a11y/vuepress-theme-default-vue-a11y/issues"
},
"homepage": "https://github.com/vue-a11y/vuepress-theme-default-vue-a11y#readme",
"author": "Alan Ktquez <[email protected]> (https://github.com/ktquez)",
"license": "MIT",
"dependencies": {
"@vue-a11y/announcer": "^2.0.2",
"@vue-a11y/dark-mode": "^1.0.0",
"a11y-css-reset": "^1.2.0",
"axe-core": "^3.5.4",
"vue-axe": "^2.3.0",
"vue-skip-to": "^1.0.6",
"vuepress-plugin-code-copy": "^1.0.6"
},
"devDependencies": {
"@vue/eslint-config-standard": "^5.1.2",
"babel-eslint": "^10.1.0",
"deepmerge": "^4.2.2",
"eslint": "^6.8.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-vue": "^6.2.2",
"eslint-plugin-vuejs-accessibility": "^0.1.2",
"gh-pages": "^2.2.0",
"standard-version": "^8.0.0",
"vuepress": "^1.5.0",
"watchpack": "^1.6.1"
}
}