1
0
mirror of https://github.com/cjango/dcat-vue.git synced 2025-12-06 14:20:03 +08:00
Files
dcat-vue/composer.json
2022-12-30 16:09:23 +08:00

37 lines
986 B
JSON

{
"name": "weiwait/dcat-vue",
"alias": "",
"description": "基于vue3构建的综合型扩展",
"type": "library",
"keywords": ["dcat-admin", "extension", "filesystem", "file-upload"],
"homepage": "https://github.com/weiwait/dcat-vue",
"license": "MIT",
"authors": [
{
"name": "weiwait",
"email": "mail@weiwait.cn"
}
],
"require": {
"php": "^8.0",
"laravel/framework": "^9.0",
"dcat/laravel-admin": "~2.0",
"iidestiny/laravel-filesystem-oss": "^3.1",
"overtrue/laravel-filesystem-qiniu": "^2.1",
"freyo/flysystem-qcloud-cos-v5": "^2.0"
},
"autoload": {
"psr-4": {
"Weiwait\\DcatVue\\": "src/"
}
},
"extra": {
"dcat-admin": "Weiwait\\DcatVue\\DcatVueServiceProvider",
"laravel": {
"providers": [
"Weiwait\\DcatVue\\DcatVueServiceProvider"
]
}
}
}