-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
82 lines (82 loc) · 1.96 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "nuxt-vue3-google-signin",
"version": "0.0.11",
"license": "MIT",
"type": "module",
"scripts": {
"prepack": "nuxt-module-build",
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts",
"lint:fix": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix"
},
"engines": {
"node": ">=16.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wavezync/nuxt-vue3-google-signin.git"
},
"author": {
"name": "Kasun Vithanage",
"email": "[email protected]",
"url": "https://kasvith.me"
},
"homepage": "https://vue3-google-signin.wavezync.com",
"bugs": {
"url": "https://github.com/wavezync/nuxt-vue3-google-signin/issues"
},
"exports": {
".": {
"import": "./dist/module.mjs",
"require": "./dist/module.cjs"
}
},
"main": "./dist/module.cjs",
"types": "./dist/types.d.ts",
"files": [
"dist"
],
"keywords": [
"nuxt",
"nuxt-module",
"nuxt module",
"nuxt3",
"nuxt3 google signin",
"vue3 google signin",
"vue3 google oauth2",
"vue3 google oauth",
"vue3 google auth",
"vue3",
"google-signin",
"google-login",
"composables",
"vue3-google-login",
"vue3-google-signin",
"vue3-google-oauth2",
"vue3-google-oauth",
"vue3-google-auth",
"vue3-auth",
"google signin",
"google login",
"oauth2",
"gsi",
"vue3 google identity services",
"vue3 google identity service",
"vue3 google identity"
],
"dependencies": {
"@nuxt/kit": "^3.10.0",
"defu": "^6.1.4",
"unimport": "^3.7.1",
"vue3-google-signin": "latest"
},
"devDependencies": {
"@nuxt/module-builder": "latest",
"@nuxt/schema": "^3.10.0",
"@nuxtjs/eslint-config-typescript": "latest",
"eslint": "latest",
"nuxt": "^3"
}
}