-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.65 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.65 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
{
"name": "gurumong",
"private": true,
"version": "0.0.0",
"type": "module",
"engines": {
"node": ">=20.19.0",
"npm": ">=10.8.0"
},
"scripts": {
"dev": "vite --host 0.0.0.0",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"prettier": "prettier --write ."
},
"dependencies": {
"@radix-ui/react-dialog": "^1.1.14",
"@suspensive/react": "^3.3.0",
"@suspensive/react-query": "^3.3.0",
"@tailwindcss/vite": "^4.1.11",
"@tanstack/react-query": "^5.81.5",
"@vapor-ui/core": "^0.3.0",
"axios": "^1.10.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.525.0",
"qr-scanner": "^1.4.2",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-kakao-maps-sdk": "^1.2.0",
"react-router-dom": "^7.6.3",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^4.1.11",
"vaul": "^1.1.2",
"xlsx": "^0.18.5",
"zustand": "^5.0.6"
},
"devDependencies": {
"@eslint/js": "^9.30.1",
"@types/node": "^24.0.12",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@vapor-ui/icons": "^0.1.0",
"@vitejs/plugin-react": "^4.6.0",
"csv-parser": "^3.2.0",
"eslint": "^9.30.1",
"eslint-plugin-prettier": "^5.5.1",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.3.0",
"msw": "^2.10.3",
"prettier": "^3.6.2",
"tw-animate-css": "^1.3.5",
"typescript": "~5.8.3",
"typescript-eslint": "^8.35.1",
"vite": "^7.0.3",
"vite-tsconfig-paths": "^5.1.4"
},
"msw": {
"workerDirectory": [
"public"
]
}
}