-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
86 lines (86 loc) · 2.45 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
{
"name": "study-with-me-fe",
"version": "0.1.0",
"description": "여기서 구해볼래? 프론트엔드 프로젝트입니다",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"repository": {
"type": "git",
"url": "https://github.com/kgu-capstone/study-with-me-fe.git"
},
"dependencies": {
"@ckeditor/ckeditor5-build-classic": "^37.1.0",
"@ckeditor/ckeditor5-core": "^37.1.0",
"@ckeditor/ckeditor5-react": "^6.0.0",
"@emotion/css": "^11.10.8",
"@emotion/react": "^11.10.8",
"@emotion/styled": "^11.10.8",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-brands-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.12.2",
"@mui/styled-engine-sc": "^5.12.0",
"@mui/x-date-pickers": "^6.3.0",
"@react-oauth/google": "latest",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@toast-ui/editor": "^3.2.2",
"@yaireo/tagify": "^4.17.8",
"apexcharts": "^3.40.0",
"axios": "^1.3.4",
"bootstrap": "^5.2.3",
"boring-avatars": "^1.7.0",
"date-fns": "^2.30.0",
"dayjs": "^1.11.7",
"draft-js": "^0.11.7",
"eslint-config-react-app": "^7.0.1",
"html-react-parser": "^3.0.16",
"image-extensions": "^1.1.0",
"is-hotkey": "^0.2.0",
"is-url": "^1.2.4",
"jquery": "^3.6.4",
"moment": "^2.29.4",
"node-sass": "^8.0.0",
"react": "^18.2.0",
"react-apexcharts": "^1.4.0",
"react-bootstrap": "^2.7.4",
"react-datepicker": "^4.11.0",
"react-day-picker": "^8.7.1",
"react-dom": "^18.2.0",
"react-draft-wysiwyg": "^1.15.0",
"react-intersection-observer": "^9.4.3",
"react-router": "^6.10.0",
"react-router-dom": "^6.10.0",
"react-scripts": "5.0.1",
"recharts": "^2.6.2",
"sass": "^1.62.1",
"slate-history": "^0.93.0",
"styled-components": "^5.3.10",
"web-vitals": "^2.1.4"
},
"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"
]
}
}