-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.75 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.75 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
{
"name": "myteam",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@heroui/react": "^2.7.2",
"@heroui/skeleton": "^2.2.10",
"@heroui/spinner": "^2.2.10",
"@heroui/system": "^2.4.10",
"@heroui/theme": "^2.4.9",
"@hookform/error-message": "^2.0.1",
"@mui/icons-material": "^6.4.4",
"@tanstack/react-query": "^5.62.3",
"@tanstack/react-query-devtools": "^5.69.0",
"@tiptap/extension-color": "^2.11.5",
"@tiptap/extension-horizontal-rule": "^2.11.5",
"@tiptap/extension-image": "^2.11.5",
"@tiptap/extension-link": "^2.11.5",
"@tiptap/extension-placeholder": "^2.11.5",
"@tiptap/extension-text-style": "^2.11.5",
"@tiptap/extension-underline": "^2.11.5",
"@tiptap/extension-youtube": "^2.11.5",
"@tiptap/react": "^2.11.5",
"@tiptap/starter-kit": "^2.11.5",
"axios": "^1.7.9",
"badwords-ko": "^1.0.4",
"cheerio": "^1.0.0",
"date-fns": "^4.1.0",
"dompurify": "^3.2.6",
"framer-motion": "^12.5.0",
"html-react-parser": "^5.2.2",
"jsdom": "^26.1.0",
"jwt-decode": "^4.0.0",
"link-preview-js": "^2.1.3",
"lucide-react": "^0.474.0",
"next": "15.1",
"open-graph": "^0.1.5",
"react": "^19.0.0",
"react-datepicker": "^8.4.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.54.0",
"zustand": "^5.0.3"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^8",
"eslint-config-next": "15.0.4",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}