-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.77 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
54
55
{
"bugs": "https://github.com/polkadot-js/apps/issues",
"homepage": "https://github.com/polkadot-js/apps/tree/master/packages/react-components#readme",
"license": "Apache-2.0",
"name": "@polkadot/react-components",
"private": true,
"repository": {
"directory": "packages/react-components",
"type": "git",
"url": "https://github.com/polkadot-js/apps.git"
},
"sideEffects": true,
"type": "module",
"version": "0.112.2-14",
"dependencies": {
"@babel/runtime": "^7.17.9",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.18",
"@polkadot/keyring": "^9.0.1",
"@polkadot/react-api": "^0.112.2-14",
"@polkadot/react-identicon": "^2.0.1",
"@polkadot/react-qr": "^2.0.1",
"@polkadot/react-query": "^0.112.2-14",
"@polkadot/ui-keyring": "^2.0.1",
"@polkadot/ui-settings": "^2.0.1",
"@polkadot/util": "^9.0.1",
"@polkadot/util-crypto": "^9.0.1",
"chart.js": "^3.7.1",
"codeflask": "^1.4.1",
"i18next": "^21.6.15",
"i18next-browser-languagedetector": "^6.1.4",
"owasp-password-strength-test": "^1.3.0",
"react": "^17.0.2",
"react-beautiful-dnd": "^13.1.0",
"react-chartjs-2": "^4.0.1",
"react-copy-to-clipboard": "^5.0.4",
"react-dom": "^17.0.2",
"react-dropzone": "^11.7.1",
"react-i18next": "^11.16.5",
"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": {
"@types/codeflask": "^1.4.3",
"@types/owasp-password-strength-test": "^1.3.0"
}
}