From 9652c0fabb9288560f9a5a5b9d60c11eba9c78cb Mon Sep 17 00:00:00 2001 From: Jaco Greeff Date: Thu, 20 Apr 2017 15:45:31 +0200 Subject: [PATCH] UI packages to ui --- js/package.json | 17 +++----------- js/src/ui/package.json | 50 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 53 insertions(+), 14 deletions(-) create mode 100644 js/src/ui/package.json diff --git a/js/package.json b/js/package.json index 07314f84d..1ba973b2e 100644 --- a/js/package.json +++ b/js/package.json @@ -158,33 +158,30 @@ "yargs": "6.6.0" }, "dependencies": { + "@parity/ui": "file:src/ui", "@parity/wordlist": "1.0.1", "base32.js": "0.1.0", "bignumber.js": "3.0.1", "blockies": "0.0.2", - "brace": "0.9.0", "bytes": "2.4.0", "debounce": "1.0.0", "es6-error": "4.0.0", "es6-promise": "4.0.5", "ethereumjs-tx": "1.2.5", "eventemitter3": "2.0.2", - "file-saver": "1.3.3", "flat": "2.0.1", "format-json": "1.0.3", "format-number": "2.0.1", - "geopattern": "1.2.3", "isomorphic-fetch": "2.2.1", "js-sha3": "0.5.5", + "keycode": "2.1.8", "keythereum": "0.4.6", "lodash": "4.17.2", "loglevel": "1.4.1", "marked": "0.3.6", "material-ui": "0.16.5", - "material-ui-chip-input": "0.11.1", "mobx": "2.6.4", "mobx-react": "4.0.3", - "mobx-react-devtools": "4.2.10", "moment": "2.17.0", "napa": "2.3.0", "phoneformat.js": "1.0.3", @@ -192,23 +189,16 @@ "push.js": "0.0.11", "qs": "6.3.0", "react": "15.4.2", - "react-ace": "4.1.0", "react-addons-css-transition-group": "15.4.2", - "react-copy-to-clipboard": "4.2.3", "react-dom": "15.4.2", - "react-dropzone": "3.7.3", "react-element-to-jsx-string": "6.0.0", - "react-event-listener": "0.4.1", "react-intl": "2.1.5", "react-markdown": "2.4.4", - "react-portal": "3.0.0", - "react-qr-reader": "1.0.3", "react-redux": "4.4.6", "react-router": "3.0.0", "react-router-redux": "4.0.7", "react-tap-event-plugin": "2.0.1", "react-tooltip": "3.2.2", - "recharts": "0.15.2", "redux": "3.6.0", "redux-actions": "1.1.0", "redux-thunk": "2.1.0", @@ -227,7 +217,6 @@ "validator": "6.2.0", "web3": "0.17.0-beta", "whatwg-fetch": "2.0.1", - "worker-loader": "^0.8.0", - "zxcvbn": "4.4.1" + "worker-loader": "^0.8.0" } } diff --git a/js/src/ui/package.json b/js/src/ui/package.json new file mode 100644 index 000000000..c299efc72 --- /dev/null +++ b/js/src/ui/package.json @@ -0,0 +1,50 @@ +{ + "name": "@parity/ui", + "description": "Parity React UI components", + "version": "0.0.0", + "main": "index.js", + "author": "Parity Team ", + "maintainers": [ + "Jaco Greeff", + "Nicolas Gotchac" + ], + "contributors": [], + "license": "GPL-3.0", + "repository": { + "type": "git", + "url": "git+https://github.com/paritytech/parity.git" + }, + "keywords": [], + "scripts": {}, + "devDependencies": {}, + "dependencies": { + "bignumber.js": "3.0.1", + "brace": "0.9.0", + "file-saver": "1.3.3", + "geopattern": "1.2.3", + "js-sha3": "0.5.5", + "keycode": "2.1.8", + "lodash": "4.17.2", + "material-ui": "0.16.5", + "material-ui-chip-input": "0.11.1", + "moment": "2.17.0", + "react-ace": "4.1.0", + "react-copy-to-clipboard": "4.2.3", + "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", + "zxcvbn": "4.4.1" + }, + "peerDependencies": { + "mobx": "*", + "mobx-react": "*", + "react": "*", + "react-dom": "*", + "react-intl": "*", + "react-redux": "*", + "react-router": "*", + "redux": "*" + } +}