mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
49 lines
890 B
YAML
49 lines
890 B
YAML
packages:
|
|
- packages/*
|
|
- docs
|
|
- play
|
|
- internal/*
|
|
|
|
catalog:
|
|
'@ctrl/tinycolor': ^3.4.1
|
|
'@element-plus/icons-vue': ^2.3.2
|
|
'@floating-ui/dom': ^1.0.1
|
|
'@popperjs/core': npm:@sxzz/popperjs-es@^2.11.7
|
|
'@vitejs/plugin-vue': ^5.1.4
|
|
'@vitejs/plugin-vue-jsx': ^4.0.1
|
|
'@vue/server-renderer': ^3.5.22
|
|
'@vue/shared': ^3.5.22
|
|
'@vue/test-utils': ^2.4.6
|
|
'@vueuse/core': 12.0.0
|
|
lodash-unified: ^1.0.3
|
|
normalize-wheel-es: ^1.2.0
|
|
vue: ^3.5.22
|
|
# vitest: ^2.0.5
|
|
|
|
onlyBuiltDependencies:
|
|
- '@parcel/watcher'
|
|
- es5-ext
|
|
- esbuild
|
|
- fsevents
|
|
- puppeteer
|
|
- vue-demi
|
|
|
|
overrides:
|
|
jwa: ^1.4.2 # 20697
|
|
typescript: $typescript
|
|
|
|
patchedDependencies:
|
|
async-validator@4.2.5: patches/async-validator@4.2.5.patch #16757
|
|
|
|
peerDependencyRules:
|
|
ignoreMissing:
|
|
- vite
|
|
- react
|
|
- react-dom
|
|
|
|
shamefullyHoist: true
|
|
|
|
shellEmulator: true
|
|
|
|
strictPeerDependencies: false
|