"重构模块依赖并添加查询应用功能"
This commit is contained in:
21
package.json
21
package.json
@@ -4,7 +4,11 @@
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
"build": "turbo run build",
|
||||
"postbuild": "bun bun.copy.config.mjs"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
@@ -12,10 +16,21 @@
|
||||
"keywords": [],
|
||||
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
|
||||
"license": "MIT",
|
||||
"packageManager": "pnpm@10.6.2",
|
||||
"packageManager": "pnpm@10.11.0",
|
||||
"type": "module",
|
||||
"devDependencies": {
|
||||
"@kevisual/query": "^0.0.18",
|
||||
"@kevisual/router": "^0.0.20"
|
||||
"@kevisual/router": "^0.0.20",
|
||||
"@kevisual/types": "^0.0.10",
|
||||
"@kevisual/use-config": "^1.0.17",
|
||||
"fast-glob": "^3.3.3"
|
||||
},
|
||||
"exports": {
|
||||
".": {
|
||||
"import": "./dist/query-login-browser.js"
|
||||
},
|
||||
"./*": {
|
||||
"import": "./dist/*"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user