forked from CodIN-INU/front-end
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.33 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.33 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
{
"name": "front-end",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"analyze": "ANALYZE=true next build"
},
"dependencies": {
"@stomp/stompjs": "^7.0.0",
"@tanstack/react-query": "^5.66.0",
"@types/lodash": "^4.17.15",
"@types/navermaps": "^3.9.1",
"axios": "^1.7.7",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"debug": "^4.4.0",
"lodash": "^4.17.21",
"lucide-react": "^0.537.0",
"next": "^15.0.7",
"react": "^19.2.3",
"react-datepicker": "^7.6.0",
"react-dom": "^19.2.3",
"react-icons": "^5.3.0",
"react-select": "^5.10.1",
"react-server-dom-parcel": "^19.2.3",
"react-server-dom-turbopack": "^19.2.3",
"react-server-dom-webpack": "^19.2.3",
"react-signature-canvas": "^1.1.0-alpha.2",
"react-time-picker": "^7.0.0",
"socket.io-client": "^4.8.1",
"sockjs-client": "^1.6.1",
"websocket": "^1.0.35",
"zustand": "^5.0.8"
},
"devDependencies": {
"webpack": "^5.98.0",
"@next/bundle-analyzer": "^16.1.6",
"@svgr/webpack": "^8.1.0",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.20",
"postcss": "^8.5.1",
"tailwindcss": "^3.4.17",
"typescript": "^5"
}
}