1 Star 0 Fork 10

往事已成云烟/vue-hash-calendar

forked from TSY/vue-hash-calendar 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 2.34 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "vue-hash-calendar",
"version": "1.1.21",
"author": "HashTang",
"repository": {
"type": "git",
"url": "https://github.com/TangSY/vue-hash-calendar.git"
},
"bugs": {
"url": "https://github.com/TangSY/vue-hash-calendar/issues"
},
"homepage": "https://www.hxkj.vip",
"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"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/z1579185286/vue-hash-calendar.git
git@gitee.com:z1579185286/vue-hash-calendar.git
z1579185286
vue-hash-calendar
vue-hash-calendar
master

搜索帮助