diff options
author | Brandon Millman <brandon.millman@gmail.com> | 2018-07-03 07:00:34 +0800 |
---|---|---|
committer | Brandon Millman <brandon.millman@gmail.com> | 2018-07-03 07:08:02 +0800 |
commit | bc7e8ff471d7abe8e65b30d1945f6a989d521f10 (patch) | |
tree | c644cd1c61783b0394534c7cd47fd28637ec46f8 /packages/website/package.json | |
parent | 300c9f09b9ee129791a1f62881da0ee3c34ee0b5 (diff) | |
download | dexon-sol-tools-bc7e8ff471d7abe8e65b30d1945f6a989d521f10.tar dexon-sol-tools-bc7e8ff471d7abe8e65b30d1945f6a989d521f10.tar.gz dexon-sol-tools-bc7e8ff471d7abe8e65b30d1945f6a989d521f10.tar.bz2 dexon-sol-tools-bc7e8ff471d7abe8e65b30d1945f6a989d521f10.tar.lz dexon-sol-tools-bc7e8ff471d7abe8e65b30d1945f6a989d521f10.tar.xz dexon-sol-tools-bc7e8ff471d7abe8e65b30d1945f6a989d521f10.tar.zst dexon-sol-tools-bc7e8ff471d7abe8e65b30d1945f6a989d521f10.zip |
Add better balance formatting rules for balances and usd values
Diffstat (limited to 'packages/website/package.json')
-rw-r--r-- | packages/website/package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/website/package.json b/packages/website/package.json index c7b689356..cc7b7c05c 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -38,6 +38,7 @@ "lodash": "^4.17.4", "material-ui": "^0.17.1", "moment": "2.21.0", + "numeral": "^2.0.6", "polished": "^1.9.2", "query-string": "^6.0.0", "react": "15.6.1", @@ -71,6 +72,7 @@ "@types/lodash": "4.14.104", "@types/material-ui": "0.18.0", "@types/node": "^8.0.53", + "@types/numeral": "^0.0.22", "@types/query-string": "^5.1.0", "@types/react": "16.3.13", "@types/react-copy-to-clipboard": "^4.2.0", |