-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
58 lines (58 loc) · 1.59 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
{
"name": "fe_mating",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/babel-plugin": "^11.10.6",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@hookform/resolvers": "^3.2.0",
"@mui/icons-material": "^5.14.3",
"@mui/material": "^5.14.5",
"@mui/styles": "^5.14.10",
"@mui/x-date-pickers": "^6.14.0",
"@stomp/stompjs": "^7.0.0",
"@suspensive/react": "^1.20.8",
"@suspensive/react-query": "^1.20.8",
"@tanstack/react-query": "^5.8.2",
"@tanstack/react-query-devtools": "^5.8.2",
"@types/event-source-polyfill": "^1.0.5",
"axios": "^1.3.5",
"cookies-next": "^4.1.1",
"dayjs": "^1.11.10",
"event-source-polyfill": "^1.0.31",
"lottie-react": "^2.4.0",
"next": "13.4.7",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-error-boundary": "^4.0.12",
"react-hook-form": "^7.45.4",
"react-indiana-drag-scroll": "^2.2.0",
"react-kakao-maps-sdk": "^1.1.21",
"sharp": "^0.33.0",
"sockjs-client": "^1.6.1",
"swiper": "^11.1.0",
"yup": "^1.2.0"
},
"devDependencies": {
"@mantine/core": "^7.0.0",
"@mantine/hooks": "^7.0.0",
"@types/node": "20.4.4",
"@types/react": "18.2.15",
"@types/react-dom": "18.2.7",
"eslint": "8.45.0",
"eslint-config-next": "13.4.12",
"kakao.maps.d.ts": "^0.1.39",
"prettier": "^3.2.5",
"react-use": "^17.4.0",
"recoil": "^0.7.7",
"recoil-persist": "^5.1.0",
"typescript": "5.1.6"
}
}