forked from hyewon-han/baple
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.45 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
{
"name": "baple",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@nextui-org/react": "^2.2.9",
"@reduxjs/toolkit": "^2.0.1",
"@supabase/supabase-js": "^2.39.2",
"@tanstack/react-query": "^5.17.9",
"@tanstack/react-query-devtools": "^5.17.9",
"@toast-ui/react-editor": "^3.2.3",
"axios": "^1.6.5",
"browser-image-compression": "^2.0.2",
"framer-motion": "^10.17.9",
"iconoir-react": "^7.3.0",
"lodash": "^4.17.21",
"next": "14.0.4",
"next-themes": "^0.2.1",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.49.3",
"react-icons": "^5.0.1",
"react-intersection-observer": "^9.5.3",
"react-kakao-maps-sdk": "^1.1.24",
"react-quill": "^2.0.0",
"react-redux": "^9.0.4",
"react-responsive": "^9.0.2",
"react-toastify": "^9.1.3",
"sharp": "^0.33.3",
"sweetalert2": "^11.10.3",
"swiper": "^11.0.5",
"tailwindcss": "^3.4.1",
"type-fest": "^4.9.0",
"use-local-storage": "^3.0.0"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@types/lodash": "^4.14.202",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"kakao.maps.d.ts": "^0.1.39",
"postcss": "^8",
"typescript": "^5"
}
}