admin-vben/packages/business/common-ui/package.json

64 lines
1.5 KiB
JSON
Raw Normal View History

2024-05-19 13:20:42 +00:00
{
"name": "@vben/common-ui",
"version": "1.0.0",
"type": "module",
"license": "MIT",
"homepage": "https://github.com/vbenjs/vue-vben-admin",
"repository": {
"type": "git",
"url": "git+https://github.com/vbenjs/vue-vben-admin.git",
"directory": "packages/business/common-ui"
},
2024-05-25 01:47:15 +00:00
"bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
2024-05-19 13:20:42 +00:00
"scripts": {
"build": "pnpm vite build",
"prepublishOnly": "npm run build"
},
"files": [
"dist"
],
"sideEffects": [
"**/*.css"
],
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
"imports": {
"#*": "./src/*"
},
"exports": {
".": {
"types": "./src/index.ts",
2024-05-25 01:47:15 +00:00
"development": "./src/index.ts",
2024-05-19 13:20:42 +00:00
"default": "./dist/index.mjs"
}
},
"publishConfig": {
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.mjs"
}
}
},
2024-05-22 14:03:41 +00:00
"peerDependencies": {
"@vben-core/design": "workspace:*"
},
2024-05-19 13:20:42 +00:00
"dependencies": {
"@vben-core/design": "workspace:*",
"@vben-core/iconify": "workspace:*",
"@vben-core/shadcn-ui": "workspace:*",
"@vben-core/toolkit": "workspace:*",
"@vben/locales": "workspace:*",
"@vben/preference": "workspace:*",
2024-05-28 15:38:36 +00:00
"@vueuse/core": "^10.10.0",
"@vueuse/integrations": "^10.10.0",
2024-05-19 13:20:42 +00:00
"qrcode": "^1.5.3",
2024-05-25 01:47:15 +00:00
"vue": "3.4.27",
2024-05-19 13:20:42 +00:00
"vue-router": "^4.3.2"
},
"devDependencies": {
"@types/qrcode": "^1.5.5",
2024-05-21 14:14:25 +00:00
"@vben/types": "workspace:*"
2024-05-19 13:20:42 +00:00
}
}