-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
90 lines (90 loc) · 2.16 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
{
"name": "personalized-learning-platform",
"version": "3.0.0",
"private": true,
"author": "HCMwUS",
"description": "",
"repository": {
"type": "git",
"url": ""
},
"dependencies": {
"@date-io/date-fns": "^1.3.13",
"@devexpress/dx-react-chart": "^4.0.3",
"@devexpress/dx-react-chart-material-ui": "^4.0.3",
"@emotion/cache": "11.4.0",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@fullcalendar/core": "^6.1.4",
"@fullcalendar/daygrid": "^6.1.4",
"@fullcalendar/react": "^6.1.4",
"@material-ui/pickers": "^3.3.10",
"@mui/icons-material": "5.1.1",
"@mui/material": "^5.9.2",
"@mui/styled-engine": "5.1.1",
"@mui/styles": "^5.2.0",
"@testing-library/jest-dom": "5.11.4",
"@testing-library/react": "11.1.0",
"@testing-library/user-event": "12.1.10",
"apexcharts": "^3.30.0",
"axios": "^1.3.4",
"chroma-js": "2.1.2",
"date-fns": "^2.29.3",
"dayjs": "^1.11.7",
"eslint": "^7.11.0",
"google": "^2.1.0",
"jwt-decode": "^3.1.2",
"lodash-es": "^4.17.21",
"mobx": "^6.8.0",
"mobx-react": "^7.6.0",
"mobx-react-lite": "^3.4.0",
"node": "^19.6.1",
"openai": "^3.2.1",
"primereact": "^9.2.0",
"prop-types": "15.7.2",
"react": "17.0.2",
"react-apexcharts": "^1.4.0",
"react-calendar": "^4.0.0",
"react-countup": "5.2.0",
"react-dom": "17.0.2",
"react-flatpickr": "3.10.7",
"react-github-btn": "1.2.1",
"react-icons": "^4.3.1",
"react-loading-spin": "^2.1.9",
"react-router-dom": "5.2.0",
"react-scripts": "^4.0.3",
"reactjs-popup": "^2.0.5",
"stylis": "4.0.10",
"stylis-plugin-rtl": "2.1.0",
"uuid": "8.3.2",
"web-vitals": "1.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"install:clean": "rm -rf node_modules/ && rm -rf package-lock.json && npm install && npm start"
},
"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"
]
},
"engines": {
"node": "16.x"
}
}