aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/package.json
diff options
context:
space:
mode:
authorBrandon Millman <brandon.millman@gmail.com>2018-07-03 07:00:34 +0800
committerBrandon Millman <brandon.millman@gmail.com>2018-07-03 07:08:02 +0800
commitbc7e8ff471d7abe8e65b30d1945f6a989d521f10 (patch)
treec644cd1c61783b0394534c7cd47fd28637ec46f8 /packages/website/package.json
parent300c9f09b9ee129791a1f62881da0ee3c34ee0b5 (diff)
downloaddexon-0x-contracts-bc7e8ff471d7abe8e65b30d1945f6a989d521f10.tar
dexon-0x-contracts-bc7e8ff471d7abe8e65b30d1945f6a989d521f10.tar.gz
dexon-0x-contracts-bc7e8ff471d7abe8e65b30d1945f6a989d521f10.tar.bz2
dexon-0x-contracts-bc7e8ff471d7abe8e65b30d1945f6a989d521f10.tar.lz
dexon-0x-contracts-bc7e8ff471d7abe8e65b30d1945f6a989d521f10.tar.xz
dexon-0x-contracts-bc7e8ff471d7abe8e65b30d1945f6a989d521f10.tar.zst
dexon-0x-contracts-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.json2
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",