{
    "name": "calendar-fang-modify",
    "version": "1.0.0",
    "author": "fang",
    "repository": {
        "type": "git",
        "url": ""
    },
    "bugs": {
        "url": ""
    },
    "homepage": "",
    "license": "MIT",
    "description": "vue 周 月 时间选择器",
    "main": "lib/vue-hash-calendar.umd.min.js",
    "keyword": "vue-hash-calendar calendar date-picker datetime-picker time-picker week-picker",
    "private": false,
    "scripts": {
        "serve": "vue-cli-service serve",
        "build": "vue-cli-service build",
        "test": "echo 'exited with 0'",
        "lib": "vue-cli-service build --target lib --name vue-hash-calendar --dest lib packages/index.js",
        "commitmsg": "commitlint -e $GIT_PARAMS",
        "changelog": "conventional-changelog -p angular -i CHANGELOG.md -w -r 1",
        "lint": "eslint  --fix --ext .js,.vue --ignore-path .gitignore ."
    },
    "dependencies": {
        "vue": "^2.5.17",
        "vue-ba": "^1.2.5"
    },
    "devDependencies": {
        "@babel/preset-es2015": "^7.0.0-beta.51",
        "@commitlint/cli": "^8.2.0",
        "@commitlint/config-conventional": "^8.2.0",
        "@vue/cli-plugin-babel": "^3.5.1",
        "@vue/cli-plugin-eslint": "^3.0.0-beta.15",
        "@vue/cli-service": "^3.0.0-beta.15",
        "eslint": "^4.15.0",
        "eslint-config-standard": "^10.2.1",
        "eslint-friendly-formatter": "^3.0.0",
        "eslint-loader": "^1.7.1",
        "eslint-plugin-import": "^2.7.0",
        "eslint-plugin-node": "^5.2.0",
        "eslint-plugin-promise": "^3.8.0",
        "eslint-plugin-standard": "^3.0.1",
        "eslint-plugin-vue": "^4.0.0",
        "babel-plugin-component": "^1.1.1",
        "husky": "^3.1.0",
        "stylus": "^0.54.5",
        "stylus-loader": "^3.0.2",
        "vue-template-compiler": "^2.5.16"
    },
    "eslintConfig": {
        "root": false,
        "env": {
            "node": false
        },
        "extends": [
            "plugin:vue/essential",
            "eslint:recommended"
        ],
        "rules": {},
        "parserOptions": {
            "parser": "babel-eslint"
        }
    },
    "postcss": {
        "plugins": {
            "autoprefixer": {}
        }
    },
    "config": {
        "commitizen": {
            "path": "cz-customizable"
        }
    },
    "husky": {
        "hooks": {
            "pre-commit": "npm run lint",
            "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
        }
    },
    "browserslist": [
        "> 1%",
        "last 2 versions",
        "not ie <= 8"
    ]
}