-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.19 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.19 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
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
{
"name": "course_application_management",
"homepage": "http://localhost:8080",
"version": "0.1.0",
"private": true,
"dependencies": {
"@actbase/react-daum-postcode": "^1.0.0",
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/free-regular-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"@ramonak/react-excel": "^1.0.1",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"@toast-ui/react-calendar": "^1.0.5",
"@toast-ui/react-editor": "3.0.2",
"axios": "^0.21.1",
"bootstrap": "^5.0.2",
"dayjs": "^1.10.6",
"history": "4.10.1",
"jquery": "^3.6.0",
"prop-types": "^15.7.2",
"query-string": "^7.0.1",
"rc-drawer": "^4.4.0",
"react": "^17.0.2",
"react-bootstrap": "^1.6.1",
"react-datalist-field": "^20.3.1",
"react-datalist-input": "^2.2.1",
"react-datepicker": "^4.2.0",
"react-daum-postcode": "^2.0.6",
"react-dom": "^17.0.2",
"react-excel-renderer": "^1.1.0",
"react-google-login": "5.2.2",
"react-js-pagination": "^3.0.3",
"react-loading": "2.0.3",
"react-multiple-image-uploader": "1.0.3",
"react-native-smtp-mailer": "1.2.5",
"react-page-scroller": "^2.2.1",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"react-slick": "0.28.1",
"slick-carousel": "1.8.1",
"swiper": "^6.8.1",
"tui-calendar": "^1.13.1",
"web-vitals": "^1.1.2",
"webpack": "4.44.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"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": {
"cross-env": "^7.0.3",
"file-saver": "^2.0.5",
"xlsx": "^0.17.1"
}
}