|
4 | 4 | "description": "", |
5 | 5 | "main": "index.js", |
6 | 6 | "scripts": { |
7 | | - "start": "echo \"Error: no test specified\" && exit 1", |
| 7 | + "start": "webpack server", |
8 | 8 | "dev": "webpack server", |
9 | 9 | "test": "jest --watchAll=false", |
10 | 10 | "build": "webpack build", |
|
74 | 74 | "@emotion/styled": "^11.10.4", |
75 | 75 | "@fortawesome/fontawesome-svg-core": "^6.4.2", |
76 | 76 | "@fortawesome/free-regular-svg-icons": "^6.4.2", |
| 77 | + "@fortawesome/free-solid-svg-icons": "^6.2.0", |
77 | 78 | "@fortawesome/react-fontawesome": "^0.2.0", |
78 | 79 | "@heroicons/react": "^1.0.6", |
79 | 80 | "@hookform/resolvers": "^3.3.0", |
| 81 | + "@mui/icons-material": "^6.1.1", |
80 | 82 | "@mui/material": "^5.10.11", |
81 | 83 | "@mui/x-date-pickers": "^5.0.6", |
82 | 84 | "@testing-library/jest-dom": "^5.16.5", |
|
89 | 91 | "bootstrap": "^5.2.2", |
90 | 92 | "browser": "^0.2.6", |
91 | 93 | "date-fns": "^2.29.3", |
| 94 | + "dayjs": "^1.11.6", |
92 | 95 | "dotenv": "^16.0.3", |
93 | 96 | "express": "^4.21.0", |
94 | 97 | "flowbite": "^1.5.3", |
|
97 | 100 | "googleapis": "^126.0.1", |
98 | 101 | "graphql": "^16.6.0", |
99 | 102 | "graphql-request": "^5.1.0", |
| 103 | + "html2canvas": "^1.4.1", |
100 | 104 | "icons": "^1.0.0", |
101 | 105 | "jest": "^29.1.2", |
102 | 106 | "jest-environment-jsdom": "^29.1.2", |
103 | 107 | "joi": "^17.10.2", |
104 | 108 | "jquery": "^3.6.1", |
| 109 | + "jspdf": "^2.5.2", |
105 | 110 | "jwt-decode": "^3.1.2", |
106 | 111 | "mini-css-extract-plugin": "^2.6.1", |
107 | 112 | "moment": "^2.29.4", |
|
123 | 128 | "react-scripts": "^5.0.1", |
124 | 129 | "react-select": "^5.7.4", |
125 | 130 | "react-table": "^7.8.0", |
126 | | - "react-toastify": "^9.1.3", |
| 131 | + "react-toastify": "^9.0.8", |
| 132 | + "redux": "^4.2.0", |
127 | 133 | "redux-devtools-extension": "^2.13.9", |
128 | 134 | "redux-state-sync": "^3.1.4", |
129 | 135 | "redux-thunk": "^2.4.1", |
|
0 commit comments