forked from codeit-globalnomad/globalnomad
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.21 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 2.21 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
{
"name": "globalnomad",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build --output-dir ./storybook-static",
"chromatic": "npx chromatic --project-token=chpt_c40e30f577a69fc"
},
"dependencies": {
"@hookform/resolvers": "^4.1.3",
"@tanstack/react-query": "^5.67.2",
"@types/kakao-js-sdk": "^1.39.5",
"axios": "^1.8.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"dayjs": "^1.11.13",
"es-toolkit": "^1.33.0",
"framer-motion": "^12.6.3",
"kakao-js-sdk": "^1.2.3",
"lodash.isequal": "^4.5.0",
"next": "15.2.1",
"react": "^19.0.0",
"react-calendar": "^5.1.0",
"react-datepicker": "^8.2.1",
"react-device-detect": "^2.2.3",
"react-dom": "^19.0.0",
"react-hook-form": "^7.54.2",
"react-toastify": "^11.0.5",
"swiper": "^11.2.6",
"tailwind-merge": "^3.0.2",
"yet-another-react-lightbox": "^3.21.8",
"zod": "^3.24.2"
},
"devDependencies": {
"@chromatic-com/storybook": "^3.2.5",
"@eslint/eslintrc": "^3",
"@storybook/addon-essentials": "^8.6.4",
"@storybook/addon-onboarding": "^8.6.4",
"@storybook/blocks": "^8.6.4",
"@storybook/experimental-addon-test": "^8.6.4",
"@storybook/experimental-nextjs-vite": "^8.6.4",
"@storybook/nextjs": "^8.6.4",
"@storybook/react": "^8.6.4",
"@storybook/test": "^8.6.4",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-calendar": "^3.9.0",
"@types/react-datepicker": "^7.0.0",
"@types/react-dom": "^19",
"@vitest/browser": "^3.0.8",
"@vitest/coverage-v8": "^3.0.8",
"eslint": "^9",
"eslint-config-next": "15.2.1",
"eslint-plugin-storybook": "^0.11.4",
"kakao.maps.d.ts": "^0.1.40",
"playwright": "^1.51.0",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"storybook": "^8.6.4",
"tailwindcss": "^4",
"typescript": "^5",
"vitest": "^3.0.8"
},
"eslintConfig": {
"extends": [
"plugin:storybook/recommended"
]
}
}