forked from codeit-FE-15-Part4-Team1/RoamReady
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.05 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 2.05 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
{
"name": "roam-ready",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"type-check": "tsc --noEmit",
"prepare": "lefthook install",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@hookform/resolvers": "5.1.1",
"@storybook/nextjs": "9.1.0",
"@tanstack/react-query": "5.81.5",
"browser-image-compression": "2.0.2",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"dayjs": "1.11.13",
"ky": "1.8.1",
"lucide-react": "0.525.0",
"motion": "12.23.0",
"next": "15.3.5",
"react": "19.0.0",
"react-daum-postcode": "3.2.0",
"react-dom": "19.0.0",
"react-hook-form": "7.60.0",
"tailwind-merge": "3.3.1",
"zod": "3.25.76",
"zustand": "5.0.6"
},
"devDependencies": {
"@chromatic-com/storybook": "4.0.1",
"@commitlint/cli": "19.8.1",
"@commitlint/config-conventional": "19.8.1",
"@eslint/eslintrc": "3",
"@next/eslint-plugin-next": "15.4.5",
"@storybook/addon-a11y": "9.1.0",
"@storybook/addon-docs": "9.1.0",
"@storybook/addon-onboarding": "9.1.0",
"@storybook/addon-vitest": "9.1.0",
"@storybook/nextjs-vite": "^9.1.0",
"@tailwindcss/postcss": "4",
"@types/node": "20",
"@types/react": "19",
"@types/react-dom": "19",
"@vitest/browser": "^3.2.4",
"@vitest/coverage-v8": "^3.2.4",
"eslint": "9",
"eslint-config-next": "15.3.5",
"eslint-config-prettier": "10.1.5",
"eslint-plugin-react-hooks": "5.2.0",
"eslint-plugin-simple-import-sort": "12.1.1",
"eslint-plugin-storybook": "9.1.0",
"eslint-plugin-unused-imports": "4.1.4",
"lefthook": "1.12.0",
"playwright": "^1.54.2",
"prettier": "3.6.2",
"prettier-plugin-tailwindcss": "0.6.13",
"storybook": "9.1.0",
"tailwindcss": "4",
"typescript": "5",
"vitest": "^3.2.4"
},
"volta": {
"node": "22.17.0"
},
"engines": {
"node": ">=20.0.0 <23.0.0"
}
}