-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
99 lines (99 loc) · 3.4 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "reef-wallet-extension",
"version": "2.0.1",
"main": "index.js",
"scripts": {
"watch": "webpack --watch --progress --config webpack.dev.js",
"build": "rm -rf ./dist&&webpack --progress --config webpack.prod.js",
"postinstall": "node scripts/add-global-process.js",
"clean": "rm -rf node_modules&&rm -f yarn.lock&&yarn install&&yarn build",
"build:clean": "yarn clean&&yarn build",
"build:zip": "rm -rf ./dist.zip && cd ./dist && zip -r -FS ../dist.zip ."
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-brands-svg-icons": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@open-web3/orml-api-derive": "^2.0.1",
"@open-web3/scanner": "^2.0.1",
"@polkadot/api": "^13.2.1",
"@polkadot/phishing": "^0.23.6",
"@polkadot/react-identicon": "^3.6.6",
"@polkadot/ui-keyring": "^3.6.3",
"@polkadot/ui-settings": "^3.10.1",
"@polkadot/util-crypto": "^13.1.1",
"@popperjs/core": "^2.11.8",
"@reef-chain/evm-provider": "^3.0.0",
"@reef-chain/react-lib": "^5.0.1",
"@reef-chain/ui-kit": "^4.0.0",
"@reef-chain/util-lib": "^3.0.0",
"@reef-defi/hw-ledger": "^7.8.2",
"axios": "^1.6.8",
"crypto-browserify": "^3.12.0",
"file-saver": "^2.0.5",
"process": "^0.11.10",
"react": "^18.1.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.2.0",
"react-localization": "^1.0.19",
"react-router": "^6.22.3",
"react-router-dom": "^6.22.3",
"react-toastify": "^10.0.5",
"react-tooltip": "^5.26.3"
},
"devDependencies": {
"@types/chrome": "^0.0.246",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.4",
"@types/react-tooltip": "^4.2.4",
"autoprefixer": "^10.4.7",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.1",
"html-webpack-plugin": "^5.5.0",
"json-loader": "^0.5.7",
"postcss": "^8.4.14",
"postcss-loader": "^7.0.0",
"style-loader": "^3.3.1",
"tailwindcss": "^3.0.24",
"ts-loader": "^9.3.0",
"typescript": "^4.6.4",
"webpack": "^5.85.0",
"webpack-cli": "^5.1.3",
"webpack-merge": "^5.8.0"
},
"resolutions": {
"@types/bn.js": "5.1.5",
"@polkadot/react-identicon": "^3.6.6",
"@polkadot/util": "13.1.1",
"@polkadot/api-augment": "^13.2.1",
"@polkadot/rpc-core": "^13.2.1",
"@polkadot/types-create": "^13.2.1",
"@polkadot/api": "^13.2.1",
"@polkadot/api-base": "^13.2.1",
"@polkadot/api-contract": "^13.2.1",
"@polkadot/api-derive": "^13.2.1",
"@polkadot/hw-ledger": "^13.1.1",
"@polkadot/keyring": "^13.1.1",
"@polkadot/extension-inject": "0.53.1",
"@polkadot/networks": "^13.1.1",
"@polkadot/phishing": "^0.23.6",
"@polkadot/rpc-augment": "^13.2.1",
"@polkadot/rpc-provider": "^13.2.1",
"@polkadot/types": "^13.2.1",
"@polkadot/types-augment": "^13.2.1",
"@polkadot/types-codec": "^13.2.1",
"@polkadot/types-known": "^13.2.1",
"@polkadot/types-support": "^13.2.1",
"@polkadot/util-crypto": "^13.1.1",
"@polkadot/wasm-crypto": "^7.3.2",
"@polkadot/x-bigint": "^13.1.1",
"@polkadot/x-fetch": "^13.1.1",
"@polkadot/x-global": "^13.1.1",
"@polkadot/x-randomvalues": "^13.1.1",
"@polkadot/x-textdecoder": "^13.1.1",
"@polkadot/x-textencoder": "^13.1.1",
"@polkadot/x-ws": "^13.1.1"
}
}