-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.78 KB
/
Copy pathpackage.json
File metadata and controls
64 lines (64 loc) · 1.78 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
{
"name": "tekcit-front",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^7.0.0",
"@fortawesome/react-fontawesome": "^0.2.3",
"@hookform/resolvers": "^3.10.0",
"@portone/browser-sdk": "^0.1.0",
"@stomp/stompjs": "^7.1.1",
"@tanstack/react-query": "^5.85.3",
"axios": "^1.11.0",
"date-fns": "^4.1.0",
"firebase": "^12.2.1",
"framer-motion": "^12.23.12",
"lucide-react": "^0.544.0",
"pdfjs-dist": "^5.4.149",
"react": "^19.1.0",
"react-datepicker": "^8.4.0",
"react-daum-postcode": "^3.2.0",
"react-day-picker": "^9.9.0",
"react-dom": "^19.1.0",
"react-hook-form": "^7.62.0",
"react-icons": "^5.5.0",
"react-qr-code": "^2.0.18",
"react-router-dom": "^7.8.1",
"react-swipeable": "^7.0.2",
"react-zxing": "^2.1.0",
"sockjs-client": "^1.6.1",
"swiper": "^12.0.1",
"zod": "^3.25.76",
"zustand": "^5.0.7"
},
"devDependencies": {
"@eslint/js": "^9.30.1",
"@types/node": "^24.3.0",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@types/sockjs-client": "^1.5.4",
"@vitejs/plugin-react": "^4.7.0",
"autoprefixer": "^10.4.21",
"eslint": "^9.33.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"global": "^4.4.0",
"globals": "^16.3.0",
"postcss": "^8.5.6",
"prettier": "^3.6.2",
"tailwindcss": "^3.4.1",
"typescript": "~5.8.3",
"typescript-eslint": "^8.35.1",
"vite": "^7.0.4"
}
}