forked from polkadot-js/apps
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
53 lines (53 loc) · 1.59 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
49
50
51
52
53
{
"author": "Jaco Greeff <[email protected]>",
"bugs": "https://github.com/cennznet/ui/issues",
"contributors": [],
"homepage": "https://github.com/cennznet/ui/tree/master/packages/react-components#readme",
"license": "Apache-2.0",
"maintainers": [
"Jaco Greeff <[email protected]>"
],
"name": "@polkadot/react-components",
"repository": {
"directory": "packages/react-components",
"type": "git",
"url": "https://github.com/cennznet/ui.git"
},
"sideEffects": false,
"type": "module",
"version": "0.40.0-beta.45",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.17.0",
"@polkadot/api-contract": "7.8.1",
"@polkadot/keyring": "5.9.2",
"@polkadot/react-api": "0.40.0-beta.45",
"@polkadot/react-identicon": "^0.52.0-beta.2",
"@polkadot/react-query": "0.40.0-beta.45",
"@polkadot/ui-keyring": "0.70.1",
"@polkadot/ui-settings": "0.70.1",
"chart.js": "^2.9.2",
"codeflask": "^1.4.1",
"i18next": "^21.6.10",
"i18next-browser-languagedetector": "^4.0.1",
"i18next-xhr-backend": "^3.2.2",
"react": "^17.0.2",
"react-chartjs-2": "^2.8.0",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "^16.12.0",
"react-dropzone": "^11.7.1",
"react-i18next": "^11.15.4",
"react-is": "^17.0.2",
"react-markdown": "^5.0.3",
"react-router": "^5.2.1",
"react-router-dom": "^5.3.0",
"react-tooltip": "^4.2.21",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^0.88.2",
"store": "^2.0.12",
"styled-theming": "^2.2.0"
},
"devDependencies": {
"react-i18next": "^11.15.4"
}
}