mirror of
https://github.com/element-plus/element-plus.git
synced 2025-12-19 09:09:40 +08:00
* chore: remove type-fest * chore: apply suggestion Co-authored-by: rzzf <cszhjh@gmail.com> --------- Co-authored-by: rzzf <cszhjh@gmail.com>
23 lines
504 B
JSON
23 lines
504 B
JSON
{
|
|
"name": "@element-plus/utils",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"main": "index.ts",
|
|
"peerDependencies": {
|
|
"@vue/shared": "catalog:",
|
|
"vue": "catalog:"
|
|
},
|
|
"dependencies": {
|
|
"@element-plus/constants": "workspace:^",
|
|
"@element-plus/icons-vue": "catalog:",
|
|
"@vueuse/core": "catalog:",
|
|
"lodash-unified": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/shared": "catalog:",
|
|
"@vue/test-utils": "catalog:",
|
|
"expect-type": "^0.13.0",
|
|
"vue": "catalog:"
|
|
}
|
|
}
|