vue-focus-lock
Version:
It is a trap! (for a focus)
70 lines (69 loc) • 1.87 kB
JSON
{
"name": "vue-focus-lock",
"version": "2.0.7",
"description": "It is a trap! (for a focus)",
"main": "dist/index.js",
"scripts": {
"build": "rm -rf ./dist && webpack --colors --hide-modules",
"prepublish": "npm run build",
"lint": "eslint src tests",
"lint:fix": "eslint src tests --fix",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"repository": {
"type": "git",
"url": "git+https://github.com/theKashey/vue-focus-lock.git"
},
"keywords": [
"vue",
"focus",
"lock",
"trap",
"tabbable"
],
"author": "theKashey <thekashey@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/theKashey/vue-focus-lock/issues"
},
"homepage": "https://github.com/theKashey/vue-focus-lock#readme",
"devDependencies": {
"@storybook/addon-actions": "^3.4.3",
"@storybook/addon-links": "^3.4.3",
"@storybook/vue": "^3.4.3",
"@vue/composition-api": "^1.4.1",
"babel-core": "^6.24.0",
"babel-eslint": "7.2.3",
"babel-loader": "^6.4.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.0",
"babel-preset-stage-2": "^6.22.0",
"babel-runtime": "^6.23.0",
"css-loader": "^0.23.1",
"eslint": "4.6.0",
"eslint-plugin-vue": "^3.12.0",
"storybook": "^1.0.0",
"style-loader": "^0.15.0",
"vue": "^2.5.0",
"vue-html-loader": "^1.2.4",
"vue-loader": "^11.1.4",
"vue-style-loader": "^2.0.4",
"vue-template-compiler": "^2.6.14",
"webpack": "^2.0.0"
},
"peerDependencies": {
"@vue/composition-api": "^1.4.1",
"vue": "^2.5.0 || ^3.0.0"
},
"peerDependenciesMeta": {
"@vue/composition-api": {
"optional": true
}
},
"dependencies": {
"focus-lock": "^1.3.6",
"vue-demi": "^0.13.11"
}
}