-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
123 lines (123 loc) · 4.12 KB
/
package.json
File metadata and controls
123 lines (123 loc) · 4.12 KB
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"private": true,
"name": "medomics-platform",
"description": "MEDomics platform",
"version": "1.8.0",
"author": "MEDomicsLab Team",
"main": "app/background.js",
"repository": "https://github.com/MEDomicsLab/MEDomics",
"scripts": {
"dev": "nextron",
"dev:linux": "bash ./utilScripts/go_build.sh && nextron ",
"build": "nextron build",
"build:linux": "bash ./utilScripts/build_preparation_linux.sh && nextron build --linux",
"build:win": ".\\utilScripts\\build_preparation_win.bat && nextron build --win",
"build:mac": "bash ./utilScripts/build_preparation_mac.sh && nextron build --mac",
"publish:linux": "bash ./utilScripts/build_preparation_linux.sh && nextron build --linux --publish always",
"publish:win": ".\\utilScripts\\build_preparation_win.bat && nextron build --win --publish always",
"publish:mac": "nextron build --mac --publish always"
},
"dependencies": {
"@blueprintjs/core": "^5.3.0",
"@blueprintjs/select": "^5.0.14",
"@blueprintjs/table": "^5.0.12",
"@codesmith-99/react-file-preview": "^1.0.33",
"@khalidalansi/use-interval": "^1.0.3",
"@monaco-editor/react": "^4.7.0",
"@popperjs/core": "^2.11.6",
"@react-three/drei": "^9.86.0",
"@react-three/fiber": "^8.14.3",
"@superset-ui/embedded-sdk": "^0.1.3",
"@tanstack/react-table": "^8.9.3",
"@xterm/addon-fit": "^0.10.0",
"@xterm/addon-search": "^0.15.0",
"@xterm/addon-web-links": "^0.11.0",
"@xterm/xterm": "^5.5.0",
"ace-builds": "^1.24.1",
"axios": "^1.3.3",
"bootstrap-icons": "^1.11.1",
"csv": "^6.3.3",
"csv-parser": "^3.0.0",
"d3": "^7.8.5",
"decompress": "^4.2.1",
"directory-tree": "^3.5.1",
"echarts": "^5.4.3",
"echarts-for-react": "^3.0.2",
"electron-extension-installer": "^1.2.0",
"electron-loading": "^0.3.0",
"electron-log": "^5.3.0",
"electron-serve": "^1.1.0",
"electron-store": "^8.1.0",
"electron-updater": "^6.3.9",
"eslint-config-next": "^13.5.3",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-prettier": "^5.2.3",
"file-saver": "^2.0.5",
"flexlayout-react": "^0.7.7",
"html-react-parser": "^3.0.12",
"html5-file-selector": "^2.1.0",
"install": "^0.13.0",
"interweave": "^13.1.0",
"ipynb-editor": "^1.1.0",
"jimp": "^0.22.10",
"jquery-csv": "^1.0.21",
"lodash": "^4.17.21",
"mongodb": "^6.6.2",
"node-pty": "1.2.0-beta.11",
"mongodb-client-encryption": "^6.1.0",
"node-sys": "^1.2.4",
"papaparse": "^5.4.1",
"primeicons": "^7.0.0",
"primereact": "^9.6.2",
"prismjs": "^1.29.0",
"react-ace": "^14.0.1",
"react-bootstrap-icons": "^1.10.3",
"react-bootstrap-sidebar-menu": "^2.0.3",
"react-complex-tree": "^2.2.2",
"react-contexify": "^6.0.0",
"react-csv-reader": "^4.0.0",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.47.0",
"react-icons": "5.4.0",
"react-iframe": "^1.8.5",
"react-loading": "^2.0.3",
"react-native-uuid": "^2.0.1",
"react-plotly.js": "^2.6.0",
"react-popper": "^2.3.0",
"react-query": "^3.39.3",
"react-resizable-panels": "^0.0.51",
"react-responsive": "^10.0.1",
"react-select": "^5.7.2",
"react-simple-editlabel": "^1.0.2",
"react-simple-tree-menu": "^1.1.18",
"react-switch": "^7.0.0",
"react-syntax-highlighter": "^15.6.1",
"react-toastify": "^9.1.1",
"react-tooltip": "^5.10.0",
"react-zoom-pan-pinch": "^3.1.0",
"reactflow": "^11.5.6",
"three": "^0.156.1",
"uuid": "^13.0.0",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.0/xlsx-0.20.0.tgz",
"zip-local": "^0.3.5"
},
"devDependencies": {
"@babel/eslint-parser": "^7.23.3",
"@electron/notarize": "^2.5.0",
"@electron/osx-sign": "^2.0.0",
"@next/eslint-plugin-next": "^14.0.2",
"bootstrap": "^5.2.3",
"bootswatch": "^5.2.3",
"dotenv": "^16.4.7",
"electron": "^21.4.4",
"electron-builder": "^26.0.11",
"eslint": "^8.44.0",
"eslint-plugin-react": "^7.32.2",
"next": "^13.5.3",
"nextron": "^8.5.0",
"prettier": "^3.4.2",
"react": "^18.2.0",
"react-bootstrap": "^2.7.1",
"react-dom": "^18.2.0"
}
}