openethereum/js/src/ui/package.json

53 lines
1.2 KiB
JSON
Raw Normal View History

2017-04-20 15:45:31 +02:00
{
"name": "@parity/ui",
"description": "Parity React UI components",
"version": "0.0.0",
"main": "index.js",
"author": "Parity Team <admin@parity.io>",
"maintainers": [
"Jaco Greeff",
"Nicolas Gotchac",
"Craig O'Connor"
2017-04-20 15:45:31 +02:00
],
"contributors": [],
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "git+https://github.com/paritytech/parity.git"
},
"keywords": [],
"devDependencies": {},
"dependencies": {
"bignumber.js": "3.0.1",
"brace": "0.9.0",
"date-difference": "1.0.0",
2017-04-20 15:45:31 +02:00
"file-saver": "1.3.3",
"geopattern": "1.2.3",
"js-sha3": "0.5.5",
2017-06-13 12:09:32 +02:00
"keycode": "^2.1.9",
2017-04-20 15:45:31 +02:00
"lodash": "4.17.2",
"moment": "2.17.0",
"react-ace": "4.1.0",
"react-copy-to-clipboard": "4.2.3",
"react-datetime": "2.8.10",
2017-04-20 15:45:31 +02:00
"react-dropzone": "3.7.3",
"react-event-listener": "0.4.1",
"react-portal": "3.0.0",
"react-qr-reader": "1.0.3",
"recharts": "0.15.2",
"semantic-ui-css": "2.2.10",
"semantic-ui-react": "0.68.2",
2017-04-20 15:45:31 +02:00
"zxcvbn": "4.4.1"
},
"peerDependencies": {
"mobx": "*",
"mobx-react": "*",
"react": "*",
"react-dom": "*",
"react-intl": "*",
"react-redux": "*",
"react-router": "*",
"redux": "*"
}
}