UNPKG

kite-captcha-vue

Version:

A Vue3 captcha component based on tianai-captcha

73 lines (72 loc) 1.74 kB
{ "name": "kite-captcha-vue", "version": "0.2.1", "description": "A Vue3 captcha component based on tianai-captcha", "keywords": [ "vue", "captcha", "vue3", "slider", "locale", "verification" ], "homepage": "https://gitee.com/stary1993/kite-captcha-vue", "bugs": { "url": "https://gitee.com/stary1993/kite-captcha-vue/issues" }, "repository": { "type": "git", "url": "https://gitee.com/stary1993/kite-captcha-vue.git" }, "license": "MIT", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "author": "stary1993", "main": "dist/umd/index.js", "module": "dist/es/index.js", "types": "dist/types/index.d.ts", "style": "dist/index.css", "exports": { ".": { "types": "./dist/types/index.d.ts", "import": "./dist/es/index.js", "require": "./dist/umd/index.js" }, "./dist/index.css": { "import": "./dist/index.css", "require": "./dist/index.css" } }, "files": [ "dist", "README.md", "package.json", "LICENSE" ], "private": false, "type": "module", "scripts": { "dev": "vite", "preview": "vite preview", "build": "vite build && vue-tsc -b" }, "peerDependencies": { "vue": "^3.2.0" }, "devDependencies": { "@intlify/devtools-types": "^11.1.12", "@types/node": "^24.5.2", "@vitejs/plugin-vue": "^5.2.3", "@vue/tsconfig": "^0.7.0", "animate.css": "^4.1.1", "axios": "^1.11.0", "sass-embedded": "^1.91.0", "typescript": "~5.8.3", "vite": "^6.3.5", "vue": "^3.2.0", "vue-i18n": "^11.1.12", "vue-tsc": "^2.2.8" } }