-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
98 lines (96 loc) · 2.51 KB
/
pnpm-workspace.yaml
File metadata and controls
98 lines (96 loc) · 2.51 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
packages:
- "tools/test"
- "tools/scripts"
- "tools/bench"
- "packages/client"
- "tools/esbuild-plugin"
- "packages/viewer-datagrid"
- "packages/viewer-d3fc"
- "packages/viewer-openlayers"
- "packages/workspace"
- "packages/jupyterlab"
- "packages/react"
- "packages/cli"
- "rust/metadata"
- "rust/perspective"
- "rust/perspective-js"
- "rust/perspective-viewer"
- "rust/perspective-python"
- "rust/perspective-server"
- "examples/*"
- "docs"
catalog:
# Dependencies
"@d3fc/d3fc-chart": "5.1.9"
"@d3fc/d3fc-element": "6.2.0"
"@jupyter-widgets/base": ">2 <7"
"@jupyterlab/application": ">2 <5"
"@lumino/application": "<3"
"@lumino/widgets": "<3"
"chroma-js": ">=3 <4"
"d3-array": ">=3"
"d3-color": ">=3.1"
"d3-selection": ">=3"
"d3-svg-legend": ">=2"
"d3": "^7.9.0"
"d3fc": "^15.2.13"
"ol": "^5.3.2"
"pro_self_extracting_wasm": "0.0.9"
"react-dom": "^18"
"react": "^18"
"regular-table": "=0.7.1"
"stoppable": "=1.1.0"
"ws": "^8.17.0"
# Dev Dependencies
"@fontsource/roboto-mono": "4.5.10"
"@iarna/toml": "3.0.0"
"@jupyterlab/builder": "^4"
"@playwright/experimental-ct-react": "=1.52.0"
"@playwright/test": "=1.52.0"
"@prospective.co/procss": "0.1.17"
"@types/d3": "^7.4.3"
"@types/lodash": "^4.17.20"
"@types/node": ">=22"
"@types/react-dom": "^18"
"@types/react": "^18"
"@types/stoppable": ">=1"
"@types/ws": ">=8"
"@types/chroma-js": "^3.1.2"
"@zip.js/zip.js": "^2.7.54"
"apache-arrow": "18.1.0"
"arraybuffer-loader": ">=1.0.8 <2"
"auto-changelog": "^2.5.0"
"chalk": ">=5"
"commander": ">=14 <15"
"copy-webpack-plugin": "~12"
"css-loader": ">=7 <8"
"dotenv": ">=17"
"esbuild": "^0.25.5"
"express-ws": ">=5 <6"
"express": ">=5 <6"
"fs-extra": ">=11 <12"
"glob-gitignore": "^1.0.15"
"gradient-parser": ">=1 <2"
"html-webpack-plugin": ">=5 <6"
"http-server": "^14.1.1"
"husky": ">=9"
"inquirer": ">=12 <13"
"less": "^4.1.0"
"lodash": "^4.17.20"
"microtime": ">=3 <4"
"mkdirp": "^0.5.6"
"moment": "^2.30.1"
"npm-run-all": "^4.1.5"
"octokit": "^1.8.1"
"prettier": ">=3 <4"
"puppeteer": ">=24"
"style-loader": ">=4 < 5"
"superstore-arrow": "3.2.0"
"tar": "^7.4.3"
"tsx": "^4.20.3"
"typedoc": "^0.28.7"
"typescript": ">=5 <6"
"vite": ">=6 <7"
"webpack-cli": ">=5 <6"
"webpack": ">=5 <6"
"zx": ">=8 <9"