-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.46 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": "social-logins",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@react-oauth/google": "^0.8.0",
"@types/node": "18.15.3",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"autoprefixer": "^10.4.14",
"axios": "^1.3.4",
"axios-oauth-client": "^2.0.2",
"cors": "^2.8.5",
"eslint": "8.36.0",
"eslint-config-next": "13.2.4",
"express": "^4.18.2",
"js-cookie": "^3.0.1",
"jwt-decode": "^3.1.2",
"next": "13.2.4",
"postcss": "^8.4.21",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.8.0",
"react-toastify": "^9.1.1",
"request": "^2.88.2",
"tailwindcss": "^3.2.7",
"twitch-api": "^0.5.0",
"twitch-auth": "^4.6.7",
"twitch-js": "^2.0.0-beta.45",
"typescript": "4.9.5"
},
"devDependencies": {
"@storybook/addon-essentials": "7.0.18",
"@storybook/addon-interactions": "7.0.18",
"@storybook/addon-links": "7.0.18",
"@storybook/blocks": "7.0.18",
"@storybook/nextjs": "7.0.18",
"@storybook/react": "7.0.18",
"@storybook/testing-library": "0.0.14-next.2",
"@types/cors": "^2.8.13",
"@types/js-cookie": "^3.0.3",
"@types/request": "^2.48.8",
"eslint-plugin-storybook": "^0.6.12",
"storybook": "7.0.18"
}
}