forked from polkadot-js/apps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.8 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
56
{
"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.118.2-0-x",
"dependencies": {
"@babel/runtime": "^7.18.9",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.19",
"@polkadot/keyring": "^10.0.2",
"@polkadot/react-api": "^0.118.2-0-x",
"@polkadot/react-identicon": "^2.8.2",
"@polkadot/react-qr": "^2.8.2",
"@polkadot/react-query": "^0.118.2-0-x",
"@polkadot/ui-keyring": "^2.8.2",
"@polkadot/ui-settings": "^2.8.2",
"@polkadot/util": "^10.0.2",
"@polkadot/util-crypto": "^10.0.2",
"chart.js": "^3.8.0",
"codeflask": "^1.4.1",
"i18next": "^21.8.14",
"i18next-browser-languagedetector": "^6.1.4",
"owasp-password-strength-test": "^1.3.0",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.0",
"react-chartjs-2": "^4.1.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.2.0",
"react-dropzone": "^11.7.1",
"react-i18next": "^11.18.1",
"react-is": "^18.2.0",
"react-markdown": "^8.0.3",
"react-router": "^5.3.3",
"react-router-dom": "^5.3.3",
"react-tooltip": "^4.2.21",
"rehype-raw": "^6.1.1",
"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"
}
}