1 Star 4 Fork 0

sparkinzy / distpicker

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 2.27 KB
一键复制 编辑 原始数据 按行查看 历史
sparkinzy 提交于 2021-10-15 16:29 . build: 优化id规则
{
"name": "distpicker",
"description": "A simple jQuery plugin for picking provinces, cities and districts of China.",
"version": "2.0.11",
"main": "dist/distpicker.common.js",
"module": "dist/distpicker.esm.js",
"browser": "dist/distpicker.js",
"files": [
"src",
"dist"
],
"scripts": {
"build": "rollup -c",
"clear": "del-cli dist",
"lint": "eslint src *.js --fix",
"release": "npm run clear && npm run lint && npm run build",
"start": "rollup -c -m -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sparkinzy/distpicker.git"
},
"keywords": [
"中国",
"省份",
"城市",
"行政区",
"省市区",
"三级联动",
"地址选择器",
"China",
"Chinese",
"province",
"provinces",
"city",
"cities",
"district",
"districts",
"pick",
"picker",
"picking",
"jquery",
"plugin",
"jquery-plugin",
"html",
"css",
"javascript",
"front-end",
"web",
"development"
],
"author": {
"name": "sparkinzy",
"url": "https://github.com/sparkinzy/distpicker"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/sparkinzy/distpicker/issues"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@rollup/plugin-babel": "^5.2.2",
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-node-resolve": "^11.1.0",
"change-case": "^4.1.2",
"create-banner": "^2.0.0-beta",
"del-cli": "^3.0.1",
"eslint": "^7.18.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"husky": "^4.3.8",
"jquery": "^3.5.1",
"lint-staged": "^10.5.3",
"rollup": "^2.38.0",
"rollup-plugin-terser": "^7.0.2"
},
"peerDependencies": {
"jquery": ">=1.9.1"
},
"browserslist": [
"last 2 versions",
"> 1%",
"not ie <= 8"
],
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"lint-staged": {
"src/**/*.js|*.config.js": [
"eslint --fix",
"git add"
]
}
}
JavaScript
1
https://gitee.com/sparkinzy/distpicker.git
git@gitee.com:sparkinzy/distpicker.git
sparkinzy
distpicker
distpicker
master

搜索帮助