-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.48 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.48 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
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@hookform/resolvers": "^3.9.1",
"@portone/browser-sdk": "^0.0.12",
"@sentry/browser": "^9.0.1",
"@tanstack/react-query": "^5.62.10",
"@types/react-simple-maps": "^3.0.6",
"autoprefixer": "^10.4.20",
"axios": "^1.7.9",
"cookie": "^1.0.2",
"dayjs": "^1.11.13",
"event-source-polyfill": "^1.0.31",
"next": "15.1.2",
"nookies": "^2.5.2",
"nprogress": "^0.2.0",
"postcss": "^8.4.49",
"react": "^18.3.1",
"react-calendar": "^5.1.0",
"react-daum-postcode": "^3.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.54.2",
"react-intersection-observer": "^9.15.1",
"react-simple-maps": "^3.0.0",
"recharts": "^2.15.1",
"socket.io-client": "^4.8.1",
"styled-components": "^6.1.14",
"tailwindcss": "^3.4.17",
"uuid": "^11.0.5",
"zod": "^3.24.1",
"zustand": "^5.0.2"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/event-source-polyfill": "^1.0.5",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@typescript-eslint/eslint-plugin": "^8.21.0",
"@typescript-eslint/parser": "^8.21.0",
"eslint": "^9.18.0",
"eslint-config-next": "15.1.2",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"typescript": "^5"
}
}