File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ const {
19
19
20
20
21
21
// The splash screen is what appears while the app is loading
22
- // const { initSplashScreen, OfficeTemplate } = require('electron-splashscreen');
22
+ const { initSplashScreen, OfficeTemplate } = require ( 'electron-splashscreen' ) ;
23
23
const { resolve } = require ( 'app-root-path' ) ;
24
24
25
25
// to install react dev tool extension
Original file line number Diff line number Diff line change 142
142
"localforage" : " ^1.7.2" ,
143
143
"lodash" : " ^4.17.20" ,
144
144
"node-fetch" : " ^2.6.0" ,
145
- "npm" : " ^7.6.0" ,
146
145
"passport" : " ^0.4.1" ,
147
146
"passport-github2" : " ^0.1.12" ,
148
147
"prettier" : " ^1.19.1" ,
169
168
"@emotion/styled" : " ^11.6.0" ,
170
169
"@material-ui/core" : " ^4.12.3" ,
171
170
"@material-ui/icons" : " ^4.11.2" ,
171
+ "@mui/material" : " ^5.2.8" ,
172
+ "@mui/styled-engine-sc" : " ^5.1.0" ,
172
173
"@mui/x-data-grid" : " ^5.2.1" ,
173
174
"@testing-library/jest-dom" : " ^5.11.5" ,
174
175
"@testing-library/react" : " ^10.4.6" ,
206
207
"nodemon" : " ^2.0.15" ,
207
208
"react" : " ^17.0.2" ,
208
209
"react-ace" : " ^9.5.0" ,
210
+ "react-dom" : " ^17.0.2" ,
209
211
"style-loader" : " ^0.20.3" ,
212
+ "styled-components" : " ^5.3.3" ,
210
213
"supertest" : " ^4.0.2" ,
211
214
"ts-jest" : " ^25.5.1" ,
212
215
"ts-node" : " ^8.10.2" ,
You can’t perform that action at this time.
0 commit comments