vue3-smart-captcha
Version:
Yandex Smart Captcha for Vue3 projects
54 lines (53 loc) • 1.27 kB
JSON
{
"name": "vue3-smart-captcha",
"description": "Yandex Smart Captcha for Vue3 projects",
"keywords": [
"captcha",
"component",
"smart-captcha",
"vue",
"vue3"
],
"license": "MIT",
"version": "1.1.1",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/SmartCaptcha.d.ts",
"files": [
"dist"
],
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"lint": "eslint ./src --fix",
"test": "vitest run",
"prepare": "node .husky/install.mjs"
},
"lint-staged": {
"*.{ts,vue}": "eslint ./src --fix"
},
"dependencies": {
"vue": "^3.5.13"
},
"devDependencies": {
"@stylistic/eslint-plugin-ts": "^2.11.0",
"@types/node": "^20.17.9",
"@typescript-eslint/eslint-plugin": "^8.16.0",
"@typescript-eslint/parser": "^8.16.0",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.5.1",
"eslint": "^8.57.1",
"eslint-plugin-vue": "^9.32.0",
"husky": "^9.1.7",
"jsdom": "^25.0.1",
"lint-staged": "^15.2.10",
"typescript": "5.6.2",
"vite": "^5.4.11",
"vite-plugin-dts": "^3.9.1",
"vitest": "^1.6.0",
"vue-eslint-parser": "^9.4.3",
"vue-tsc": "2.0.29"
}
}