-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
74 lines (71 loc) · 1.92 KB
/
pnpm-workspace.yaml
File metadata and controls
74 lines (71 loc) · 1.92 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
packages:
- packages/*
allowBuilds:
canvas: false
esbuild: true
sharp: true
catalog:
'@commitlint/cli': '^20.5.0'
'@commitlint/config-conventional': '^20.5.0'
'@commitlint/types': '^20.5.0'
'@cspell/dict-npm': '^5.2.38'
'@delta-comic/core': '^2.0.2'
'@delta-comic/db': '^2.0.2'
'@delta-comic/model': '^2.0.2'
'@delta-comic/plugin': '^2.0.2'
'@delta-comic/request': '^2.0.2'
'@delta-comic/ui': '^2.0.2'
'@delta-comic/utils': '^2.0.2'
'@delta-comic/vite': '^2.0.2'
'@pinia/colada': '^1.1.0'
'@semantic-release/changelog': '^6.0.3'
'@semantic-release/git': '^10.0.1'
'@semantic-release/github': '^12.0.6'
'@semantic-release/release-notes-generator': '^14.1.0'
'@tailwindcss/vite': '^4.2.2'
'@types/node': '^25.5.2'
'@vicons/antd': '^0.13.0'
'@vicons/material': '^0.13.0'
'@vitejs/plugin-vue': '^6.0.5'
'@vitejs/plugin-vue-jsx': '^5.1.5'
'@vueuse/core': '^14.2.1'
'browserslist': '^4.28.2'
'commitlint-plugin-cspell': '^0.8.0'
'crypto-es': '^3.1.3'
'cspell': '^10.0.0'
'dayjs': '^1.11.20'
'delta-comic-plugin-layout': 'github:delta-comic/delta-comic-plugin-layout'
dompurify: ^3.3.3
es-toolkit: ^1.45.1
'ky': '^2.0.0'
'lightningcss': '^1.32.0'
'msw': '^2.12.14'
'naive-ui': '^2.44.1'
'semantic-release': '^25.0.3'
'tailwindcss': '^4.2.2'
'typescript': '^6.0.2'
'unplugin-vue-components': '32.0.0'
'vant': '^4.9.24'
vite: npm:@voidzero-dev/vite-plus-core@^0.1.18
'vite-plugin-external': '^6.2.2'
'vite-plugin-monkey': '^7.1.9'
'vite-plugin-wasm': '^3.6.0'
vite-plus: ^0.1.18
vitest: npm:@voidzero-dev/vite-plus-test@0.1.18
'vue': '^3.5.32'
'vue-component-type-helpers': '^3.2.6'
'vue-draggable-plus': '^0.6.1'
'vue-router': '^5.0.4'
'zod': '^4.3.6'
onlyBuiltDependencies:
- delta-comic-plugin-layout
overrides:
vite: 'catalog:'
vitest: 'catalog:'
peerDependencyRules:
allowAny:
- vite
- vitest
allowedVersions:
vite: '*'
vitest: '*'