UNPKG

vue-router-tab

Version:

Vue.js tab components, based on Vue Router

89 lines (88 loc) 2.78 kB
{ "name": "vue-router-tab", "version": "1.2.11", "description": "Vue.js tab components, based on Vue Router", "keywords": [ "vue-router-tab", "router-tab", "tabs" ], "author": "碧海幽虹 <bhuh12@126.com>", "private": false, "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/bhuh12/vue-router-tab.git" }, "publishConfig": { "registry": "https://registry.npmjs.org" }, "bugs": { "url": "https://github.com/bhuh12/vue-router-tab/issues" }, "main": "dist/lib/vue-router-tab.umd.min.js", "scripts": { "demo:dev": "vue-cli-service serve --open", "demo:build": "vue-cli-service build", "docs:dev": "vuepress dev docs --open", "docs:build": "vuepress build docs", "lib:build": "vue-cli-service build --target lib lib/index.js", "lib:build:report": "vue-cli-service build --report --target lib lib/index.js", "lib:publish": "npm run lib:build && npm publish", "lint": "yarn lint:js && yarn lint:css", "lint:js": "vue-cli-service lint --fix", "lint:css": "stylelint \"**/*.{css,scss,sass,vue}\" --fix --cache --cache-location node_modules/.cache/stylelint/", "commit": "git-cz", "changelog": "conventional-changelog -p angular -i docs/zh/guide/changelog.md -s" }, "dependencies": { "vue": "^2.6.14", "vue-router": "^3.2.0" }, "devDependencies": { "@vue/cli-plugin-babel": "~4.5.15", "@vue/cli-plugin-eslint": "~4.5.15", "@vue/cli-plugin-router": "~4.5.15", "@vue/cli-service": "~4.5.15", "@vue/eslint-config-prettier": "^6.0.0", "@vuepress/plugin-back-to-top": "^1.5.2", "@vuepress/plugin-pwa": "^1.5.2", "babel-eslint": "^10.1.0", "conventional-changelog-cli": "^2.1.1", "core-js": "^3.6.5", "eslint": "^6.7.2", "eslint-plugin-prettier": "^3.1.3", "eslint-plugin-vue": "^7.9.0", "lint-staged": "^9.5.0", "prettier": "^1.19.1", "sass": "^1.26.5", "sass-loader": "^8.0.2", "stylelint": "^13.13.1", "stylelint-config-prettier": "^8.0.2", "stylelint-config-rational-order": "^0.1.2", "stylelint-config-recommended": "^5.0.0", "stylelint-order": "^4.1.0", "stylelint-scss": "^3.19.0", "vue-template-compiler": "^2.6.14", "vuepress": "^1.5.2" }, "gitHooks": { "pre-commit": "lint-staged", "commit-msg": "node scripts/verify-commit-msg.js" }, "lint-staged": { "*.{js,jsx,vue}": [ "vue-cli-service lint", "git add" ] }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "vetur": { "tags": "vetur/tags.json", "attributes": "vetur/attributes.json" } }