UNPKG

vue3-focus

Version:
76 lines (75 loc) 1.9 kB
{ "name": "vue3-focus", "version": "0.0.34", "description": "vue 3.0 focus directive", "main": "dist/vue3-focus.cjs.min.js", "module": "dist/vue3.focus.esm.min.js", "unpkg": "dist/vue3-focus.umd.min.js", "jsdelivr": "dist/vue3-focus.umd.min.js", "types": "dist/types/index.d.ts", "typeing": "dist/types/index.d.ts", "files": [ "dist" ], "bugs": { "url": "https://github.com/yuelau/vue3-focus/issues" }, "repository": { "type": "git", "url": "https://github.com/yuelau/vue3-focus" }, "scripts": { "build": "node build.js", "test": "node build.js test", "doc": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0" }, "keywords": [ "vue", "vue.js", "vue3", "3.0", "focus", "vuefocus" ], "gitHooks": { "pre-commit": "lint-staged", "commit-msg": "node scripts/verify-commit-msg.js" }, "lint-staged": { "*.ts": [ "eslint --fix" ] }, "author": { "name": "yuelau", "email": "liuyue2077@gmail.com", "url": "https://github.com/yuelau" }, "homepage": "https://github.com/yuelau/vue3-focus/#readme", "license": "MIT", "devDependencies": { "@babel/core": "^7.12.10", "@babel/preset-env": "^7.12.10", "@rollup/plugin-babel": "^5.2.2", "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-typescript": "^8.0.0", "@typescript-eslint/eslint-plugin": "^4.10.0", "@typescript-eslint/parser": "^4.10.0", "babel-preset-minify": "^0.5.1", "conventional-changelog-cli": "^2.1.1", "eslint": "^7.15.0", "eslint-config-airbnb-base": "^14.2.1", "eslint-plugin-import": "^2.22.1", "fs-extra": "^9.0.1", "lint-staged": "^10.5.3", "rollup": "^2.34.2", "tslib": "^2.0.3", "typescript": "^4.1.2", "vue": "^3.0.4", "yorkie": "^2.0.0" }, "dependencies": {}, "peerDependencies": { "vue": "vue@next" } }