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
31 lines
735 B
JSON
31 lines
735 B
JSON
{
|
|
"name": "@parity/shared",
|
|
"description": "Shared states and non-ui components for the Parity wallet",
|
|
"version": "0.0.0",
|
|
"main": "index.js",
|
|
"author": "Parity Team <admin@parity.io>",
|
|
"maintainers": [],
|
|
"contributors": [],
|
|
"license": "GPL-3.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/paritytech/parity.git"
|
|
},
|
|
"keywords": [],
|
|
"scripts": {},
|
|
"devDependencies": {},
|
|
"dependencies": {
|
|
"mobx": "2.6.4",
|
|
"mobx-react": "4.0.3",
|
|
"push.js": "0.0.11",
|
|
"react-redux": "4.4.6",
|
|
"redux": "3.6.0",
|
|
"redux-actions": "1.1.0",
|
|
"redux-thunk": "2.1.0",
|
|
"scryptsy": "2.0.0",
|
|
"solc": "ngotchac/solc-js",
|
|
"yargs": "6.6.0"
|
|
},
|
|
"peerDependencies": {}
|
|
}
|