forked from woorifisa-projects-3rd/Crews-FE
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1001 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 1001 Bytes
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
{
"name": "crews-fe",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier . --write"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.703.0",
"@aws-sdk/s3-request-presigner": "^3.703.0",
"@radix-ui/react-icons": "^1.3.1",
"@radix-ui/themes": "^3.1.4",
"jwt-decode": "^4.0.0",
"next": "^14.2.17",
"next-auth": "^5.0.0-beta.25",
"react": "^18.3.1",
"react-daum-postcode": "^3.1.3",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.1",
"react-infinite-scroll-component": "^6.1.0",
"swiper": "^11.1.14",
"swr": "^2.2.5",
"zustand": "^5.0.1"
},
"devDependencies": {
"cypress": "^13.16.1",
"eslint": "8.57.1",
"eslint-config-next": "14.1.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react-hooks": "^4.6.2",
"prettier": "^3.2.5"
}
}