This repository was archived by the owner on May 13, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
98 lines (98 loc) · 2.85 KB
/
Copy pathpackage.json
File metadata and controls
98 lines (98 loc) · 2.85 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "@parity/ui",
"description": "Parity React UI components",
"version": "3.1.31",
"main": "lib/index.js",
"module": "src/index.js",
"jsnext:main": "src/index.js",
"author": "Parity Team <admin@parity.io>",
"maintainers": [
"Jaco Greeff",
"Nicolas Gotchac",
"Craig O'Connor",
"Amaury Martiny"
],
"contributors": [],
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "git+https://github.com/paritytech/js-ui.git"
},
"keywords": [],
"scripts": {
"build": "babel src --out-dir lib --ignore *.spec.js --copy-files",
"ci:makeshift": "makeshift",
"lint": "npm run lint:css && npm run lint:js",
"lint:css": "stylelint ./src/**/*.css",
"lint:js": "eslint src",
"test": "echo \"WARN: npm run test skipped\""
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.2",
"babel-plugin-css-modules-transform": "^1.3.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-plugin-transform-semantic-ui-react-imports": "^1.3.1",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"eslint": "^5.8.0",
"eslint-config-semistandard": "^11.0.0",
"eslint-config-standard": "^10.2.1",
"eslint-config-standard-react": "^7.0.2",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-react": "^7.5.1",
"eslint-plugin-standard": "^4.0.0",
"makeshift": "^1.1.0",
"node-sass": "^4.7.2",
"stylelint": "^8.2.0",
"stylelint-config-standard": "^17.0.0"
},
"dependencies": {
"@parity/api": "^4.0.2",
"@parity/etherscan": "2.1.x",
"@parity/mobx": "^1.1.3",
"@parity/shared": "~3.0.2",
"babel-runtime": "^6.26.0",
"bignumber.js": "8.0.2",
"brace": "0.11.1",
"date-difference": "1.0.0",
"eventemitter3": "^3.1.0",
"file-saver": "2.0.0",
"geopattern": "1.2.3",
"js-sha3": "0.8.0",
"keycode": "^2.1.9",
"lodash": "4.17.13",
"moment": "^2.21.0",
"qrcode-generator": "1.4.1",
"react-ace": "6.3.2",
"react-copy-to-clipboard": "5.0.1",
"react-datetime": "2.16.3",
"react-dom": "16.7.0",
"react-dropzone": "8.0.3",
"react-element-to-jsx-string": "14.0.2",
"react-event-listener": "^0.6.4",
"react-intl": "2.8.0",
"react-markdown": "^4.0.3",
"react-portal": "4.2.0",
"react-qr-reader": "2.1.2",
"react-redux": "^6.0.0",
"react-router": "^4.3.1",
"react-tooltip": "3.9.2",
"recharts": "1.4.2",
"redux": "4.0.1",
"semantic-ui-css": "2.4.1",
"semantic-ui-react": "0.84.0",
"zxcvbn": "4.4.2"
},
"peerDependencies": {
"mobx": "^3.4.1",
"mobx-react": "^4.3.5",
"prop-types": "^15.6.0",
"react": "^16.1.1"
}
}