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,33 +10,15 @@
},
"license": "MIT",
"type": "module",
"scripts": {
"#build": "pnpm unbuild",
"prepublishOnly": "npm run build"
},
"files": [
"dist"
],
"sideEffects": [
"**/*.css"
],
"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": {
".": {
"default": "./dist/index.mjs"
}
}
},
"dependencies": {
"@vben-core/shadcn-ui": "workspace:*",
"@vben/constants": "workspace:*",