-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
88 lines (88 loc) · 2.82 KB
/
package.json
File metadata and controls
88 lines (88 loc) · 2.82 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "fe9-workroot-project",
"version": "1.0.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix",
"test": "echo \"No tests specified\" && exit 0",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"chromatic": "dotenv -e .env npx chromatic",
"postbuild": "next-sitemap"
},
"dependencies": {
"@channel.io/channel-web-sdk-loader": "^2.0.0",
"@hello-pangea/dnd": "^17.0.0",
"@hookform/resolvers": "^3.9.0",
"@lottiefiles/react-lottie-player": "^3.5.4",
"@next/third-parties": "^15.1.2",
"@studio-freight/lenis": "^1.0.42",
"@supabase/supabase-js": "^2.47.10",
"@tanstack/react-query": "^5.59.19",
"axios": "^1.7.7",
"date-fns": "^4.1.0",
"form-data": "^4.0.1",
"framer-motion": "^11.15.0",
"next": "14.2.15",
"next-auth": "^4.24.10",
"next-sitemap": "^4.2.3",
"prettier": "^3.3.3",
"react": "^18",
"react-datepicker": "^7.5.0",
"react-dom": "^18",
"react-hook-form": "^7.53.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.3.0",
"react-intersection-observer": "^9.14.0",
"react-kakao-maps-sdk": "^1.1.27",
"react-responsive": "^10.0.0",
"tailwind-merge": "^2.5.4",
"yet-another-react-lightbox": "^3.21.7",
"zod": "^3.23.8",
"zustand": "^5.0.1"
},
"devDependencies": {
"@chromatic-com/storybook": "^3.2.2",
"@jridgewell/gen-mapping": "^0.3.7",
"@jridgewell/source-map": "^0.3.6",
"@storybook/addon-essentials": "^8.4.4",
"@storybook/addon-interactions": "^8.4.4",
"@storybook/addon-links": "^8.4.7",
"@storybook/addon-onboarding": "^8.4.4",
"@storybook/addon-styling": "^2.0.0",
"@storybook/blocks": "^8.4.4",
"@storybook/builder-vite": "^8.4.5",
"@storybook/nextjs": "^8.4.4",
"@storybook/react": "^8.4.4",
"@storybook/react-vite": "^8.4.4",
"@storybook/test": "^8.4.4",
"@svgr/webpack": "^8.1.0",
"@tanstack/react-query-devtools": "^5.59.20",
"@types/node": "^20",
"@types/react": "^18.3.11",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-datepicker": "^6.2.0",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^8.9.0",
"@typescript-eslint/parser": "^8.9.0",
"@vitejs/plugin-react": "^4.3.3",
"autoprefixer": "^10.4.20",
"chromatic": "^11.20.0",
"dotenv-cli": "^7.4.3",
"eslint": "^8.57.1",
"eslint-config-next": "14.2.15",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-storybook": "^0.11.0",
"kakao.maps.d.ts": "^0.1.40",
"postcss": "^8.4.47",
"prettier-plugin-tailwindcss": "^0.6.8",
"storybook": "^8.4.4",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
"vite": "^5.4.11"
}
}