-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.57 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 2.57 KB
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
{
"name": "fe7-project3-team-4",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"update:supabase": "npx supabase gen types typescript --project-id drdoamgazuhwktmqfoxb --schema public > src/utils/supabase/supabase.ts"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@ferrucc-io/emoji-picker": "^0.0.48",
"@floating-ui/react": "^0.27.16",
"@mozilla/readability": "^0.6.0",
"@mui/material": "^7.3.5",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-popover": "^1.1.15",
"@supabase/ssr": "^0.7.0",
"@supabase/supabase-js": "^2.79.0",
"@tanstack/react-query": "^5.90.10",
"@tiptap/extension-highlight": "^3.10.5",
"@tiptap/extension-horizontal-rule": "^3.10.5",
"@tiptap/extension-image": "^3.10.5",
"@tiptap/extension-list": "^3.10.5",
"@tiptap/extension-subscript": "^3.10.5",
"@tiptap/extension-superscript": "^3.10.5",
"@tiptap/extension-text-align": "^3.10.5",
"@tiptap/extension-typography": "^3.10.5",
"@tiptap/extensions": "^3.10.5",
"@tiptap/pm": "^3.10.5",
"@tiptap/react": "^3.10.5",
"@tiptap/starter-kit": "^3.10.5",
"cheerio": "^1.1.2",
"date-fns": "^4.1.0",
"gsap": "^3.13.0",
"jsdom": "^27.1.0",
"lodash.throttle": "^4.1.1",
"lucide": "^0.552.0",
"lucide-react": "^0.552.0",
"metascraper": "^5.49.5",
"metascraper-author": "^5.49.5",
"metascraper-date": "^5.49.5",
"metascraper-description": "^5.49.5",
"metascraper-iframe": "^5.49.5",
"metascraper-image": "^5.49.5",
"metascraper-lang": "^5.49.5",
"metascraper-logo": "^5.49.5",
"metascraper-publisher": "^5.49.5",
"metascraper-title": "^5.49.5",
"metascraper-url": "^5.49.5",
"metascraper-video": "^5.49.5",
"next": "^16.0.7",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"react-hot-toast": "^2.6.0",
"react-hotkeys-hook": "^5.2.1",
"react-intersection-observer": "^10.0.0",
"react-loading-skeleton": "^3.5.0",
"react-spinners": "^0.17.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@tailwindcss/typography": "^0.5.19",
"@types/jsdom": "^27.0.0",
"@types/lodash.throttle": "^4.1.9",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"babel-plugin-react-compiler": "1.0.0",
"eslint": "^9",
"eslint-config-next": "16.0.1",
"sass": "^1.94.0",
"supabase": "^2.58.5",
"tailwindcss": "^4",
"typescript": "^5"
}
}