-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.91 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.91 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
65
66
67
68
69
{
"name": "moving-fe",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev -p 3001",
"build": "next build",
"start": "next start",
"lint": "next lint",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"image": "node src/utils/generateImgSrc.js"
},
"dependencies": {
"@ebay/nice-modal-react": "^1.2.13",
"@hookform/resolvers": "^3.9.1",
"@sentry/nextjs": "^8.48.0",
"@tanstack/react-query": "^5.61.4",
"@tanstack/react-query-devtools": "^5.61.4",
"@types/react-swipeable": "^4.3.0",
"axios": "^1.7.8",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"framer-motion": "^11.11.17",
"lucide-react": "^0.461.0",
"next": "^15.1.3",
"react": "^18.3.1",
"react-datepicker": "^7.5.0",
"react-daum-postcode": "^3.1.3",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.2",
"react-hot-toast": "^2.4.1",
"react-intersection-observer": "^9.13.1",
"react-modal": "^3.16.1",
"react-swipeable": "^7.0.2",
"sweetalert2": "^11.15.3",
"tailwind-scrollbar": "^3.1.0",
"zod": "^3.23.8",
"zustand": "^5.0.2"
},
"devDependencies": {
"@chromatic-com/storybook": "^3.2.2",
"@storybook/addon-docs": "^8.4.5",
"@storybook/addon-essentials": "^8.4.5",
"@storybook/addon-interactions": "^8.4.5",
"@storybook/addon-onboarding": "^8.4.5",
"@storybook/blocks": "^8.4.5",
"@storybook/nextjs": "^8.4.5",
"@storybook/react": "^8.4.5",
"@storybook/test": "^8.4.5",
"@types/node": "^20",
"@types/react": "^18.3.12",
"@types/react-dom": "^18",
"@types/react-modal": "^3.16.3",
"msw": "^2.6.8",
"postcss": "^8.4.49",
"storybook": "^8.4.5",
"tailwind-merge": "^2.5.5",
"tailwindcss": "^3.4.1",
"typescript": "^5"
},
"msw": {
"workerDirectory": [
"public"
]
}
}