-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 2.27 KB
/
Copy pathpackage.json
File metadata and controls
86 lines (86 loc) · 2.27 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
{
"name": "@diamondlightsource/davidia",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/DiamondLightSource/davidia.git"
},
"private": false,
"version": "1.1.0",
"type": "module",
"scripts": {
"build": "tsc && vite build",
"lint": "eslint . --report-unused-disable-directives --max-warnings 0",
"lint-fix": "eslint . --report-unused-disable-directives --max-warnings 0 --fix",
"test": "vitest",
"docs": "typedoc --out ../../typedocs src"
},
"files": [
"dist"
],
"exports": {
".": "./src/index.ts"
},
"publishConfig": {
"exports": {
".": "./dist/index.js",
"types": "./dist/index.d.ts",
"./index.css": "./dist/index.css"
}
},
"dependencies": {
"@msgpack/msgpack": "^3.1.3",
"@react-hookz/web": "^25.2.0",
"@visx/drag": "^3.12.0",
"afterframe": "^1.0.2",
"buffer": "^6.0.3",
"cwise": "^1.0.10",
"d3-array": "^3.2.4",
"d3-format": "^3.1.2",
"d3-scale": "^4.0.2",
"ndarray-concat-rows": "^1.0.1",
"ndarray-linspace": "^2.0.3",
"ndarray-tile": "^1.0.3",
"ndarray-unsqueeze": "^1.0.3",
"react-colorful": "^5.8.0",
"react-draggable": "^4.7.0",
"react-icons": "^5.7.0",
"react-select": "^5.10.2",
"react-use-websocket": "^4.13.0",
"websocket": "^1.0.35"
},
"peerDependencies": {
"@h5web/lib": "^16.0.0",
"@react-three/drei": "^9.122.0",
"@react-three/fiber": "^8.18.0",
"ndarray": "^1.0.19",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"react-toastify": "^11.0.5",
"three": "0.182.0"
},
"devDependencies": {
"@h5web/lib": "^17.0.0",
"@react-three/drei": "^9.122.0",
"@react-three/fiber": "^8.18.0",
"@types/cwise": "^1.0.7",
"@types/d3-array": "^3.2.2",
"@types/d3-format": "^3.0.4",
"@types/d3-random": "^3.0.4",
"@types/d3-scale": "^4.0.9",
"@types/ndarray": "^1.0.14",
"@types/react": "^18.3.31",
"@types/react-dom": "^18.3.7",
"@types/three": "^0.185.1",
"@types/websocket": "^1.0.10",
"d3-random": "^3.0.1",
"ndarray": "^1.0.19",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-toastify": "^11.1.0",
"three": "0.182.0",
"typedoc": "^0.28.20",
"vite-plugin-dts": "^4.5.4",
"vitest": "^4.1.10"
}
}