-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 2.24 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
{
"name": "rms-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@mui/material": "^5.10.5",
"@mui/x-date-pickers": "^5.0.2",
"@reduxjs/toolkit": "^1.8.6",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.2",
"@types/material-ui": "^0.21.12",
"@types/node": "^16.11.57",
"@types/react": "^18.0.18",
"@types/react-dom": "^18.0.6",
"@webcomponents/i2cwebcomponents": "^1.0.0-beta.10",
"axios": "^0.27.2",
"bootstrap": "^5.2.1",
"datepicker": "^0.0.0",
"dayjs": "^1.11.5",
"emotion": "^11.0.0",
"env-cmd": "^10.1.0",
"eslint": "8.22.0",
"highcharts-react-official": "^3.1.0",
"i18next": "^21.9.1",
"i18next-browser-languagedetector": "^6.1.5",
"i18next-http-backend": "^1.4.1",
"iconsax-react": "^0.0.8",
"jwt-decode": "^3.1.2",
"next": "13.0.2",
"react": "18.2.0",
"react-bootstrap": "^2.5.0",
"react-calendar-timeline": "^0.28.0",
"react-cookie": "^4.1.1",
"react-date-range": "^1.4.0",
"react-datepicker": "^4.8.0",
"react-dom": "18.2.0",
"react-i18next": "^11.18.6",
"react-paginate": "^8.1.3",
"react-redux": "^8.0.4",
"react-router-dom": "^6.3.0",
"react-scripts": "5.0.1",
"react-table": "^7.8.0",
"react-table-sticky": "^1.1.3",
"react-tooltip": "^4.5.1",
"redux": "^4.2.0",
"redux-saga": "^1.2.1",
"save": "^2.9.0",
"serve": "^14.0.1",
"simplebar-react": "^2.4.3",
"store": "^2.0.12",
"styled-components": "^5.3.6",
"typescript": "^4.8.2",
"web-vitals": "^2.1.4"
},
"devDependencies": {
"@types/node": "18.11.9",
"@types/react": "18.0.24",
"@types/react-calendar-timeline": "^0.26.7",
"@types/react-date-range": "^1.4.4",
"@types/react-datepicker": "^4.8.0",
"@types/react-dom": "18.0.8",
"eslint": "8.22.0",
"eslint-config-next": "13.0.2",
"typescript": "4.8.4"
}
}