forked from naebaecam-react-05-final-a02/final-project
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.9 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.9 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
{
"name": "week13-health-care",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"gen": "npx supabase gen types --lang=typescript --project-id abijrjpibayqrzanhqcq --schema public > src/types/supabase.ts"
},
"dependencies": {
"@emailjs/nodejs": "^4.0.4",
"@smakss/react-scroll-direction": "^4.2.0",
"@supabase/ssr": "^0.4.0",
"@supabase/supabase-js": "^2.44.4",
"@tailwindcss/typography": "^0.5.14",
"@tanstack/react-query": "^5.51.11",
"@tanstack/react-query-devtools": "^5.51.1",
"@tiptap/extension-character-count": "^2.5.9",
"@tiptap/extension-highlight": "^2.5.9",
"@tiptap/extension-image": "^2.5.9",
"@tiptap/extension-placeholder": "^2.5.9",
"@tiptap/extension-typography": "^2.5.9",
"@tiptap/react": "^2.5.9",
"@tiptap/starter-kit": "^2.5.9",
"axios": "^1.7.2",
"class-variance-authority": "^0.7.0",
"date-fns": "^3.6.0",
"dayjs": "^1.11.12",
"dompurify": "^3.1.6",
"framer-motion": "^11.3.24",
"lodash": "^4.17.21",
"next": "14.2.5",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.2.1",
"react-intersection-observer": "^9.13.0",
"react-loading-skeleton": "^3.4.0",
"react-masonry-css": "^1.0.16",
"recharts": "^2.13.0-alpha.4",
"sass": "^1.77.8",
"sharp": "^0.33.4",
"swiper": "^11.1.9",
"uuid": "^10.0.0",
"zustand": "^4.5.4"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@types/dompurify": "^3.0.5",
"@types/lodash": "^4.17.7",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/use-sync-external-store": "^0.0.6",
"@types/uuid": "^10.0.0",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"postcss": "^8",
"supabase": "^1.183.5",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}