mirror of
https://gitee.com/bootx/dax-pay-ui
synced 2026-08-15 01:36:20 +08:00
41 lines
809 B
JSON
41 lines
809 B
JSON
{
|
|
"name": "@vben-core/composables",
|
|
"version": "4.0.0",
|
|
"license": "LGPL-3.0-or-later",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "pnpm unbuild"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"sideEffects": false,
|
|
"main": "./dist/index.mjs",
|
|
"module": "./dist/index.mjs",
|
|
"exports": {
|
|
".": {
|
|
"types": "./src/index.ts",
|
|
"development": "./src/index.ts",
|
|
"default": "./dist/index.mjs"
|
|
}
|
|
},
|
|
"publishConfig": {
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"default": "./dist/index.mjs"
|
|
}
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@vben-core/shared": "workspace:*",
|
|
"@vueuse/core": "catalog:",
|
|
"reka-ui": "catalog:",
|
|
"sortablejs": "catalog:",
|
|
"vue": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@types/sortablejs": "catalog:"
|
|
}
|
|
}
|