-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
54 lines (54 loc) · 1.35 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "vue-client-recaptcha",
"version": "1.1.6",
"author": "parsajiravand",
"license": "MIT",
"description": "Build simple recaptcha for vuejs without need server",
"repository": "https://github.com/parsajiravand/vue-client-recaptcha",
"homepage": "https://github.com/parsajiravand/vue-client-recaptcha",
"files": [
"dist"
],
"main": "./dist/vue-client-recaptcha.umd.js",
"module": "./dist/vue-client-recaptcha.es.js",
"exports": {
".": {
"import": "./dist/vue-client-recaptcha.es.js",
"require": "./dist/vue-client-recaptcha.umd.js"
}
},
"type": "module",
"types": "./dist/types/index.d.ts",
"scripts": {
"dev": "vite",
"build": "vite build && vue-tsc --emitDeclarationOnly ",
"preview": "vite preview"
},
"dependencies": {},
"devDependencies": {
"@babel/types": "^7.17.0",
"@types/node": "16.11.9",
"@vitejs/plugin-vue": "^2.0.0",
"typescript": "4.3.5",
"vite": "^2.7.2",
"vite-plugin-banner": "^0.2.0",
"vite-plugin-package-config": "^0.1.1",
"vue": "3.2.25",
"vue-tsc": "0.29.5"
},
"keywords": [
"recaptcha",
"vue client recaptcha",
"vue recaptcha",
"vue 3",
"vue-3",
"captcha",
"simple captcha",
"simple vue recaptcha",
"vue3 package",
"vue3 component",
"vue3 plugin",
"vue3 captcha",
"vue3 recaptcha"
]
}