-
-
Notifications
You must be signed in to change notification settings - Fork 84
/
package.json
73 lines (73 loc) · 2.12 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
{
"name": "troddit",
"version": "0.20.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@clerk/nextjs": "^4.29.7",
"@headlessui/react": "1.5",
"@react-hook/resize-observer": "^1.2.5",
"@react-hook/window-size": "^3.0.7",
"@supabase/supabase-js": "^2.24.0",
"@tanstack/query-sync-storage-persister": "^4.27.1",
"@tanstack/react-query": "^4.28.0",
"@tanstack/react-query-devtools": "^4.28.0",
"@tanstack/react-query-persist-client": "^4.28.0",
"@vercel/analytics": "^0.1.6",
"axios": "^1.4.0",
"draft-js": "^0.11.7",
"draftjs-to-html": "^0.9.1",
"eslint-plugin-react-hooks": "^4.2.1-alpha-8723e772b-20210826",
"hls.js": "^1.2.5",
"html-to-react": "^1.4.8",
"jwt-decode": "^3.1.2",
"localforage": "^1.10.0",
"lodash": "^4.17.21",
"markdown-draft-js": "^2.4.0",
"masonic": "^3.6.4",
"next": "^13.4.4",
"next-auth": "^4.22.0",
"next-cookies": "^2.0.3",
"next-plausible": "^3.1.4",
"next-pwa": "^5.6.0",
"next-themes": "^0.1.1",
"nuka-carousel": "^5.4.0",
"react": "^18.2.0",
"react-autosuggest": "^10.1.0",
"react-dom": "^18.2.0",
"react-draft-wysiwyg": "^1.14.7",
"react-error-boundary": "^3.1.4",
"react-hot-toast": "^2.2.0",
"react-icons": "^4.3.1",
"react-intersection-observer": "^9.1.0",
"react-markdown": "^8.0.3",
"react-switch": "^6.0.0",
"react-twitter-embed": "^4.0.4",
"rehype-raw": "^6.1.1"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.5.0",
"@tailwindcss/line-clamp": "^0.3.1",
"@tailwindcss/typography": "^0.5.2",
"@types/node": "^16.7.1",
"@types/react": "^17.0.14",
"@types/react-lazyload": "^3.1.1",
"autoprefixer": "^10.4.2",
"eslint": "7.31.0",
"eslint-config-next": "^13.4.4",
"postcss": "^8.4.7",
"tailwind-scrollbar": "^1.3.1",
"tailwindcss": "^3.0.24",
"typescript": "^4.3.5"
},
"resolutions": {
"@types/react": "17.0.2",
"@types/react-dom": "17.0.2"
}
}