forked from polkadot-js/apps
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.53 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.53 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
{
"name": "@polkadot/react-components",
"version": "0.36.0-beta.25",
"main": "index.js",
"repository": "https://github.com/polkadot-js/apps.git",
"author": "Jaco Greeff <jacogr@gmail.com>",
"maintainers": [
"Jaco Greeff <jacogr@gmail.com>"
],
"contributors": [],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.6.0",
"@polkadot/keyring": "^1.4.1",
"@polkadot/react-api": "^0.36.0-beta.25",
"@polkadot/react-identicon": "^0.45.0-beta.13",
"@polkadot/react-query": "^0.36.0-beta.25",
"@polkadot/ui-keyring": "^0.45.0-beta.13",
"@polkadot/ui-settings": "^0.45.0-beta.13",
"@types/chart.js": "^2.8.5",
"@types/i18next": "^13.0.0",
"@types/react-copy-to-clipboard": "^4.2.6",
"@types/react-dropzone": "^4.2.2",
"@types/react-router-dom": "^4.3.5",
"@types/react-tooltip": "^3.9.3",
"@types/styled-components": "4.1.8",
"@types/styled-theming": "2.2.1",
"chart.js": "^2.8.0",
"codeflask": "^1.4.0",
"i18next": "^17.0.14",
"i18next-browser-languagedetector": "^3.0.3",
"i18next-xhr-backend": "^3.1.2",
"react": "^16.8.2",
"react-chartjs-2": "^2.7.6",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "^16.8.2",
"react-dropzone": "^7.0.1",
"react-i18next": "^10.12.4",
"react-markdown": "^4.2.2",
"react-router": "^5.0.0",
"react-router-dom": "^5.0.0",
"react-tooltip": "^3.11.1",
"semantic-ui-css": "^2.3.1",
"semantic-ui-react": "^0.88.1",
"store": "^2.0.12",
"styled-theming": "^2.2.0"
}
}