forked from polkadot-js/apps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.57 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
{
"name": "@polkadot/react-components",
"version": "0.73.2-25",
"main": "index.js",
"repository": "github:polkadot-js/apps",
"author": "Jaco Greeff <jacogr@gmail.com>",
"maintainers": [],
"contributors": [],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.12.5",
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@fortawesome/react-fontawesome": "^0.1.14",
"@polkadot/keyring": "^5.2.3",
"@polkadot/react-api": "^0.73.2-25",
"@polkadot/react-identicon": "^0.65.1",
"@polkadot/react-qr": "^0.65.1",
"@polkadot/react-query": "^0.73.2-25",
"@polkadot/ui-keyring": "^0.65.1",
"@polkadot/ui-settings": "^0.65.1",
"@polkadot/util": "^5.2.3",
"@polkadot/util-crypto": "^5.2.3",
"chart.js": "^2.9.4",
"codeflask": "^1.4.1",
"i18next": "^19.8.4",
"i18next-browser-languagedetector": "^6.0.1",
"owasp-password-strength-test": "^1.3.0",
"react": "^17.0.1",
"react-beautiful-dnd": "^13.0.0",
"react-chartjs-2": "^2.11.1",
"react-copy-to-clipboard": "^5.0.2",
"react-dom": "^17.0.1",
"react-dropzone": "^11.2.4",
"react-i18next": "^11.8.5",
"react-is": "^17.0.1",
"react-markdown": "^5.0.3",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-tooltip": "^4.2.11",
"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.2",
"@types/owasp-password-strength-test": "^1.3.0"
}
}