mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2026-03-31 04:17:22 +08:00
style(projects): fix lint code and format code
This commit is contained in:
@@ -1,17 +1,19 @@
|
||||
{
|
||||
"name": "@sa/alova",
|
||||
"version": "2.0.2",
|
||||
"typesVersions": {
|
||||
"*": {
|
||||
"*": [
|
||||
"./src/*"
|
||||
]
|
||||
}
|
||||
},
|
||||
"exports": {
|
||||
".": "./src/index.ts",
|
||||
"./fetch": "./src/fetch.ts",
|
||||
"./client": "./src/client.ts",
|
||||
"./mock": "./src/mock.ts"
|
||||
},
|
||||
"typesVersions": {
|
||||
"*": {
|
||||
"*": ["./src/*"]
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@alova/mock": "2.0.19",
|
||||
"@sa/utils": "workspace:*",
|
||||
|
||||
Reference in New Issue
Block a user