forked from beour-team/beour-fe
-
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.75 KB
/
package.json
File metadata and controls
64 lines (64 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
63
64
{
"name": "beour",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@headlessui/react": "^2.2.4",
"@heroicons/react": "^2.2.0",
"@hookform/resolvers": "^5.0.1",
"@mantine/core": "^8.1.2",
"@mantine/dates": "^8.1.2",
"@mantine/hooks": "^8.1.2",
"@mui/material": "^7.2.0",
"@tailwindcss/line-clamp": "^0.4.4",
"@tanstack/react-query": "^5.84.1",
"axios": "^1.11.0",
"daisyui": "^5.0.43",
"date-fns": "^4.1.0",
"dayjs": "^1.11.13",
"framer-motion": "^12.23.12",
"keen-slider": "^6.8.6",
"react": "19.1.1",
"react-datepicker": "^8.3.0",
"react-daum-postcode": "^3.2.0",
"react-day-picker": "^9.8.1",
"react-dom": "19.1.1",
"react-hook-form": "^7.56.3",
"react-hot-toast": "^2.5.2",
"react-icons": "^5.5.0",
"react-kakao-maps-sdk": "^1.1.27",
"react-router-dom": "^7.6.0",
"scheduler": "^0.26.0",
"swiper": "^11.2.10",
"tailwind-scrollbar-hide": "^4.0.0",
"yarn": "^1.22.22",
"zod": "^3.24.4"
},
"devDependencies": {
"@eslint/js": "^9.25.0",
"@types/axios": "^0.14.4",
"@types/node": "^24.0.14",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@vitejs/plugin-react-swc": "^3.9.0",
"autoprefixer": "^10.4.21",
"eslint": "^9.25.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^16.0.0",
"postcss": "^8.5.3",
"tailwindcss": "^3.4.17",
"typescript": "~5.8.3",
"typescript-eslint": "^8.30.1",
"vite": "^6.3.5"
}
}