-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.55 KB
/
package.json
File metadata and controls
84 lines (84 loc) · 2.55 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
{
"name": "fe",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host 0.0.0.0",
"prebuild": "node scripts/generate-sitemap.mjs",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"test": "jest",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"dev:all": "concurrently \"npm run dev\" \"npm run storybook\""
},
"dependencies": {
"@reduxjs/toolkit": "^2.6.1",
"@tailwindcss/line-clamp": "^0.4.4",
"@tanstack/react-query": "^5.74.0",
"@tanstack/react-query-devtools": "^5.74.0",
"axios": "^1.10.0",
"browser-image-compression": "^2.0.2",
"classnames": "^2.5.1",
"dayjs": "^1.11.13",
"dotenv": "^16.5.0",
"framer-motion": "^12.23.12",
"mixpanel-browser": "^2.67.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-ga4": "^2.1.0",
"react-helmet-async": "^2.0.5",
"react-kakao-maps": "^0.0.13",
"react-kakao-maps-sdk": "^1.1.27",
"react-redux": "^9.2.0",
"react-router-dom": "^7.5.0",
"react-use": "^17.6.0",
"swiper": "^11.2.8",
"tailwind-scrollbar-hide": "^2.0.0",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@eslint/js": "^9.21.0",
"@rushstack/eslint-config": "^4.3.0",
"@storybook/addon-essentials": "^8.6.12",
"@storybook/addon-interactions": "^8.6.12",
"@storybook/addon-onboarding": "^8.6.12",
"@storybook/blocks": "^8.6.12",
"@storybook/react": "^8.6.12",
"@storybook/react-vite": "^8.6.12",
"@storybook/test": "^8.6.12",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.6.1",
"@types/jest": "^29.5.14",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.21",
"concurrently": "^9.1.2",
"eslint": "^8.57.1",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.19",
"eslint-plugin-storybook": "^0.12.0",
"globals": "^15.15.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"json5": "^2.2.3",
"kakao.maps.d.ts": "^0.1.40",
"postcss": "^8.5.3",
"prettier": "^3.5.3",
"rollup-plugin-visualizer": "^6.0.4",
"sitemap": "^8.0.0",
"storybook": "^8.6.12",
"tailwindcss": "^3.4.1",
"terser": "^5.44.0",
"ts-jest": "^29.3.2",
"ts-node": "^10.9.2",
"typescript": "~5.7.2",
"typescript-eslint": "^8.24.1",
"vite": "^6.2.0",
"vite-plugin-svgr": "^4.3.0"
}
}