v-distpicker
Version:
A flexible, highly available district selector for picking provinces, cities and districts of China.
64 lines (63 loc) • 1.54 kB
JSON
{
"name": "v-distpicker",
"description": "A flexible, highly available district selector for picking provinces, cities and districts of China.",
"version": "1.3.3",
"author": "jcc <changejian@gmail.com>",
"license": "MIT",
"main": "dist/v-distpicker.js",
"files": [
"src",
"dist/*.js"
],
"keywords": [
"省份",
"城市",
"地区",
"省市区",
"province",
"city",
"district",
"picker",
"plugin",
"javascript",
"development",
"vue",
"component"
],
"scripts": {
"dev": "webpack server --hot --config=./build/webpack.dev.config.js ",
"build": "webpack --config=./build/webpack.prod.config.js"
},
"dependencies": {
"vue": "^2.7.8"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jcc/v-distpicker.git"
},
"devDependencies": {
"@babel/core": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.18.6",
"@babel/preset-env": "^7.18.6",
"@babel/runtime-corejs3": "^7.18.6",
"babel-loader": "^8.2.5",
"css-loader": "^6.7.1",
"eslint": "^8.21.0",
"eslint-webpack-plugin": "^3.2.0",
"html-webpack-plugin": "^5.2.0",
"mini-css-extract-plugin": "^2.6.1",
"node-sass": "^4.9.3",
"sass-loader": "^7.1.0",
"style-loader": "^3.3.1",
"vue-loader": "^15.7.0",
"vue-style-loader": "^4.1.3",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.9.3"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}