-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 915 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
36
37
38
{
"name": "celldega",
"version": "0.6.2",
"type": "module",
"scripts": {
"dev": "npm run build -- --sourcemap=inline --watch",
"build": "node build.js",
"watch": "node build.js --watch",
"lint": "eslint js/ --ignore-pattern js/vendor/"
},
"dependencies": {
"@loaders.gl/core": "^4.2.0",
"@luma.gl/core": "^9.0.12",
"@luma.gl/engine": "^9.0.12",
"@luma.gl/shadertools": "^9.0.12",
"@luma.gl/webgl": "^9.0.12",
"apache-arrow": "15.0.2",
"d3": "^7.9.0",
"deck.gl": "^9.0.12",
"@deck.gl-community/editable-layers": "^9.0.3",
"math.gl": "2.3.3"
},
"devDependencies": {
"@eslint/js": "^9.0.0",
"esbuild": "^0.20.0",
"esbuild-plugin-wasm": "^1.1.0",
"eslint": "^9.0.0",
"globals": "^15.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/broadinstitute/celldega.git"
},
"files": [
"src/celldega/static/*"
],
"main": "src/celldega/static/widget.js"
}