miharakinu-go-captcha-vue
Version:
GoCaptcha of Vue, which implements click mode, slider mode, drag-drop mode and rotation mode.
78 lines (77 loc) • 2.09 kB
JSON
{
"name": "miharakinu-go-captcha-vue",
"version": "2.0.7",
"private": false,
"type": "module",
"license": "MIT",
"email": "MiharaKinu1999@gmail.com",
"author": "MiharaKinu",
"description": "GoCaptcha of Vue, which implements click mode, slider mode, drag-drop mode and rotation mode.",
"keywords": [
"go-captcha-vue",
"go-captcha",
"gocaptcha",
"captcha-vue",
"vue-captcha",
"capts",
"gocapts"
],
"bugs": {
"url": "https://github.com/MiharaKinu/go-captcha-vue/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MiharaKinu/go-captcha-vue.git"
},
"homepage": "https://github.com/MiharaKinu/go-captcha-vue",
"main": "dist/go-captcha-vue.umd.js",
"module": "dist/go-captcha-vue.es.js",
"types": "./dist/index.d.ts",
"typings": "./dist/index.d.ts",
"exports": {
".": {
"import": {
"node": "./dist/go-captcha-vue.es.js",
"default": "./dist/go-captcha-vue.es.js"
},
"require": "./dist/go-captcha-vue.es.js",
"types": "./dist/index.d.ts"
},
"./dist/*": "./dist/*",
"./env.d.ts": "./env.d.ts",
"./package.json": "./package.json"
},
"files": [
"dist/*",
"env.d.ts"
],
"scripts": {
"dev": "vite",
"build": "run-p type:check \"build:only {@}\" --",
"build:only": "vite build && run-p tsd",
"tsd": "vue-tsc --rootDir ./packages --declaration --emitDeclarationOnly --noEmit false --outDir ./dist",
"preview": "vite preview --port 5050",
"type:check": "vue-tsc --noEmit -p tsconfig.json"
},
"peerDependencies": {
"vue": ">=3"
},
"devDependencies": {
"@types/node": "^16.11.10",
"@vitejs/plugin-vue": "4.4.0",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"autoprefixer": "^10.4.19",
"fast-glob": "^3.3.2",
"less": "^4.2.0",
"less-loader": "^12.2.0",
"npm-run-all2": "^6.2.0",
"ts-morph": "^22.0.0",
"typescript": "~5.4.0",
"vue": "^3.0.0",
"vite": "4.4.11",
"vue-tsc": "^2.0.11"
},
"dependencies": {
"caniuse-lite": "^1.0.30001717"
}
}