5 Star 10 Fork 5

Gitee 极速下载/vue-datepicker-local

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/weifeiyue/vue-datepicker-local
克隆/下载
package.json 1.56 KB
一键复制 编辑 原始数据 按行查看 历史
weifeiyue 提交于 7年前 . bug fix #49
{
"name": "vue-datepicker-local",
"version": "1.0.19",
"description": "A datepicker for Vue.js",
"main": "src/index.js",
"files": [
"dist/**",
"src/**",
"LICENSE",
"README.md"
],
"browserify": {
"transform": [
[
"babelify"
],
[
"vueify"
]
]
},
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules"
},
"repository": {
"type": "git",
"url": "git+https://github.com/weifeiyue/vue-datepicker-local.git"
},
"keywords": [
"vue",
"datepicker",
"components"
],
"author": "weifeiyue <weifeiyue@meizu.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/weifeiyue/vue-datepicker-local/issues"
},
"homepage": "https://github.com/weifeiyue/vue-datepicker-local#readme",
"dependencies": {
"vue": "^2.5.15"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"cross-env": "^5.1.4",
"css-loader": "^0.28.10",
"eslint": "^4.18.2",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-html": "^4.0.2",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-standard": "^3.0.1",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.11",
"vue-loader": "^14.2.1",
"vue-template-compiler": "^2.5.15",
"webpack": "^3.11.0",
"webpack-dev-server": "2.11.2"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/mirrors/vue-datepicker-local.git
git@gitee.com:mirrors/vue-datepicker-local.git
mirrors
vue-datepicker-local
vue-datepicker-local
master

搜索帮助