-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
82 lines (77 loc) · 1.69 KB
/
Copy pathpnpm-workspace.yaml
File metadata and controls
82 lines (77 loc) · 1.69 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
packages:
- ./packages/*
- ./plugins/*
- ./tests/*
- ./tests/plugins/*
- ./examples/*
- ./templates/*
- ./benchmarks/*
autoInstallPeers: false
strictPeerDependencies: false
allowBuilds:
"@swc/core": true
core-js: true
esbuild: true
sharp: true
catalogs:
dep:
es-toolkit: ^1.40.0
fdir: ^6.5.0
ts-vista: ~0.2.3
# postcss
postcss-flexbugs-fixes: ^5.0.0
postcss-load-config: ^6.0.0
postcss-preset-env: ^11.3.2
# oxc
oxc-parser: ~0.135.0
oxc-minify: ~0.135.0
rolldown: ^1.0.0
# tsdown
"@tsdown/css": ~0.22.14
tsdown: ~0.22.14
# vite
vitest: ^4.1.10
vite-tsconfig-paths: ^6.1.0
# react
"@types/react": ^19.2.17
"@types/react-dom": ^19.2.0
react: ^19.2.8
react-dom: ^19.2.8
# next
next: ^16.2.12
dev:
# unplugin
webpack: 5.76.0
"@rspack/core": 1.5.0
rollup: 4.40.0
rolldown: 1.0.0
vite: 7.0.0
# rsbuild
"@rsbuild/core": 1.5.0
# next
next: 16.0.0
# postcss
postcss: 8.5.0
peer:
# unplugin
webpack: ^5.76.0
"@rspack/core": ^1.5.0 || ^2.0.0
rollup: ^4.40.0
rolldown: ^1.0.0
vite: ^7.0.0 || ^8.0.0
# rsbuild
"@rsbuild/core": ^1.5.0 || ^2.0.0
# next
next: ^15.0.0 || ^16.0.0
# postcss
postcss: ^8.5.0
minimumReleaseAge: 1440
minimumReleaseAgeExclude:
# config
- "@apst/biome"
- "@apst/tsconfig"
- "@apst/tsdown"
# core
- "@typescript/*"
- typescript
- ts-vista