chore: update packages

This commit is contained in:
vben
2024-07-30 21:00:20 +08:00
parent 9307093fbc
commit e6403868fc
19 changed files with 12 additions and 257 deletions

View File

@@ -10,30 +10,12 @@
},
"license": "MIT",
"type": "module",
"scripts": {
"#build": "pnpm unbuild"
},
"files": [
"dist"
],
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
"exports": {
".": {
"types": "./src/index.ts",
"development": "./src/index.ts",
"#default": "./dist/index.mjs",
"default": "./src/index.ts"
}
},
"publishConfig": {
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.mjs"
}
}
},
"dependencies": {
"@vben-core/icons": "workspace:*"
}