generated from sergiodxa/remix-auth-strategy-template
-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
49 lines (49 loc) · 1.19 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
{
"name": "remix-auth-socials",
"version": "2.1.0",
"description": "A collection of social media strategies for remix-auth",
"author": {
"name": "Tom Rowe",
"email": "[email protected]",
"url": "https://github.com/TheRealFlyingCoder"
},
"repository": {
"url": "https://github.com/TheRealFlyingCoder/remix-auth-socials",
"type": "git"
},
"homepage": "https://github.com/TheRealFlyingCoder/remix-auth-socials#readme",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"scripts": {
"build": "tsc"
},
"keywords": [
"remix",
"remix-auth",
"auth",
"authentication",
"strategy",
"oauth",
"socials"
],
"license": "MIT",
"files": [
"build",
"package.json",
"README.md"
],
"devDependencies": {
"prettier": "^3.3.3",
"typescript": "^5.5.3"
},
"dependencies": {
"remix-auth": "^3.7.0",
"remix-auth-discord": "^1.3.3",
"remix-auth-facebook": "^1.0.1",
"remix-auth-github": "^1.7.0",
"remix-auth-google": "^2.0.0",
"remix-auth-linkedin": "^2.0.1",
"remix-auth-microsoft": "^2.0.1",
"remix-auth-twitter": "^2.1.0"
}
}