-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
91 lines (73 loc) · 1.68 KB
/
Copy pathpnpm-workspace.yaml
File metadata and controls
91 lines (73 loc) · 1.68 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
autoInstallPeers: true
catalogMode: prefer
cleanupUnusedCatalogs: true
ignoreWorkspaceRootCheck: true
shamefullyHoist: true
shellEmulator: true
packages:
- 'packages-engine/*'
- 'package-integrations/*'
- docs
- playground
- 'examples/*'
overrides:
esbuild: ^0.28.0
vue: catalog:build
catalogs:
build:
'@unocss/preset-icons': ^66.6.8
bumpp: ^11.0.1
rollup: ^4.60.1
tsdown: ^0.21.8
unocss: ^66.6.8
vitepress: ^1.6.4
vue: ^3.5.32
core:
tslib: ^2.8.1
dev-tools:
'@antfu/eslint-config': ^8.2.0
'@codemirror/autocomplete': ^6.20.1
'@codemirror/lang-cpp': ^6.0.3
'@codemirror/language': ^6.12.3
'@codemirror/lint': ^6.9.5
'@codemirror/state': ^6.6.0
'@codemirror/view': ^6.41.0
'@iconify-json/carbon': ^1.2.20
'@iconify-json/simple-icons': ^1.2.78
'@lezer/highlight': ^1.2.3
'@unocss/eslint-plugin': ^66.6.8
codemirror: ^6.0.2
eslint: ^10.2.0
eslint-plugin-format: ^2.0.1
husky: ^9.1.7
lint-staged: ^16.4.0
simple-git: ^3.36.0
vitest: ^4.1.4
docs:
'@types/splitpanes': ^2.2.6
'@unocss/preset-web-fonts': ^66.6.8
splitpanes: ^4.0.4
rendering:
twgl.js: ^7.0.0
shared:
'@vueuse/core': ^14.2.1
lz-string: ^1.5.0
types:
'@types/node': ^25.6.0
'@types/webgl2': ^0.0.12
typescript:
'@typescript/native-preview': latest
tsx: ^4.21.0
typescript: 5.9.3
utils:
'@antfu/ni': ^30.0.0
taze: ^19.11.0
vite:
'@vitejs/plugin-vue': ^6.0.6
unplugin-auto-import: ^21.0.0
unplugin-vue-components: ^32.0.0
vite: ^8.0.8
vite-plugin-inspect: ^12.0.0-beta.1
onlyBuiltDependencies:
- esbuild
strictPeerDependencies: false