-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 1.82 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
{
"name": "course-project-client",
"version": "0.0.1",
"license": "MIT",
"private": true,
"dependencies": {
"@babel/core": "^7.18.5",
"@babel/plugin-syntax-flow": "^7.17.12",
"@babel/plugin-transform-react-jsx": "^7.17.12",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@mui/icons-material": "^5.8.4",
"@mui/lab": "^5.0.0-alpha.94",
"@mui/material": "^5.10.3",
"@mui/x-data-grid": "^5.12.2",
"@mui/x-date-pickers": "^5.0.0-alpha.6",
"axios": "^0.27.2",
"date-fns": "^2.28.0",
"dotenv": "^16.0.2",
"formik": "^2.2.9",
"i18next": "^21.8.16",
"i18next-http-backend": "^1.4.1",
"javascript-time-ago": "^2.5.7",
"mobx": "^6.6.0",
"mobx-persist-store": "^1.0.6",
"mobx-react": "^7.5.0",
"mobx-react-lite": "^3.4.0",
"net": "^1.0.2",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-chat-elements": "^12.0.0",
"react-csv": "^2.2.2",
"react-dom": "^18.2.0",
"react-i18next": "^11.18.3",
"react-router-dom": "^6.3.0",
"react-scripts": "^5.0.1",
"react-toastify": "^9.0.4",
"react-use": "^17.4.0",
"react-wordcloud": "^1.2.7",
"sass": "^1.52.3",
"simplebar-react": "^2.4.1",
"sockjs-client": "^1.6.1",
"stompjs": "^2.3.3",
"stylelint": "^14.9.1",
"stylelint-config-standard-scss": "^4.0.0",
"typescript": "^4.7.4",
"yup": "^0.32.11"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"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"
]
}
}