-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
177 lines (177 loc) · 6.39 KB
/
package.json
File metadata and controls
177 lines (177 loc) · 6.39 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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
{
"name": "minerva-core-ui",
"version": "1.0.0-alpha.5",
"description": "A microscopy viewer for non-experts",
"scripts": {
"prepare": "lefthook install",
"dev": "vite --mode development",
"demo": "vite --mode demo",
"pages": "tsc && vite build",
"schema": "typescript-json-schema -o 'schema/generic.schema.json' 'src/config/generic.ts' Config",
"format": "prettier --ignore-path .eslintignore --write .",
"build": "rm -rf build && tsc -b",
"preview": "vite build && vite preview --port 2021",
"lint": "eslint src"
},
"type": "module",
"main": "build/main.js",
"types": "build/main.d.ts",
"author": "John T. Hoffer",
"repository": "github:labsyspharm/minerva-core-ui",
"license": "MIT",
"exports": {
".": "./build/main.js"
},
"files": [
"build"
],
"keywords": [
"microscopy",
"proteomics",
"react"
],
"dependencies": {
"@arrow-js/core": "^1.0.0-alpha.10",
"@deck.gl/core": "9.1.11",
"@deck.gl/extensions": "9.1.11",
"@deck.gl/geo-layers": "9.1.11",
"@deck.gl/layers": "9.1.11",
"@deck.gl/mesh-layers": "9.1.11",
"@deck.gl/react": "9.1.11",
"@deck.gl/widgets": "9.1.11",
"@fontsource/overpass": "^5.0.18",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@haxtheweb/a11y-collapse": "9.0.7",
"@haxtheweb/d-d-d": "^9.0.7",
"@haxtheweb/es-global-bridge": "^9.0.7",
"@haxtheweb/lrndesign-chart": "^9.0.7",
"@haxtheweb/simple-colors": "^9.0.7",
"@haxtheweb/simple-icon": "^9.0.7",
"@hms-dbmi/viv": "github:simonwarchol/viv#8673f95a0cf5a5da01c3b6b7b8c13579b944a134&path:packages/main",
"@lit/reactive-element": "^2.0.4",
"@loaders.gl/3d-tiles": "3.4.13",
"@loaders.gl/core": "3.4.13",
"@loaders.gl/gis": "3.4.13",
"@loaders.gl/gltf": "3.4.13",
"@loaders.gl/images": "3.4.13",
"@loaders.gl/loader-utils": "3.4.13",
"@loaders.gl/mvt": "3.4.13",
"@loaders.gl/schema": "3.4.13",
"@loaders.gl/terrain": "3.4.13",
"@loaders.gl/textures": "3.4.13",
"@loaders.gl/tiles": "3.4.13",
"@luma.gl/constants": "9.1.9",
"@luma.gl/core": "9.1.9",
"@luma.gl/engine": "9.1.9",
"@luma.gl/gltf": "9.1.9",
"@luma.gl/shadertools": "9.1.9",
"@luma.gl/webgl": "9.1.9",
"@math.gl/core": "^4.1.0",
"@math.gl/web-mercator": "^4.1.0",
"@tanstack/react-router": "^1.168.21",
"@types/wicg-file-system-access": "^2023.10.5",
"@ui5/webcomponents": "2.2.0",
"@uiw/react-color": "^2.9.6",
"@uiw/react-md-editor": "^4.0.11",
"@vaadin/form-layout": "^24.4.3",
"@vaadin/text-field": "^24.4.3",
"@vivjs/constants": "github:simonwarchol/viv#8673f95a0cf5a5da01c3b6b7b8c13579b944a134&path:packages/constants",
"dcmjs": "^0.41.0",
"dexie": "^4.4.2",
"foobar-ipsum": "^1.0.3",
"geotiff": "2.1.4-beta.0",
"gl-matrix": "^3.4.3",
"idb-keyval": "^6.2.1",
"lefthook": "^2.1.1",
"lensing": "https://github.com/jessupjs/lensing/tarball/f800a9d67155db599f8054922cb6d45b673fe5c9",
"lzw-tiff-decoder": "^0.1.1",
"npm": "^11.5.2",
"onnxruntime-web": "^1.24.1",
"openseadragon": "^4.1.1",
"polygon-clipping": "^0.15.7",
"prop-types": "^15.8.1",
"prosemirror-commands": "^1.5.2",
"prosemirror-history": "^1.4.1",
"prosemirror-keymap": "^1.2.2",
"prosemirror-markdown": "^1.13.0",
"prosemirror-schema-list": "^1.4.1",
"prosemirror-state": "^1.4.3",
"prosemirror-transform": "^1.9.0",
"prosemirror-view": "^1.33.9",
"react": "^18.3.1",
"react-bootstrap": "^2.10.4",
"react-color": "^2.19.3",
"react-datalist-input": "^3.2.1",
"react-dom": "^18.3.1",
"react-input-range": "^1.3.0",
"react-is": "^18.3.1",
"react-markdown": "^10.1.0",
"react-textarea-autosize": "^8.5.3",
"stable-hash": "^0.0.6",
"vite-plugin-standard-css-modules": "^0.0.11",
"vite-plugin-svgr": "^4.3.0",
"web-dialog": "^0.0.11",
"zod": "^3.25.76",
"zustand": "^5.0.8"
},
"devDependencies": {
"@babel/core": "^7.24.9",
"@biomejs/biome": "2.3.14",
"@types/core-js": "^2.5.8",
"@types/node": "^20.14.11",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^8.33.1",
"@typescript-eslint/parser": "^8.33.1",
"@vitejs/plugin-react": "^4.3.1",
"@vivjs/types": "github:simonwarchol/viv#8673f95a0cf5a5da01c3b6b7b8c13579b944a134&path:packages/types",
"eslint": "^9.7.0",
"eslint-plugin-react": "^7.34.4",
"path-vars": "^1.0.0",
"prettier": "^3.3.3",
"react-lorem-ipsum": "^1.4.10",
"react-refresh": "^0.14.2",
"styled-components": "^6.1.12",
"ts-node": "^10.9.2",
"type-fest": "^4.22.1",
"typescript": "^6.0.3",
"typescript-json-schema": "^0.64.0",
"typescript-plugin-styled-components": "^3.0.0",
"vite": "^5.3.4",
"vite-plugin-mkcert": "^1.17.5",
"vite-plugin-static-copy": "^3.3.0"
},
"resolutions": {
"styled-components": "^5"
},
"pnpm": {
"overrides": {
"@vivjs/constants": "github:simonwarchol/viv#8673f95a0cf5a5da01c3b6b7b8c13579b944a134&path:packages/constants",
"@vivjs/extensions": "github:simonwarchol/viv#8673f95a0cf5a5da01c3b6b7b8c13579b944a134&path:packages/extensions",
"@vivjs/layers": "github:simonwarchol/viv#8673f95a0cf5a5da01c3b6b7b8c13579b944a134&path:packages/layers",
"@vivjs/loaders": "github:simonwarchol/viv#8673f95a0cf5a5da01c3b6b7b8c13579b944a134&path:packages/loaders",
"@vivjs/viewers": "github:simonwarchol/viv#8673f95a0cf5a5da01c3b6b7b8c13579b944a134&path:packages/viewers",
"@vivjs/views": "github:simonwarchol/viv#8673f95a0cf5a5da01c3b6b7b8c13579b944a134&path:packages/views",
"@vivjs/types": "github:simonwarchol/viv#8673f95a0cf5a5da01c3b6b7b8c13579b944a134&path:packages/types",
"math.gl": "^4.1.0",
"@math.gl/core": "^4.1.0",
"@math.gl/web-mercator": "^4.1.0",
"@math.gl/culling": "^4.1.0",
"@deck.gl/core": "9.1.11",
"@deck.gl/extensions": "9.1.11",
"@deck.gl/geo-layers": "9.1.11",
"@deck.gl/layers": "9.1.11",
"@deck.gl/mesh-layers": "9.1.11",
"@deck.gl/react": "9.1.11",
"@deck.gl/widgets": "9.1.11",
"@luma.gl/constants": "9.1.9",
"@luma.gl/core": "9.1.9",
"@luma.gl/engine": "9.1.9",
"@luma.gl/gltf": "9.1.9",
"@luma.gl/shadertools": "9.1.9",
"@luma.gl/webgl": "9.1.9"
}
}
}