-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
74 lines (74 loc) · 2.4 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "vue-a11y-website",
"version": "0.0.1",
"description": "The website of Vue-a11y project, powered by Vuepress",
"main": "index.js",
"scripts": {
"dev": "vuepress dev src --no-cache",
"build": "npm run svgo && vuepress build src --no-cache && echo vue-a11y.com >> src/.vuepress/dist/CNAME",
"svgo": "svgo --disable=convertColors -f ./src/.vuepress/theme/assets/sprite/svg",
"deploy": "npm run build && gh-pages -d src/.vuepress/dist",
"draft": "npm run build && surge src/.vuepress/dist/ https://vue-a11y-next.surge.sh/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vue-a11y/website.git"
},
"keywords": [
"vuepress",
"accessibility",
"a11y",
"Vue.js",
"static",
"site",
"prerender",
"docs"
],
"author": "Alan Ktquez <[email protected]> (https://github.com/ktquez)",
"license": "MIT",
"bugs": {
"url": "https://github.com/vue-a11y/website/issues"
},
"homepage": "https://github.com/vue-a11y/website#readme",
"devDependencies": {
"@fullhuman/postcss-purgecss": "^2.3.0",
"@goy/vuepress-plugin-svg-icons": "^4.2.1",
"@vue/eslint-config-standard": "^5.1.2",
"@vuepress/plugin-blog": "^1.9.3",
"@vuepress/plugin-google-analytics": "^1.5.4",
"@vuepress/plugin-last-updated": "^1.5.4",
"@vuepress/plugin-nprogress": "^1.8.2",
"@vuepress/plugin-pwa": "^1.5.3",
"@vuepress/plugin-search": "^1.5.3",
"autoprefixer": "^9.8.6",
"babel-eslint": "^10.1.0",
"dotenv": "^8.2.0",
"eslint": "^7.7.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-import-helpers": "^1.1.0",
"eslint-plugin-jest": "^23.20.0",
"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.4.0",
"gh-pages": "^3.1.0",
"node-sass": "^5.0.0",
"sass-loader": "^10.1.1",
"tailwindcss": "^1.9.6",
"vuepress": "^1.8.0",
"vuepress-plugin-canonical": "^1.0.0"
},
"dependencies": {
"@docsearch/css": "^1.0.0-alpha.28",
"@docsearch/js": "^1.0.0-alpha.28",
"@vue-a11y/announcer": "^2.1.0",
"@vue-a11y/dark-mode": "^1.1.1",
"@vue-a11y/focus-loop": "^0.1.2",
"@vue-a11y/skip-to": "^2.1.2",
"@vue/composition-api": "^1.0.0-beta.11",
"@vueuse/core": "^4.0.5",
"light-sanitize-html": "^1.0.2",
"vue-disqus": "^4.0.1"
}
}