forked from polkadot-js/apps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.51 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
43
44
45
46
47
48
{
"name": "@polkadot/ui-app",
"version": "0.34.0-beta.34",
"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.4.5",
"@polkadot/ui-api": "^0.34.0-beta.34",
"@polkadot/ui-identicon": "^0.42.0-beta.2",
"@polkadot/ui-keyring": "^0.42.0-beta.2",
"@polkadot/ui-reactive": "^0.34.0-beta.34",
"@polkadot/ui-settings": "^0.42.0-beta.2",
"@types/chart.js": "^2.7.53",
"@types/classnames": "^2.2.7",
"@types/i18next": "^12.1.0",
"@types/react-copy-to-clipboard": "^4.2.6",
"@types/react-dropzone": "^4.2.2",
"@types/react-router-dom": "^4.3.2",
"@types/react-tooltip": "^3.9.1",
"@types/styled-components": "4.1.8",
"@types/styled-theming": "2.2.1",
"chart.js": "^2.8.0",
"codeflask": "^1.4.0",
"i18next": "^17.0.4",
"i18next-browser-languagedetector": "^3.0.1",
"i18next-xhr-backend": "^3.0.0",
"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.11.2",
"react-markdown": "^4.0.8",
"react-router": "^5.0.0",
"react-router-dom": "^5.0.0",
"react-tooltip": "^3.9.2",
"semantic-ui-css": "^2.3.1",
"semantic-ui-react": "^0.87.1",
"store": "^2.0.12",
"styled-theming": "^2.2.0"
}
}