-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
120 lines (120 loc) · 3.77 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"name": "refuge-worldwide",
"version": "1.0.0",
"author": "@mirshko <[email protected]>",
"private": false,
"license": "UNLICENSED",
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"format": "prettier --write \"**/*.tsx\" \"**/*.ts\"",
"lint": "next lint",
"type-check": "tsc --pretty --noEmit",
"postinstall": "husky install",
"format-staged": "pretty-quick --staged",
"lint-staged": "lint-staged",
"email": "email dev"
},
"lint-staged": {
"*.{ts,tsx}": [
"eslint --cache",
"pretty-quick --staged"
]
},
"dependencies": {
"@calcom/embed-react": "^1.5.0",
"@contentful/rich-text-from-markdown": "^15.16.2",
"@contentful/rich-text-plain-text-renderer": "^16.0.2",
"@contentful/rich-text-react-renderer": "^15.16.2",
"@fullcalendar/core": "^6.1.8",
"@fullcalendar/daygrid": "^6.1.8",
"@fullcalendar/interaction": "^6.1.8",
"@fullcalendar/list": "^6.1.8",
"@fullcalendar/react": "^6.1.8",
"@fullcalendar/timegrid": "^6.1.8",
"@livepeer/react": "^3.0.8",
"@radix-ui/react-context-menu": "^2.1.5",
"@radix-ui/react-dialog": "^1.0.2",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-hover-card": "^1.0.7",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-radio-group": "^1.1.3",
"@react-email/components": "^0.0.7",
"@react-hookz/web": "^20.0.3",
"@slack/web-api": "^6.10.0",
"@splidejs/react-splide": "^0.7.12",
"@supabase/auth-helpers-nextjs": "^0.8.1",
"@supabase/auth-helpers-react": "^0.4.2",
"@supabase/auth-ui-react": "^0.4.6",
"@supabase/auth-ui-shared": "^0.1.8",
"@supabase/supabase-js": "^2.38.1",
"@use-it/interval": "^1.0.0",
"@vercel/og": "^0.6.2",
"@widgetbot/crate": "^3.5.4",
"@widgetbot/react-embed": "^1.7.0",
"add-to-calendar-button-react": "^2.4.3",
"classnames": "^2.3.2",
"cloudinary": "^2.5.1",
"contentful": "^10.0.0-beta-v10.8",
"contentful-management": "^10.29.3",
"contentful-ui-extensions-sdk": "^4.29.3",
"dayjs": "^1.11.7",
"dayjs-plugin-utc": "^0.1.2",
"fathom-client": "^3.5.0",
"feed": "^4.2.2",
"file-saver": "^2.0.5",
"filepond": "^4.30.4",
"filepond-plugin-file-validate-size": "^2.2.8",
"filepond-plugin-file-validate-type": "^1.2.8",
"filepond-plugin-image-preview": "^4.6.11",
"formik": "^2.2.9",
"fuzzysort": "^2.0.1",
"google-spreadsheet": "^3.3.0",
"js-cookie": "^3.0.5",
"jszip": "^3.10.1",
"next": "^13.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-email": "1.9.4",
"react-filepond": "^7.1.2",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.10.1",
"react-intersection-observer": "^9.5.2",
"react-player": "^2.13.0",
"react-select": "^5.6.1",
"react-select-async-paginate": "^0.7.3",
"resend": "^3.2.0",
"sharp": "^0.31.3",
"smoothscroll-polyfill": "^0.4.4",
"swr": "^2.1.1",
"ts-extras": "^0.11.0",
"use-debounce": "^10.0.0",
"yup": "^0.32.11",
"zustand": "^4.1.5"
},
"devDependencies": {
"@next/env": "^13.1.1",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.8",
"@types/classnames": "^2.3.1",
"@types/node": "^18.11.18",
"@types/react": "^18.0.26",
"@types/smoothscroll-polyfill": "^0.3.1",
"@types/wicg-mediasession": "^1.1.4",
"autoprefixer": "^10.4.13",
"eslint": "^8.31.0",
"eslint-config-next": "^13.1.1",
"husky": "^8.0.2",
"lint-staged": "^13.1.0",
"next-sitemap": "^3.1.43",
"postcss": "^8.4.20",
"prettier": "^2.8.1",
"pretty-quick": "^3.1.3",
"tailwindcss": "^3.2.4",
"tailwindcss-safe-area": "^0.2.2",
"tsx": "^3.12.1",
"typescript": "^4.9.4"
}
}