File tree 2 files changed +135
-3165
lines changed
2 files changed +135
-3165
lines changed Original file line number Diff line number Diff line change 7
7
"dev" : " webpack serve --mode=development" ,
8
8
"build" : " webpack build --mode=production"
9
9
},
10
- "dependencies" : {
10
+ "dependencies" : {},
11
+ "devDependencies" : {
12
+ "comlink" : " ^4.3.0" ,
13
+ "debounce-promise" : " ^3.1.2" ,
11
14
"@types/debounce-promise" : " ^3.1.3" ,
12
15
"@types/react" : " ^17.0.3" ,
13
16
"@types/react-dom" : " ^17.0.3" ,
14
17
"@types/react-plotly.js" : " ^2.2.4" ,
15
18
"@types/react-select" : " ^4.0.14" ,
16
19
"@types/sql.js" : " ^1.4.2" ,
17
- "comlink" : " ^4.3.0" ,
18
- "debounce-promise" : " ^3.1.2" ,
19
- "mobx" : " ^6.2.0" ,
20
- "mobx-react" : " ^7.1.0" ,
21
- "plotly.js" : " ^1.58.4" ,
22
- "react" : " ^17.0.2" ,
23
- "react-dom" : " ^17.0.2" ,
24
- "react-plotly.js" : " ^2.5.1" ,
25
- "react-select" : " ^4.3.0"
26
- },
27
- "devDependencies" : {
28
20
"ts-loader" : " ^8.1.0" ,
29
21
"ts-node" : " ^9.1.1" ,
30
22
"typescript" : " ^4.3.0-dev.20210331" ,
You can’t perform that action at this time.
0 commit comments