mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 21:58:02 +00:00
21 lines
497 B
JSON
21 lines
497 B
JSON
{
|
|
"name": "@polkadot/ui-util",
|
|
"version": "0.37.0-beta.0",
|
|
"description": "Utility functions (non-React) that aid in display, formats and determination",
|
|
"main": "index.js",
|
|
"author": "Jaco Greeff <jacogr@gmail.com>",
|
|
"maintainers": [
|
|
"Jaco Greeff <jacogr@gmail.com>"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.4.2"
|
|
},
|
|
"devDependencies": {
|
|
"@polkadot/types": "^0.76.0-beta.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@polkadot/types": "*"
|
|
}
|
|
}
|