-
-
Notifications
You must be signed in to change notification settings - Fork 118
/
Copy pathpnpm-workspace.yaml
65 lines (55 loc) · 1.49 KB
/
pnpm-workspace.yaml
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
# eslint yml/sort-keys: ['error', { pathPattern: "^catalog$", order: { type: asc }, allowLineSeparatedGroups: true }]
defines:
- &babel ^7.26.7
- &nolebase ^2.13.0
- &shiki ^2.3.2
- &unocss ^65.4.3
- &vitest ^3.0.5
- &volar 2.1.10
- &vue ^3.5.13
catalog:
'@babel/parser': *babel
'@babel/types': *babel
'@vue/language-core': *volar
vue-tsc: *volar
'@vitest/coverage-v8': *vitest
'@vitest/ui': *vitest
vitest: *vitest
'@unocss/reset': *unocss
unocss: *unocss
'@vue/compiler-core': *vue
'@vue/compiler-dom': *vue
'@vue/compiler-sfc': *vue
'@vue/reactivity': *vue
'@vue/runtime-core': *vue
'@vue/runtime-dom': *vue
'@vue/shared': *vue
vue: *vue
'@shikijs/vitepress-twoslash': *shiki
shiki: *shiki
'@nolebase/vitepress-plugin-enhanced-mark': *nolebase
'@nolebase/vitepress-plugin-enhanced-readabilities': *nolebase
'@nolebase/vitepress-plugin-git-changelog': *nolebase
'@nolebase/vitepress-plugin-highlight-targeted-heading': *nolebase
'@stylexjs/stylex': ^0.10.1
'@vitejs/plugin-vue': ^5.2.1
'@vitejs/plugin-vue-jsx': ^4.1.1
'@vueuse/core': ^12.5.0
ast-walker-scope: ^0.6.2
esbuild: ^0.24.2
eslint: ^9.19.0
magic-string: ^0.30.17
prettier: ^3.4.2
rollup: ^4.34.4
typescript: ^5.7.3
unplugin: ^1.16.1
unplugin-oxc: 'https://pkg.pr.new/unplugin/unplugin-oxc@a403eed'
unplugin-vue: ^6.0.0
vite: ^6.1.0
vite-plugin-stylex: ^0.13.0
vitepress: ^2.0.0-alpha.2
packages:
- packages/*
- playground/*
- '!playground/nuxt'
- docs