mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 19:46:28 +00:00
24 lines
512 B
JSON
24 lines
512 B
JSON
{
|
|
"name": "@nocobase/utils",
|
|
"version": "0.8.1-alpha.4",
|
|
"main": "lib/index.js",
|
|
"types": "./lib/index.d.ts",
|
|
"license": "Apache-2.0",
|
|
"licenses": [
|
|
{
|
|
"type": "Apache-2.0",
|
|
"url": "http://www.apache.org/licenses/LICENSE-2.0"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"@hapi/topo": "^6.0.0",
|
|
"deepmerge": "^4.2.2",
|
|
"flat-to-nested": "^1.1.1"
|
|
},
|
|
"peerDependencies": {
|
|
"moment": "2.x",
|
|
"rc-input-number": "7.x"
|
|
},
|
|
"gitHead": "ce588eefb0bfc50f7d5bbee575e0b5e843bf6644"
|
|
}
|