-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
98 lines (98 loc) · 2.83 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
94
95
96
97
98
{
"name": "work-connect",
"version": "1.1.2",
"private": false,
"scripts": {
"dev": "next dev -p 3100",
"build": "next build",
"start": "next start -p 3100",
"lint": "next lint",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"gen": "supabase gen types typescript --project-id ripbxzxpvscuqgdjpkix --schema public > src/types/supabase.ts"
},
"description": "Work Connect",
"keywords": [
"work connect",
"nextjs",
"react",
"tailwindcss",
"typescript"
],
"author": "B03 Killer",
"license": "MIT",
"dependencies": {
"@dnd-kit/core": "^6.1.0",
"@livekit/components-react": "^2.3.6",
"@livekit/components-styles": "^1.0.12",
"@livekit/krisp-noise-filter": "^0.2.4",
"@lottiefiles/dotlottie-react": "^0.8.7",
"@next/font": "^14.2.5",
"@sentry/nextjs": "^8.25.0",
"@supabase/auth-helpers-nextjs": "^0.10.0",
"@supabase/auth-helpers-react": "^0.5.0",
"@supabase/ssr": "^0.4.0",
"@supabase/supabase-js": "^2.44.3",
"@tanstack/react-query": "^5.50.1",
"@tanstack/react-query-devtools": "^5.50.1",
"axios": "^1.7.2",
"babel-plugin-inline-react-svg": "^2.0.2",
"class-variance-authority": "^0.7.0",
"dayjs": "^1.11.11",
"livekit-server-sdk": "^2.5.1",
"lodash.isempty": "^4.4.0",
"lottie-react": "^2.4.0",
"lottie-web": "^5.12.2",
"next": "14.2.5",
"nodemailer": "^6.9.14",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.53.0",
"react-intersection-observer": "^9.13.0",
"react-lottie": "^1.2.4",
"react-lottie-player": "^2.1.0",
"react-responsive": "^10.0.0",
"swiper": "^11.1.5",
"tailwind-scrollbar-hide": "^1.1.7",
"zustand": "^4.5.4"
},
"devDependencies": {
"@chromatic-com/storybook": "^1.6.1",
"@storybook/addon-essentials": "^8.2.4",
"@storybook/addon-interactions": "^8.2.4",
"@storybook/addon-links": "^8.2.4",
"@storybook/addon-onboarding": "^8.2.4",
"@storybook/blocks": "^8.2.4",
"@storybook/nextjs": "^8.2.4",
"@storybook/react": "^8.2.4",
"@storybook/test": "^8.2.4",
"@svgr/webpack": "^8.1.0",
"@types/node": "^20",
"@types/nodemailer": "^6.4.15",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-lottie": "^1.2.10",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-storybook": "^0.8.0",
"json-loader": "^0.5.7",
"lottie-loader": "^0.0.1",
"postcss": "^8",
"storybook": "^8.2.9",
"supabase": "^1.183.5",
"tailwindcss": "^3.4.1",
"typescript": "^5"
},
"engines": {
"node": ">=20",
"npm": ">=10"
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
]
}