forked from hms-dbmi/vizarr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.1 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
{
"name": "@hms-dbmi/vizarr",
"version": "0.3.0",
"dependencies": {
"@hms-dbmi/viv": "^0.12.5",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"deck.gl": "^8.6.7",
"imjoy-rpc": "^0.2.23",
"jotai": "^1.0.0",
"p-map": "^4.0.0",
"quick-lru": "^6.0.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"reference-spec-reader": "^0.1.1",
"zarr": "^0.5.1"
},
"scripts": {
"start": "vite",
"build": "vite build",
"preview": "vite preview",
"export": "npm run check && npm run build",
"format": "prettier --write \"{src,types}/**/*.{js,jsx,ts,tsx}\" vite.config.js",
"lint": "prettier --check \"{src,types}/**/*.{js,jsx,ts,tsx}\" vite.config.js",
"check": "tsc"
},
"prettier": {
"trailingComma": "es5",
"printWidth": 120,
"semi": true,
"singleQuote": true
},
"devDependencies": {
"@danmarshall/deckgl-typings": "^4.3.10",
"@types/node": "^14.14.5",
"@types/react-dom": "^17.0.0",
"@vitejs/plugin-react": "^1.0.1",
"prettier": "^2.2.0",
"typescript": "^4.5.5",
"vite": "^2.5.10"
}
}