mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 21:37:15 +00:00
21 lines
473 B
JSON
21 lines
473 B
JSON
{
|
|
"name": "@nocobase/utils",
|
|
"version": "0.9.2-alpha.4",
|
|
"main": "lib/index.js",
|
|
"types": "./lib/index.d.ts",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@hapi/topo": "^6.0.0",
|
|
"dedupe": "^3.0.2",
|
|
"deepmerge": "^4.2.2",
|
|
"flat-to-nested": "^1.1.1",
|
|
"graphlib": "^2.1.8",
|
|
"object-path": "^0.11.8"
|
|
},
|
|
"peerDependencies": {
|
|
"moment": "2.x",
|
|
"rc-input-number": "7.x"
|
|
},
|
|
"gitHead": "ce588eefb0bfc50f7d5bbee575e0b5e843bf6644"
|
|
}
|