temp
This commit is contained in:
parent
54a486427b
commit
9a0e22ff8a
27
libs/registry/kevisual.json
Normal file
27
libs/registry/kevisual.json
Normal file
@ -0,0 +1,27 @@
|
||||
{
|
||||
"metadata": {
|
||||
"share": "public"
|
||||
},
|
||||
"syncDirectory": [
|
||||
{
|
||||
"files": [
|
||||
"src/components/a/**/*",
|
||||
"src/lib/**/*",
|
||||
"src/hooks/**/*"
|
||||
],
|
||||
"registry": "https://kevisual.xiongxiao.me/root/ai/code/registry",
|
||||
"replace": {
|
||||
"src/": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"files": [
|
||||
"registry/**/*"
|
||||
],
|
||||
"registry": "https://kevisual.xiongxiao.me/root/ai/code/registry",
|
||||
"replace": {
|
||||
"registry/": "components/b/"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@ -16,6 +16,9 @@
|
||||
"registry",
|
||||
"dist"
|
||||
],
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
|
||||
"license": "MIT",
|
||||
@ -47,5 +50,14 @@
|
||||
"react-i18next": "^15.5.1",
|
||||
"react-toastify": "^11.0.5",
|
||||
"tailwind-merge": "^3.2.0"
|
||||
},
|
||||
"exports": {
|
||||
".": "./registry/index.js",
|
||||
"./components/*": "./registry/components/*",
|
||||
"./hooks/*": "./registry/hooks/*",
|
||||
"./lib/*": "./registry/lib/*",
|
||||
"./pages/*": "./registry/pages/*",
|
||||
"./styles/*": "./registry/styles/*",
|
||||
"./types/*": "./registry/types/*"
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user