UNPKG

telephonenumber

Version:

You can select the mobile phone number input component of the area code

38 lines (37 loc) 1.03 kB
{ "name": "telephonenumber", "version": "1.0.3", "description": "You can select the mobile phone number input component of the area code", "main": "dist/index.js", "module": "dist/index.es.js", "types": "dist/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "rollup -c rollup.config.mjs" }, "keywords": [ "telephone-number" ], "author": "yanyeo", "license": "ISC", "peerDependencies": { "ant-design-vue": ">=3.2.11", "vue": "^3.0.0" }, "devDependencies": { "@rollup/plugin-commonjs": "^24.1.0", "@rollup/plugin-json": "^6.0.0", "@rollup/plugin-node-resolve": "^15.0.2", "@types/vue": "^2.0.0", "rollup": "^3.20.2", "rollup-plugin-css-only": "^4.3.0", "rollup-plugin-external-globals": "^0.7.3", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-typescript2": "^0.34.1", "rollup-plugin-vue": "^6.0.0", "vue-tsc": "^1.2.0" }, "dependencies": { "@vue/runtime-core": "^3.2.47" } }