@neuqb/cus-v-datepicker
Version:
a custom datepicker
114 lines (113 loc) • 2.66 kB
JSON
{
"name": "@neuqb/cus-v-datepicker",
"version": "1.2.0",
"private": false,
"description": "a custom datepicker",
"keywords": [
"vue2",
"elementui",
"v-mask",
"datepicker",
"javascript"
],
"homepage": "www.neuqsoft.com",
"repository": {
"type": "git",
"url": "git+http://10.19.201.3/baiyx/custom-v-datepicker.git"
},
"license": "MIT",
"author": "baiyx@neuqsoft",
"main": "./lib/index.cjs.js",
"module": "./lib/index.es.js",
"files": [
"lib",
"CHANGELOG.md"
],
"scripts": {
"dev": "vue-cli-service serve",
"serve": "vue-cli-service serve",
"build": "rollup -c",
"lint": "vue-cli-service lint",
"postinstallmac": "git config core.hooksPath .husky && chmod 700 .husky/*",
"pre-commit": "lint-staged",
"prepare": "husky install",
"release": "npx standard-version"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"lint-staged": {
"*.{js,ts,jsx,tsx}": [
"eslint --fix",
"git add"
]
},
"config": {
"commitizen": {
"path": "@commitlint/cz-commitlint"
}
},
"dependencies": {
"element-ui": "2.15.14",
"text-mask-core": "5.1.2",
"v-mask": "2.3.0"
},
"devDependencies": {
"@neuqb/cus-v-datepicker": "file:./",
"@vue/cli-plugin-babel": "~4.5.19",
"@vue/cli-plugin-eslint": "~4.5.19",
"@vue/cli-service": "~4.5.19",
"@rollup/plugin-commonjs": "^28.0.6",
"@rollup/plugin-node-resolve": "^16.0.1",
"@commitlint/cli": "^17.0.3",
"@commitlint/config-angular": "^17.0.3",
"@commitlint/cz-commitlint": "^17.0.3",
"autoprefixer": "^10.4.21",
"commitizen": "^4.2.4",
"cz-customizable": "^6.9.0",
"cssnano": "^7.0.7",
"babel-eslint": "^10.1.0",
"core-js": "^3.6.5",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"husky": "^8.0.1",
"lint-staged": "^12.4.1",
"postcss": "^8.5.6",
"rollup": "^4.44.1",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-typescript2": "^0.36.0",
"rollup-plugin-vue": "5",
"vue": "2.6.10",
"vue-template-compiler": "2.6.10"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"parserOptions": {
"parser": "babel-eslint"
},
"rules": {
"no-unused-vars": [
"error",
{
"argsIgnorePattern": "^_",
"varsIgnorePattern": "^_",
"caughtErrorsIgnorePattern": "^_"
}
]
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}