-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.13 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.13 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
{
"name": "chamssal",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@hookform/error-message": "^2.0.1",
"@mui/icons-material": "^5.10.15",
"@mui/material": "^5.10.12",
"@types/react-daum-postcode": "^1.6.1",
"@types/react-router-dom": "^5.3.3",
"axios": "^1.2.1",
"classnames": "^2.3.2",
"next": "12.3.1",
"nprogress": "^0.2.0",
"react": "18.2.0",
"react-daum-postcode": "^3.1.1",
"react-dom": "18.2.0",
"react-hook-form": "^7.39.1",
"react-icons": "^4.7.1",
"react-query": "^3.39.2",
"react-responsive": "^9.0.0",
"react-router": "^6.4.5",
"recoil": "^0.7.6",
"remove": "^0.1.5",
"sass": "^1.55.0",
"swiper": "^8.4.5"
},
"devDependencies": {
"@types/node": "18.11.5",
"@types/nprogress": "^0.2.0",
"@types/react": "18.0.22",
"@types/react-dom": "18.0.7",
"eslint": "8.26.0",
"eslint-config-next": "12.3.1",
"typescript": "4.8.4"
}
}