forked from fork/vue-roving-tabindex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 911 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
35
36
37
38
39
40
{
"name": "@4rk/vue-roving-tabindex",
"version": "2.0.0",
"description": "Add a roving tabindex to a Vue component",
"keywords": [
"vue",
"vuejs",
"roving",
"tabindex",
"keyboard",
"a11y",
"accessibility"
],
"license": "MIT",
"author": "Fork Unstable Media GmbH <obj@fork.de>",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "https://github.com/fork/vue-roving-tabindex.git"
},
"scripts": {
"build": "rollup -c",
"preversion": "kacl prerelease",
"version": "kacl release && prettier --write CHANGELOG.md && git add CHANGELOG.md"
},
"files": [
"dist"
],
"peerDependencies": {
"vue": "3.x"
},
"devDependencies": {
"@babel/core": "^7.7.5",
"@babel/preset-env": "^7.7.6",
"@brightcove/kacl": "^0.1.8",
"prettier": "^1.19.1",
"rollup": "^1.27.12",
"rollup-plugin-babel": "^4.3.3"
}
}