mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 15:48:00 +00:00
165ab2b876
* fix: fix date format * fix: fix date format * fix: export date * fix: get current timezone * fix: datetime render * fix: gmt * fix: gmt date * fix: utf offset Co-authored-by: chenos <chenlinxh@gmail.com>
23 lines
484 B
JSON
23 lines
484 B
JSON
{
|
|
"name": "@nocobase/utils",
|
|
"version": "0.7.3-alpha.1",
|
|
"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": {
|
|
"deepmerge": "^4.2.2",
|
|
"flat-to-nested": "^1.1.1"
|
|
},
|
|
"peerDependencies": {
|
|
"moment": "2.x",
|
|
"rc-input-number": "7.x"
|
|
},
|
|
"gitHead": "7e9556e489007577fc0ed89063b3a9ce2f9aae53"
|
|
}
|