-
Notifications
You must be signed in to change notification settings - Fork 42
/
Copy pathpackage.json
82 lines (82 loc) · 2.08 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": "react-social-login-buttons",
"version": "4.1.1",
"description": "Simple social login buttons for React",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"test": "jest",
"lint": "prettier --check .",
"build": "tsup src/index.ts",
"format": "prettier --write .",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/michaeljscript/react-social-login-buttons.git"
},
"keywords": [
"react",
"social",
"login",
"buttons",
"button",
"sign",
"login",
"authentication",
"amazon",
"apple",
"discord",
"facebook",
"github",
"google",
"instagram",
"linkedin",
"microsoft",
"telegram",
"twitter",
"slack",
"okta",
"Yahoo",
"gitlab",
"react-social-login-buttons"
],
"author": "Michal Szorad, miso.szorad@gmail.com",
"best-phrase": "undefined is not defined",
"about": "This is my first library, please be nice to me",
"license": "ISC",
"bugs": {
"url": "https://github.com/michaeljscript/react-social-login-buttons/issues"
},
"homepage": "https://github.com/michaeljscript/react-social-login-buttons#readme",
"peerDependencies": {
"react": "^16.0.0 || ^17.x || ^18.x || ^19.x"
},
"devDependencies": {
"@storybook/addon-essentials": "^8.6.0",
"@storybook/addon-interactions": "^8.6.0",
"@storybook/addon-links": "^8.6.0",
"@storybook/addon-onboarding": "^8.6.0",
"@storybook/blocks": "^8.6.0",
"@storybook/react": "^8.6.0",
"@storybook/react-vite": "^8.6.0",
"@storybook/test": "^8.6.0",
"@testing-library/react": "^16.2.0",
"@types/jest": "^29.5.12",
"@types/react": "19.0.10",
"eslint-plugin-storybook": "^0.8.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"prettier": "^3.2.5",
"react": "19.0.0",
"react-dom": "^19.0.0",
"storybook": "^8.6.0",
"ts-jest": "^29.1.2",
"tsup": "^8.4.0",
"typescript": "^5.7.3"
},
"tsup": {
"dts": true
}
}