-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
82 lines (82 loc) · 2.64 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
75
76
77
78
79
80
81
82
{
"name": "rovueing-tabindex",
"packageName": "rovueing-tabindex",
"version": "2.0.3",
"description": "Add a roving tabindex to a Vue component",
"license": "WTFPL",
"author": "Mehdi Hoseini Pajooh <[email protected]>",
"main": "dist/rovueing-tabindex.cjs.js",
"module": "dist/rovueing-tabindex.esm.js",
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"repository": {
"type": "git",
"url": "https://github.com/Mehdi-Hp/rovueing-tabindex.git"
},
"homepage": "https://github.com/Mehdi-Hp/rovueing-tabindex#readme",
"bugs": {
"url": "https://github.com/Mehdi-Hp/rovueing-tabindex/issues"
},
"scripts": {
"build": "NODE_ENV=production rollup -c",
"build:watch": "NODE_ENV=development rollup -c --watch",
"preview": "yarn build:watch & vite",
"release": "release-it"
},
"files": [
"dist"
],
"peerDependencies": {
"@babel/runtime": "^7.14.0",
"vue": "3.x"
},
"devDependencies": {
"@babel/core": "^7.14.0",
"@babel/eslint-parser": "^7.13.14",
"@babel/plugin-proposal-export-default-from": "^7.12.13",
"@babel/plugin-proposal-export-namespace-from": "^7.12.13",
"@babel/plugin-proposal-optional-chaining": "^7.13.12",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.13.15",
"@babel/preset-env": "^7.14.0",
"@release-it/keep-a-changelog": "^2.2.2",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-node-resolve": "^11.2.1",
"@rollup/plugin-strip": "^2.0.0",
"@vitejs/plugin-vue": "^1.2.2",
"@vue/compiler-sfc": "^3.0.11",
"@vue/test-utils": "^2.0.0-rc.6",
"agadoo": "^2.0.0",
"babel-jest": "^26.6.3",
"eslint": "^7.25.0",
"eslint-config-airbnb": "18.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^1.7.0",
"jest": "^26.6.3",
"release-it": "^14.6.1",
"rollup": "^2.46.0",
"rollup-plugin-analyzer": "^4.0.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-sourcemaps": "^0.6.3",
"rollup-plugin-terser": "^7.0.2",
"vite": "^2.2.4",
"vue": "^3.0.11"
},
"keywords": [
"vue",
"vue-3",
"vuejs",
"roving",
"tabindex",
"roving-tabindex",
"keyboard",
"a11y",
"accessibility"
],
"dependencies": {
"@vueuse/core": "^8.4.2"
}
}