UI packages to ui
This commit is contained in:
50
js/src/ui/package.json
Normal file
50
js/src/ui/package.json
Normal file
@@ -0,0 +1,50 @@
|
||||
{
|
||||
"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"
|
||||
],
|
||||
"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": "*"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user