-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.85 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.85 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
{
"name": "holo",
"version": "0.1.0",
"private": true,
"scripts": {
"genTypes": "supabase gen types typescript --project-id eqanvaummffjgxyujqru --schema public > src/lib/types/supabase.ts",
"start": "next build && next start",
"dev": "next dev",
"build": "next build",
"lint": "next lint"
},
"dependencies": {
"@hookform/resolvers": "^3.10.0",
"@supabase/auth-helpers-nextjs": "^0.10.0",
"@supabase/ssr": "^0.5.2",
"@supabase/supabase-js": "^2.47.10",
"@tanstack/react-query": "^5.62.15",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"file-saver": "^2.0.5",
"framer-motion": "^12.0.6",
"html-to-image": "^1.11.11",
"next": "14.2.20",
"openai": "^4.77.3",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.54.2",
"react-kakao-maps-sdk": "^1.1.27",
"react-spring-bottom-sheet": "^3.4.1",
"relative-time": "^1.0.0",
"sharp": "^0.33.5",
"swiper": "^11.2.0",
"uuid": "^11.0.5",
"xml2js": "^0.6.2",
"zod": "^3.24.1",
"zustand": "^5.0.2"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^7.0.2",
"@svgr/webpack": "^8.1.0",
"@types/file-saver": "^2.0.7",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/uuid": "^10.0.0",
"@types/xml2js": "^0.4.14",
"autoprefixer": "^10.4.20",
"eslint": "^8",
"eslint-config-next": "14.2.20",
"kakao.maps.d.ts": "^0.1.40",
"postcss": "^8",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"supabase": "^2.2.1",
"tailwindcss": "^3.4.1",
"terser-webpack-plugin": "^5.3.11",
"typescript": "^5",
"webpack-bundle-analyzer": "^4.10.2"
},
"packageManager": "[email protected]+sha512.f95ce356460e05be48d66401c1ae64ef84d163dd689964962c6888a9810865e39097a5e9de748876c2e0bf89b232d583c33982773e9903ae7a76257270986538"
}