-
Notifications
You must be signed in to change notification settings - Fork 63
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 2.05 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) · 2.05 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
{
"name": "@vivjs/monorepo",
"version": "0.14.2",
"author": "Ilan Gold",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/hms-dbmi/viv.git"
},
"bugs": {
"url": "https://github.com/hms-dbmi/viv/issues"
},
"homepage": "https://github.com/hms-dbmi/viv#readme",
"scripts": {
"dev": "pnpm -r dev",
"build": "pnpm -r --parallel build",
"clean": "pnpm -r exec -- rm -rf node_modules",
"test": "pnpm -r --parallel test",
"fix": "biome check --write .",
"version": "node ./scripts/version.mjs",
"publish": "pnpm build && pnpm changeset publish"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@changesets/cli": "^2.27.10",
"@deck.gl/extensions": "catalog:",
"@deck.gl/core": "catalog:",
"@deck.gl/geo-layers": "catalog:",
"@deck.gl/layers": "catalog:",
"@deck.gl/mesh-layers": "catalog:",
"@deck.gl/react": "catalog:",
"@deck.gl/widgets": "catalog:",
"@deck.gl/test-utils": "catalog:",
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
"@luma.gl/test-utils": "catalog:",
"@luma.gl/constants": "catalog:",
"@luma.gl/core": "catalog:",
"@luma.gl/engine": "catalog:",
"@luma.gl/shadertools": "catalog:",
"@luma.gl/webgl": "catalog:",
"@luma.gl/webgpu": "catalog:",
"@pnpm/types": "^11.1.0",
"@probe.gl/test-utils": "^4.1.1",
"@shaderfrog/glsl-parser": "^6.1.0",
"@svitejs/changesets-changelog-github-compact": "^1.1.0",
"esbuild": "^0.25.0",
"esno": "^4.8.0",
"gray-matter": "^4.0.3",
"jsdom": "^29.1.0",
"puppeteer": "^24.43.0",
"typescript": "^5.6.2",
"unbuild": "^2.0.0",
"vite": "^8.0.12",
"vitest": "^4.1.5",
"vitest-canvas-mock": "^1.1.4"
},
"devDependenciesMeta": {
"@esbuild-plugins/node-globals-polyfill": "Necessary to run `tape` with browser-like `tape-run`.",
"@esbuild-plugins/node-modules-polyfill": "Necessary to run `tape` with browser-like `tape-run`."
},
"packageManager": "pnpm@11.7.0"
}