-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
107 lines (107 loc) · 3.34 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"name": "mimbaplus",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --watch"
},
"dependencies": {
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-brands-svg-icons": "^6.4.0",
"@fortawesome/free-regular-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@hookform/resolvers": "^3.1.1",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.13.4",
"@mui/styled-engine-sc": "^5.12.0",
"@mui/x-charts": "^6.0.0-alpha.12",
"@mui/x-data-grid": "^6.8.0",
"@mui/x-date-pickers": "^6.12.0",
"@popperjs/core": "^2.11.8",
"@react-google-maps/api": "^2.18.1",
"@react-pdf/renderer": "^3.1.12",
"@reduxjs/toolkit": "^1.9.5",
"@tanstack/react-query": "^4.29.13",
"@tanstack/react-query-devtools": "^4.29.13",
"@testing-library/user-event": "^14.4.3",
"@types/jsonwebtoken": "^9.0.2",
"@vespaiach/axios-fetch-adapter": "^0.3.1",
"axios": "^0.27.2",
"bootstrap": "^5.3.0",
"chart.js": "^3.9.1",
"classnames": "^2.3.2",
"cookie": "^0.5.0",
"cookies-next": "^2.1.1",
"dayjs": "^1.11.9",
"html2canvas": "^1.4.1",
"js-cookie": "^3.0.5",
"jsonwebtoken": "^9.0.0",
"jspdf": "^2.5.1",
"next": "^13.4.4",
"nookies": "^2.5.2",
"nprogress": "^0.2.0",
"react": "^18.2.0",
"react-bootstrap": "^2.7.4",
"react-chartjs-2": "^4.3.1",
"react-dom": "^18.2.0",
"react-google-charts": "^4.0.1",
"react-hook-form": "^7.44.3",
"react-paginate": "^8.2.0",
"react-pdf": "^7.3.3",
"react-redux": "^8.0.7",
"react-resize-detector": "^7.1.2",
"react-select": "^5.7.4",
"recharts": "^2.7.3",
"sharp": "^0.32.1",
"styled-components": "6.0.0-rc.3",
"sweetalert2": "^11.7.12",
"swr": "^2.1.5",
"yup": "^1.2.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/react-hooks": "^8.0.1",
"@types/cookie": "^0.5.1",
"@types/enzyme": "^3.10.13",
"@types/enzyme-to-json": "^1.5.4",
"@types/jest": "^29.5.2",
"@types/js-cookie": "^3.0.3",
"@types/node": "^18.16.16",
"@types/nprogress": "^0.2.0",
"@types/react": "^18.2.8",
"@types/react-bootstrap": "^0.32.32",
"@types/react-dom": "^18.2.4",
"@types/react-resize-detector": "^6.1.0",
"@types/react-test-renderer": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"enzyme": "^3.11.0",
"enzyme-to-json": "^3.6.2",
"eslint": "^8.42.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-next": "^13.4.4",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"json-server": "^0.17.3",
"msw": "^1.2.2",
"react-test-renderer": "^18.2.0",
"sass": "^1.62.1",
"ts-jest": "^29.1.0",
"typescript": "^5.1.3",
"webpack-cli": "^5.1.4"
}
}