vue3-captcha
Version:
a canvas captcha built in Vue3 with TypeScript
48 lines (47 loc) • 1.03 kB
JSON
{
"name": "vue3-captcha",
"private": false,
"version": "0.3.4",
"author": "clgwxg",
"description": "a canvas captcha built in Vue3 with TypeScript",
"keywords": [
"vue",
"vue3",
"vuejs",
"captcha",
"component",
"ui",
"typescript"
],
"homepage": "https://gitee.com/coderbase/vue3-captcha",
"repository": {
"type": "git",
"url": "https://gitee.com/coderbase/vue3-captcha"
},
"bugs": {
"url": "https://gitee.com/coderbase/vue3-captcha/issues",
"email": "3313350292@qq.com"
},
"license": "MIT",
"files": [
"dist/*",
"types/*"
],
"module": "./dist/vue3-captcha.umd.js",
"main": "./dist/vue3-captcha.es.js",
"types":"./types/vue3-captcha.d.ts",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.2.25"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.3.0",
"typescript": "^4.5.4",
"vite": "^2.9.0",
"vue-tsc": "^0.29.8"
}
}