-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 1007 Bytes
/
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
{
"name": "spacewalk",
"author": "Douglass Turner",
"license": "MIT",
"version": "7.0.0",
"description": "3D Visualization App for Super Resolution Imaging",
"repository": {
"type": "git",
"url": "https://github.com/igvteam/spacewalk"
},
"bugs": {
"url": "https://github.com/igvteam/spacewalk/issues"
},
"scripts": {
"dev": "vite --force",
"build": "vite build",
"preview": "vite preview",
"start": "http-server -a localhost dist"
},
"devDependencies": {
"btoa": "^1.2.1",
"chroma-js": "^2.4.2",
"data-modal": "github:igvteam/data-modal#v1.6.0",
"hdf5-indexed-reader": "github:jrobinso/hdf5-indexed-reader#v0.5.4",
"http-server": "^14.0.0",
"igv": "github:igvteam/igv.js#spacewalk",
"igv-utils": "github:igvteam/igv-utils#v1.5.8",
"juicebox.js": "github:igvteam/juicebox.js#spacewalk",
"node-fetch": "^3.3.0",
"sass": "^1.80.4",
"three": "^0.161.0",
"vanilla-picker": "^2.12.1",
"vite": "^5.4.10"
}
}