-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
99 lines (99 loc) · 3.01 KB
/
package.json
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
{
"name": "minerva-core-ui",
"version": "1.0.0-alpha.1",
"description": "A microscopy viewer for non-experts",
"scripts": {
"demo": "vite",
"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",
"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": {
"@deck.gl/core": "^8.9.36",
"@deck.gl/extensions": "^8.9.36",
"@deck.gl/geo-layers": "^8.9.36",
"@deck.gl/layers": "^8.9.36",
"@deck.gl/mesh-layers": "^8.9.36",
"@deck.gl/react": "^8.9.36",
"@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",
"@hms-dbmi/viv": "^0.15.1",
"@loaders.gl/core": "^4.2.2",
"@loaders.gl/gltf": "^4.2.2",
"@loaders.gl/images": "^4.2.2",
"@luma.gl/constants": "^8.5.21",
"@luma.gl/core": "^8.5.21",
"@luma.gl/engine": "^8.5.21",
"@luma.gl/gltools": "^8.5.21",
"@luma.gl/shadertools": "^8.5.21",
"@luma.gl/webgl": "^8.5.21",
"@math.gl/core": "^4.0.1",
"@math.gl/web-mercator": "^4.0.1",
"@types/wicg-file-system-access": "^2023.10.5",
"geotiff": "^2.1.3",
"gl-matrix": "^3.4.3",
"idb-keyval": "^6.2.1",
"lensing": "https://github.com/jessupjs/lensing/tarball/f800a9d67155db599f8054922cb6d45b673fe5c9",
"minerva-author-ui": "2.0.0-beta.48",
"openseadragon": "^4.1.1",
"prop-types": "^15.8.1",
"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": "^9.0.1",
"react-textarea-autosize": "^8.5.3"
},
"devDependencies": {
"@babel/core": "^7.24.9",
"@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": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"@vitejs/plugin-react": "^4.3.1",
"@vivjs/types": "^0.15.1",
"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": "^5.5.3",
"typescript-json-schema": "^0.64.0",
"typescript-plugin-styled-components": "^3.0.0",
"vite": "^5.3.4",
"vite-plugin-mkcert": "^1.17.5"
},
"resolutions": {
"styled-components": "^5"
}
}