forked from polkadot-js/apps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.3 KB
/
package.json
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
{
"name": "@polkadot/ui-app",
"version": "0.21.17",
"main": "index.js",
"repository": "https://github.com/polkadot-js/apps.git",
"author": "Jaco Greeff <[email protected]>",
"maintainers": [
"Jaco Greeff <[email protected]>"
],
"contributors": [],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.2.0",
"@polkadot/types": "^0.35.19",
"@polkadot/ui-identicon": "^0.24.18",
"@polkadot/ui-keyring": "^0.24.18",
"@polkadot/ui-react-rx": "^0.21.17",
"@polkadot/ui-settings": "^0.24.18",
"@types/chart.js": "^2.7.42",
"@types/i18next": "^12.1.0",
"@types/i18next-browser-languagedetector": "^2.0.1",
"@types/i18next-xhr-backend": "^1.4.1",
"@types/react-copy-to-clipboard": "^4.2.6",
"@types/react-dropzone": "^4.2.2",
"@types/react-router-dom": "^4.3.0q",
"chart.js": "^2.7.2",
"i18next": "^12.1.0",
"i18next-browser-languagedetector": "^2.2.4",
"i18next-xhr-backend": "^1.5.1",
"react": "^16.7.0",
"react-chartjs-2": "^2.7.4",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "^16.7.0",
"react-dropzone": "^7.0.1",
"react-i18next": "^8.3.8",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"semantic-ui-css": "^2.3.1",
"semantic-ui-react": "^0.84.0",
"store": "^2.0.12"
}
}