-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
127 lines (120 loc) · 3.38 KB
/
Copy pathpnpm-workspace.yaml
File metadata and controls
127 lines (120 loc) · 3.38 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
packages:
- ./
- playground/
allowUnusedPatches: true
catalog:
'@alanscodelog/commitlint-config': ^3.1.2
'@alanscodelog/eslint-config': ^6.3.2
'@alanscodelog/semantic-release-config': ^6.0.2
'@alanscodelog/tsconfigs': ^6.3.0
'@alanscodelog/utils': ^6.6.1
'@alanscodelog/vite-config': ^0.0.7
'@commitlint/cli': ^20.1.0
'@iconify/json': ^2.2.462
'@faker-js/faker': ^10.0.0
'@nuxt/eslint-config': ^1.11.0
'@nuxt/kit': ^4.2.1
'@nuxt/module-builder': ^1.0.2
'@nuxt/schema': ^4.2.1
'@nuxt/types': ^2.18.1
'@playwright/test': '=1.60.0'
'@rollup/plugin-dynamic-import-vars': ^2.1.5
'@tailwindcss/cli': ^4.1.17
'@tailwindcss/vite': ^4.1.17
'@testing-library/vue': ^8.1.0
'@tiptap/core': ^3.22.3
'@tiptap/extensions': ^3.22.3
'@tiptap/extension-blockquote': ^3.22.3
'@tiptap/extension-bold': ^3.22.3
'@tiptap/extension-code': ^3.22.3
'@tiptap/extension-code-block': ^3.22.3
'@tiptap/extension-code-block-lowlight': ^3.22.3
'@tiptap/extension-collaboration': ^3.22.3
'@tiptap/extension-dropcursor': ^3.22.3
'@tiptap/extension-gapcursor': ^3.22.3
'@tiptap/extension-hard-break': ^3.22.3
'@tiptap/extension-heading': ^3.22.3
'@tiptap/extension-highlight': ^3.22.3
'@tiptap/extension-history': ^3.22.3
'@tiptap/extension-image': ^3.22.3
'@tiptap/extension-italic': ^3.22.3
'@tiptap/extension-link': ^3.22.3
'@tiptap/extension-paragraph': ^3.22.3
'@tiptap/extension-strike': ^3.22.3
'@tiptap/extension-subscript': ^3.22.3
'@tiptap/extension-superscript': ^3.22.3
'@tiptap/extension-table': ^3.22.3
'@tiptap/extension-table-cell': ^3.22.3
'@tiptap/extension-table-header': ^3.22.3
'@tiptap/extension-table-row': ^3.22.3
'@tiptap/extension-text': ^3.22.3
'@tiptap/extension-underline': ^3.22.3
'@tiptap/extension-text-align': ^3.22.3
'@tiptap/html': ^3.22.3
'@tiptap/pm': ^3.22.3
'@tiptap/vue-3': ^3.22.3
'@tiptap/y-tiptap': ^3.0.1
'@types/node': ^24.10.1
'@vitejs/plugin-vue': ^6.0.2
'@vitest/browser-playwright': ^4.0.14
'@vitest/coverage-v8': ^4.0.14
'@witchcraft/nuxt-utils': ^0.3.15
'@witchcraft/ui': ^0.5.10
colord: ^2.9.3
concurrently: ^9.2.1
cross-env: ^10.0.0
defu: ^6.1.4
eslint: ^9.39.1
fast-glob: ^3.3.3
highlight.js: ^11.11.1
http-server: ^14.1.1
husky: ^9.1.7
lowlight: ^3.3.0
madge: ^8.0.0
metamorphosis: ^0.7.1
mime: ^4.1.0
nanoid: ^5.1.5
nuxt: ^4.2.1
onchange: ^7.1.0
playwright: '=1.60.0'
playwright-core: '=1.60.0'
prosemirror-test-builder: ^1.1.1
radix-vue: ^1.9.17
reka-ui: ^2.5.0
semantic-release: ^25.0.2
tailwind-merge: ^3.4.0
tailwindcss: ^4.1.17
typedoc: ^0.28.15
typescript: ~5.9.2
unplugin-icons: ^22.3.0
unplugin-vue-components: ^30.0.0
uuid: ^13.0.0
vite: ^7.2.4
vitest: ^4.0.14
vue: ^3.5.25
vue-component-type-helpers: ^3.1.5
vue-tsc: ^3.1.5
yjs: ^13.6.27
patchedDependencies:
'@nuxt/module-builder': patches/@nuxt__module-builder.patch
settings:
catalogMode: strict
cleanupUnusedCatalogs: false
overrides:
'@tiptap/pm': 'catalog:'
'@tiptap/vue-3': 'catalog:'
'@tiptap/core': 'catalog:'
'@tiptap/y-tiptap': 'catalog:'
allowBuilds:
'@alanscodelog/eslint-config': false
'@alanscodelog/tsconfigs': false
'@parcel/watcher': false
esbuild: false
unrs-resolver: false
vue-demi: false
strictPeerDependencies: false
minimumReleaseAge: 20160
blockExoticSubdeps: true
minimumReleaseAgeExclude:
- "@alanscodelog/*"
- "@witchcraft/*"