UNPKG

v-region

Version:

Provide Chinese administrative division data selection

77 lines (76 loc) 1.87 kB
{ "name": "v-region", "description": "Provide Chinese administrative division data selection", "version": "3.5.0", "author": "TerryZ <terry5@foxmail.com>", "type": "module", "files": [ "./dist", "./types" ], "main": "./dist/v-region.umd.cjs", "module": "./dist/v-region.js", "packageManager": "pnpm@10.15.0", "exports": { ".": { "import": { "types": "./types/index.d.ts", "default": "./dist/v-region.js" }, "require": "./dist/v-region.umd.cjs" } }, "typings": "./types/index.d.ts", "license": "MIT", "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview --port 4173", "test:unit": "vitest", "coverage": "vitest run --coverage", "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore", "dts": "vue-tsc --declaration --emitDeclarationOnly" }, "repository": { "type": "git", "url": "https://github.com/TerryZ/v-region.git" }, "keywords": [ "front-end", "web", "vue", "region", "city", "town", "area", "selector" ], "peerDependencies": { "vue": "^3.5.0" }, "dependencies": { "v-dropdown": "^3.5.1", "vue": "^3.5.20" }, "devDependencies": { "@rushstack/eslint-patch": "^1.10.5", "@vitejs/plugin-vue": "^6.0.1", "@vitejs/plugin-vue-jsx": "^5.1.1", "@vitest/coverage-v8": "^3.2.4", "@vue/eslint-config-standard": "^8.0.1", "@vue/test-utils": "^2.4.6", "bootstrap": "^5.3.8", "eslint": "^8.50.0", "eslint-plugin-vue": "^9.17.0", "jsdom": "^26.1.0", "sass": "^1.93.2", "postcss": "^8.5.6", "autoprefixer": "^10.4.21", "typescript": "^5.9.2", "vite": "^7.1.9", "vite-plugin-css-injected-by-js": "^3.5.2", "vitest": "^3.2.4", "vue-router": "^4.5.1", "vue-tsc": "^3.1.1" } }