package.json为发布

This commit is contained in:
Xu Chang 2022-08-13 11:26:19 +08:00
parent a32b72452e
commit 58f9aad091
1 changed files with 8 additions and 5 deletions

View File

@ -2,15 +2,18 @@
"name": "oak-general-business",
"version": "1.0.0",
"description": "oak框架中公共业务逻辑的实现",
"author": {
"name": "XuChang"
},
"dependencies": {
"@fingerprintjs/fingerprintjs": "^3.3.3",
"classnames": "^2.3.1",
"moment": "^2.29.4",
"oak-common-aspect": "file:../oak-common-aspect",
"oak-domain": "file:../oak-domain",
"oak-external-sdk": "file:../oak-external-sdk",
"oak-frontend-base": "file:../oak-frontend-base",
"oak-memory-tree-store": "file:../oak-memory-tree-store",
"oak-common-aspect": "^1.0.0",
"oak-domain": "^1.0.0",
"oak-external-sdk": "^1.0.0",
"oak-frontend-base": "^1.0.0",
"oak-memory-tree-store": "^1.0.0",
"sha1": "^1.1.1",
"uuid": "^8.3.2"
},