-
-
Notifications
You must be signed in to change notification settings - Fork 434
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
48 lines (39 loc) · 1019 Bytes
/
pnpm-workspace.yaml
File metadata and controls
48 lines (39 loc) · 1019 Bytes
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
packages:
- .
- cli
- docs
ignoreDepScripts: true
ignoreWorkspaceRootCheck: true
allowBuilds:
'@resvg/resvg-js': true
'better-sqlite3': true
'sharp@0.34.5': true
'@parcel/watcher': false
'core-js': false
'esbuild': false
'unrs-resolver': false
'vue-demi': false
overrides:
sharp: 0.34.5
vite: npm:@voidzero-dev/vite-plus-core@0.1.12
vitest: npm:@voidzero-dev/vite-plus-test@0.1.12
storybook: ^10.3.1
packageExtensions:
'@nuxt/scripts':
dependencies:
estree-walker: ^3.0.3
'unplugin-vue-markdown':
peerDependencies:
'vite': '^2.0.0 || ^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0 || ^6.0.0 || ^7.0.0 || ^8.0.0'
patchedDependencies:
'@jsr/deno__doc@0.189.1': patches/@jsr__deno__doc@0.189.1.patch
savePrefix: ''
shellEmulator: true
catalogs:
storybook:
'@storybook-vue/nuxt': '9.0.1'
'@storybook/addon-a11y': '^10.3.1'
'@storybook/addon-docs': '^10.3.1'
'@storybook/addon-themes': '^10.3.1'
'storybook': '^10.3.1'
'storybook-i18n': '^10.1.1'