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,34 +10,13 @@
},
"license": "MIT",
"type": "module",
"scripts": {
"#build": "pnpm unbuild"
},
"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"
},
"./langs/*": {
"default": "./dist/langs/*"
}
},
"publishConfig": {
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.mjs"
}
}
},
"dependencies": {