UNPKG

element-plus-china-area

Version:

Element PLUS 级联 中国省市区港澳台数据

54 lines (53 loc) 1.56 kB
{ "name": "element-plus-china-area", "version": "1.0.4", "description": "Element PLUS 级联 中国省市区港澳台数据", "main": "./dist/app.js", "scripts": { "dev": "webpack-dev-server --config webpack.dev.config.js --inline --hot", "docs": "webpack --config webpack.doc.config.js --progress --hide-modules", "build": "webpack --config webpack.build.config.js --progress --hide-modules", "build-commonjs": "webpack --config webpack.build.commonjs.config.js --progress --hide-modules", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "element", "elementui", "element-ui", "element-plus", "vue", "vue3", "省市区", "级联" ], "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/qingfengai/element-china-area.git" }, "dependencies": { "lodash-es": "^4.17.15" }, "devDependencies": { "@babel/cli": "^7.10.3", "@babel/core": "^7.10.3", "@babel/preset-env": "^7.10.3", "babel-loader": "^8.1.0", "babel-plugin-component": "^1.1.1", "css-loader": "^3.6.0", "element-ui": "^2.13.2", "file-loader": "^6.0.0", "html-loader": "^1.1.0", "html-webpack-plugin": "^4.3.0", "style-loader": "^1.2.1", "uglify-js": "^3.10.0", "uglifyjs-webpack-plugin": "^2.2.0", "url-loader": "^4.1.0", "vue": "^2.6.11", "vue-loader": "^15.9.3", "vue-template-compiler": "^2.6.11", "webpack": "^4.43.0", "webpack-cli": "^3.3.12", "webpack-dev-server": "^3.11.0" } }