-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.2 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.2 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
{
"name": "dogaja-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@flaticon/flaticon-uicons": "^3.3.1",
"@types/jsdom": "^21.1.7",
"axios": "^1.7.9",
"date-fns": "^4.1.0",
"firebase": "^11.1.0",
"isomorphic-dompurify": "^2.19.0",
"next": "^14.2.20",
"next-auth": "^4.24.11",
"prettier": "^3.4.2",
"quill-image-resize": "^3.0.9",
"react": "^18.3.1",
"react-date-range": "^2.0.1",
"react-datepicker": "^7.5.0",
"react-dom": "^18.3.1",
"react-hook-form": "^7.54.2",
"react-icons": "^5.4.0",
"react-kakao-maps-sdk": "^1.1.27",
"react-quill": "^2.0.0",
"react-toastify": "^11.0.0",
"socket.io": "^4.8.1",
"socket.io-client": "^4.8.1",
"zustand": "^5.0.2"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9.17.0",
"eslint-plugin-react": "^7.37.2",
"globals": "^15.13.0",
"postcss": "^8",
"tailwindcss": "^3.4.17",
"typescript": "^5",
"typescript-eslint": "^8.18.1"
}
}