-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
93 lines (93 loc) · 1.87 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
83
84
85
86
87
88
89
90
91
92
93
{
"name": "universal-social-auth",
"version": "0.2.6",
"description": "Social Authentication library for (SPA, PWA & App)",
"main": "dist/index.js",
"module": "dist/index.js",
"unpkg": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "webpack --mode=production --config webpack.config.build.js",
"build:dev": "webpack --mode=development --config webpack.config.build.js"
},
"keywords": [
"vue",
"vuejs",
"auth",
"laravel vue",
"vue Social Login",
"vue facebook",
"vue google",
"vue github",
"vue vkontakte",
"auth",
"authentication",
"login",
"registration",
"jwt",
"token",
"vue3",
"vue.js",
"react",
"nodejs",
"nodejs",
"apply",
"github",
"facebook",
"google",
"twitter",
"oauth",
"oauth 1.0",
"oauth 2.0",
"laravel",
"SPA Social Login"
],
"author": {
"name": "diadal",
"email": "[email protected]",
"url": "https://diadal.com.ng"
},
"repository": "git:https://github.com/diadal/universal-social-auth.git",
"license": "MIT",
"tags": [
"auth",
"authentication",
"login",
"registration",
"jwt",
"token",
"vue3",
"vue.js",
"react",
"nodejs",
"nodejs",
"apply",
"github",
"facebook",
"google",
"twitter",
"oauth",
"oauth 1.0",
"oauth 2.0",
"laravel",
"SPA Social Login"
],
"bugs": {
"url": "https://github.com/diadal/universal-social-auth/issues"
},
"homepage": "https://github.com/diadal/universal-social-auth",
"dependencies": {
"axios": "^1.6.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.10.1",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^10.2.1",
"eslint-plugin-ts": "^1.0.0",
"ts-loader": "^9.2.6",
"webpack-cli": "^4.5.0"
}
}