forked from MoiM-Project/moim_front
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
93 lines (93 loc) · 2.4 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "moim_front",
"version": "0.1.0",
"private": true,
"dependencies": {
"@actbase/react-daum-postcode": "^1.0.4",
"@date-io/jalaali": "^2.16.1",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@fortawesome/fontawesome-svg-core": "^6.2.0",
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@fullcalendar/core": "^5.11.3",
"@fullcalendar/daygrid": "^5.11.3",
"@fullcalendar/interaction": "^5.11.3",
"@fullcalendar/react": "^5.11.3",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.61",
"@mui/icons-material": "^5.10.9",
"@mui/material": "^5.10.13",
"@mui/x-date-pickers": "^5.0.8",
"@stomp/stompjs": "^6.1.2",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^13.0.0",
"@testing-library/user-event": "^13.2.1",
"@yaireo/tagify": "^4.16.4",
"autoprefixer": "^10.4.13",
"axios": "^1.1.3",
"bootstrap": "^5.2.2",
"bootstrap-icons": "^1.10.2",
"date-fns": "^2.29.3",
"dayjs": "^1.11.6",
"fullcalendar": "^5.11.3",
"jwt-decode": "^3.1.2",
"moment": "^2.29.4",
"moment-jalaali": "^0.9.6",
"query-string": "^7.1.1",
"react": "^18.2.0",
"react-big-calendar": "^1.5.2",
"react-calendar": "^4.0.0",
"react-daum-postcode": "^3.1.1",
"react-dom": "^18.2.0",
"react-geocode": "^0.2.3",
"react-icons": "^4.6.0",
"react-js-pagination": "^3.0.3",
"react-kakao-maps-sdk": "^1.1.5",
"react-redux": "^8.0.5",
"react-router-dom": "^6.4.3",
"react-scripts": "5.0.1",
"react-scroll": "^1.8.8",
"react-slick": "^0.29.0",
"react-stomp": "^5.1.0",
"react-swipeable-views": "^0.14.0",
"recharts": "^2.1.16",
"redux": "^4.2.0",
"slick-carousel": "^1.8.1",
"sockjs-client": "^1.6.1",
"stompjs": "^2.3.3",
"styled-components": "^5.3.6",
"web-vitals": "^2.1.0",
"websocket": "^1.0.34"
},
"proxy": "http://localhost:9000",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"eslint-config-react-app": "^7.0.1",
"prettier": "2.7.1"
}
}