-
Notifications
You must be signed in to change notification settings - Fork 266
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
89 lines (88 loc) · 2.22 KB
/
pnpm-workspace.yaml
File metadata and controls
89 lines (88 loc) · 2.22 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
prettier_common: &prettier_common ^3.8.1
ts_common: &ts_common ^5.9.3
ts_eslint_parser: &ts_eslint_parser ^8.56.1
packages:
- packages/*
- playground
- website
- grammars/tree-sitter
- website-new
catalogs:
default:
"@changesets/changelog-github": ^0.6.0
"@changesets/cli": ^2.30.0
"@jridgewell/sourcemap-codec": ^1.5.5
"@rollup/pluginutils": ^5.3.0
"@sveltejs/acorn-typescript": ^1.0.9
"@tailwindcss/vite": ^4.1.12
"@types/bun": ^1.3.9
"@types/eslint": ^9.6.1
"@types/estree": ^1.0.8
"@types/estree-jsx": ^1.0.5
"@types/node": ^24.3.0
"@types/prompts": ^2.4.9
"@types/react": ^19.2.2
"@types/react-dom": ^19.2.2
"@types/vscode": ^1.107.0
"@typescript-eslint/parser": *ts_eslint_parser
"@typescript-eslint/types": ^8.40.0
"@vercel/nft": ^1.3.2
"@volar/language-core": ~2.4.28
"@volar/language-server": ~2.4.28
"@volar/typescript": ~2.4.28
"@volar/vscode": ~2.4.28
"@vscode/vsce": ^3.6.2
acorn: ^8.15.0
adm-zip: ^0.5.16
clsx: ^2.1.1
commander: ^14.0.3
degit: ^2.8.4
devalue: ^5.6.3
eslint: ^10.0.2
esm-env: ^1.2.2
esrap: ^2.1.0
is-reference: ^3.0.3
jsdom: ^28.1.0
kleur: ^4.1.5
linkedom: ^0.18.12
livecodes: 0.13.0
magic-string: ^0.30.18
marked: ^17.0.3
muggle-string: ^0.4.1
ora: ^9.3.0
polka: ^1.0.0-next.25
prettier: *prettier_common
prompts: ^2.4.2
react: ^19.2.0
react-dom: ^19.2.0
rollup: ^4.59.0
rulesync: ^7.12.2
shiki: ^4.0.1
source-map: ^0.7.6
tsdown: ^0.20.3
tsup: ^8.3.5
type-fest: ^5.4.4
typescript: *ts_common
vite: ^8.0.0
vitepress: 2.0.0-alpha.12
vitepress-plugin-npm-commands: ^0.9.0
vitepress-plugin-tabs: ^0.8.0
vitest: ^4.0.18
uvu: ^0.5.6
volar-service-css: 0.0.70
volar-service-typescript: 0.0.70
vscode-languageclient: ^9.0.1
vscode-languageserver-textdocument: ^1.0.12
vscode-languageserver-types: ^3.17.5
vscode-uri: ^3.1.0
wait-on: ^9.0.4
zimmerframe: ^1.1.2
peer:
ripple: "*"
"@typescript-eslint/parser": *ts_eslint_parser
eslint: ">=9.0.0"
prettier: ">=2.0.0"
tailwindcss: ^4.1.12
typescript: *ts_common
vscode:
typescript: *ts_common