-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
62 lines (62 loc) · 1.76 KB
/
package.json
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
52
53
54
55
56
57
58
59
60
61
62
{
"name": "ode-seoul-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@flaticon/flaticon-uicons": "^2.2.0",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-brands-svg-icons": "^6.4.0",
"@fortawesome/free-regular-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mui/material": "^5.13.2",
"@tanstack/react-query-devtools": "^4.29.11",
"@types/axios": "^0.14.0",
"@types/kakao-js-sdk": "^1.39.1",
"@types/node": "18.16.3",
"@types/react": "18.2.5",
"@types/react-bootstrap": "^0.32.32",
"@types/react-dom": "18.2.3",
"@types/react-slick": "^0.23.10",
"autoprefixer": "10.4.14",
"axios": "^1.4.0",
"cors": "^2.8.5",
"eslint": "8.39.0",
"eslint-config-next": "13.3.4",
"next": "13.3.4",
"postcss": "8.4.23",
"react": "^18.2.0",
"react-calendar": "^4.2.1",
"react-dom": "18.2.0",
"react-hook-form": "^7.43.9",
"react-icons": "^4.8.0",
"react-query": "^3.39.3",
"react-router": "^6.11.2",
"react-router-dom": "^6.11.2",
"react-scrollama": "^2.3.2",
"react-slick": "^0.29.0",
"react-spinners": "^0.13.8",
"recoil": "^0.7.7",
"slick-carousel": "^1.8.1",
"styled-components": "^5.3.10",
"tailwindcss": "3.3.2",
"text-encoding-utf-8": "^1.0.2",
"typescript": "5.0.4"
},
"resolutions": {
"@types/react": "18.2.5"
},
"devDependencies": {
"@emotion/babel-plugin": "^11.11.0",
"@svgr/webpack": "^8.0.1",
"@types/cors": "^2.8.13"
}
}