mirror of
https://github.com/cjango/dcat-vue.git
synced 2025-12-06 22:32:51 +08:00
39 lines
1.0 KiB
JSON
39 lines
1.0 KiB
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",
|
|
"overtrue/laravel-filesystem-cos": "^3.1",
|
|
"qcloud_sts/qcloud-sts-sdk": "^3.0",
|
|
"mews/captcha": "^3.2"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Weiwait\\DcatVue\\": "src/"
|
|
}
|
|
},
|
|
"extra": {
|
|
"dcat-admin": "Weiwait\\DcatVue\\DcatVueServiceProvider",
|
|
"laravel": {
|
|
"providers": [
|
|
"Weiwait\\DcatVue\\DcatVueServiceProvider"
|
|
]
|
|
}
|
|
}
|
|
}
|