49fdd23d58
* Move secureApi to shell * Extract isTestnet test * Use mobx + subscriptions for status * Re-add status indicator * Add lerna * Move intial packages to js/packages * Move 3rdparty/{email,sms}-verification to correct location * Move package.json & README to library src * Move tests for library packages * Move views & dapps to packages * Move i18n to root * Move shell to actual src (main app) * Remove ~ references * Change ~ to root (explicit imports) * Finalise convert of ~ * Move views into dapps as well * Move dapps to packages/ * Fix references * Update css * Update test spec locations * Update tests * Case fix * Skip flakey tests * Update enzyme * Skip previously ignored tests * Allow empty api for hw * Re-add theme for embed
54 lines
1.2 KiB
JSON
54 lines
1.2 KiB
JSON
{
|
|
"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"
|
|
],
|
|
"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",
|
|
"file-saver": "1.3.3",
|
|
"geopattern": "1.2.3",
|
|
"js-sha3": "0.5.5",
|
|
"keycode": "^2.1.9",
|
|
"lodash": "4.17.2",
|
|
"moment": "2.17.0",
|
|
"qrcode-generator": "1.2.0",
|
|
"react-ace": "4.1.0",
|
|
"react-copy-to-clipboard": "4.2.3",
|
|
"react-datetime": "2.8.10",
|
|
"react-dropzone": "3.7.3",
|
|
"react-event-listener": "^0.4.0",
|
|
"react-portal": "3.0.0",
|
|
"react-qr-reader": "1.1.3",
|
|
"recharts": "0.15.2",
|
|
"semantic-ui-css": "2.2.10",
|
|
"semantic-ui-react": "0.68.2",
|
|
"zxcvbn": "4.4.1"
|
|
},
|
|
"peerDependencies": {
|
|
"mobx": "*",
|
|
"mobx-react": "*",
|
|
"react": "*",
|
|
"react-dom": "*",
|
|
"react-intl": "*",
|
|
"react-redux": "*",
|
|
"react-router": "*",
|
|
"redux": "*"
|
|
}
|
|
}
|