mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-06-12 18:51:02 +00:00
Add styled-components to dependencies (#97)
This commit is contained in:
committed by
Jaco Greeff
parent
ab343832a8
commit
7157d926e7
@@ -15,7 +15,8 @@
|
||||
"@types/react-copy-to-clipboard": "^4.2.6",
|
||||
"color": "^3.0.0",
|
||||
"jdenticon": "^2.1.1",
|
||||
"react-copy-to-clipboard": "^5.0.1"
|
||||
"react-copy-to-clipboard": "^5.0.1",
|
||||
"styled-components": "^4.1.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@polkadot/keyring": "*",
|
||||
|
||||
@@ -13,7 +13,8 @@
|
||||
"@babel/runtime": "^7.3.4",
|
||||
"@types/store": "^2.0.1",
|
||||
"rxjs": "^6.4.0",
|
||||
"store": "^2.0.12"
|
||||
"store": "^2.0.12",
|
||||
"styled-components": "^4.1.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/keyring": "^0.39.0-beta.2",
|
||||
|
||||
Reference in New Issue
Block a user