mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-10-20 00:23:41 +08:00
feat(packages): add @sa/alova
This commit is contained in:
16
packages/alova/package.json
Normal file
16
packages/alova/package.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "@sa/alova",
|
||||
"version": "0.1.0",
|
||||
"exports": {
|
||||
".": "./src/index.ts"
|
||||
},
|
||||
"typesVersions": {
|
||||
"*": {
|
||||
"*": ["./src/*"]
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@sa/utils": "workspace:*",
|
||||
"alova": "^3.0.16"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user