-
Notifications
You must be signed in to change notification settings - Fork 46
/
package.json
59 lines (59 loc) · 1.75 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"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 --apply .",
"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/mesh-layers": "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:",
"@pnpm/types": "^11.1.0",
"@probe.gl/test-utils": "^3.5.0",
"@svitejs/changesets-changelog-github-compact": "^1.1.0",
"esbuild": "^0.19.5",
"esno": "^4.8.0",
"gray-matter": "^4.0.3",
"tap-spec": "^5.0.0",
"tape": "^5.5.3",
"tape-catch": "^1.0.6",
"tape-run": "^11.0.0",
"typescript": "^5.6.2",
"unbuild": "^2.0.0",
"vite": "^6.0.3"
},
"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`."
},
"pnpm": {
"peerDependencyRules": {
"allowedVersions": {
"esbuild": "*",
"@loaders.gl/core": "3.2"
}
}
},
"packageManager": "[email protected]"
}