-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.01 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.01 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
{
"name": "danum",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write .",
"prepare": "husky && husky install"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.658.1",
"@aws-sdk/s3-request-presigner": "^3.658.1",
"@stomp/stompjs": "^7.0.0",
"@tanstack/react-query": "^5.59.9",
"js-cookie": "^3.0.5",
"jwt-decode": "^4.0.0",
"next": "14.2.10",
"quill": "^2.0.2",
"react": "^18",
"react-dom": "^18",
"react-kakao-maps-sdk": "^1.1.27",
"react-quill": "^2.0.0",
"sockjs-client": "^1.6.1",
"styled-components": "^6.1.12",
"zustand": "^4.5.5"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"eslint": "^8",
"eslint-config-next": "14.2.4",
"husky": "^8.0.0",
"prettier": "^3.3.2"
}
}