UNPKG

vue-mobile-city

Version:
39 lines (38 loc) 925 B
{ "name": "vue-mobile-city", "version": "1.0.3", "description": "this is a vue2.x mobile city", "author": "dengzuorong", "license": "ISC", "main": "index.js", "keywords": [ "vue-mobile-city", "vue-city", "vue-cascader" ], "scripts": { "serve": "vue-cli-service serve", "build": "vue-cli-service build", "lint": "vue-cli-service lint" }, "repository": { "type": "git", "url": "git+https://github.com/zuorong/vue-mobile-city.git" }, "dependencies": { "core-js": "^2.6.5", "vue": "^2.6.10", "vue-router": "^3.0.3", "vuex": "^3.0.1" }, "devDependencies": { "@vue/cli-plugin-babel": "^3.7.0", "@vue/cli-plugin-eslint": "^3.7.0", "@vue/cli-service": "^3.7.0", "@vue/eslint-config-standard": "^4.0.0", "babel-eslint": "^10.0.1", "eslint": "^5.16.0", "eslint-plugin-vue": "^5.0.0", "vue-template-compiler": "^2.5.21" } }