package.json为发布
This commit is contained in:
parent
4a91954aa0
commit
0bddd6d756
11
package.json
11
package.json
|
|
@ -2,13 +2,16 @@
|
|||
"name": "oak-frontend-base",
|
||||
"version": "1.0.0",
|
||||
"description": "oak框架中前端与平台无关的逻辑部分",
|
||||
"author": {
|
||||
"name": "XuChang"
|
||||
},
|
||||
"dependencies": {
|
||||
"debounce": "^1.2.1",
|
||||
"format-message-parse": "^6.2.4",
|
||||
"oak-common-aspect": "file:../oak-common-aspect",
|
||||
"oak-domain": "file:../oak-domain",
|
||||
"oak-external-sdk": "file:../oak-external-sdk",
|
||||
"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-memory-tree-store": "^1.0.0",
|
||||
"rmc-pull-to-refresh": "^1.0.13",
|
||||
"url": "^0.11.0",
|
||||
"uuid": "^8.3.2"
|
||||
|
|
|
|||
Loading…
Reference in New Issue