-
Notifications
You must be signed in to change notification settings - Fork 46
/
Copy pathpackage.json
138 lines (138 loc) · 4.34 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
{
"private": true,
"type": "module",
"sideEffects": [
"src/fonts/_fonts.css",
"src/global.css",
"src/ui/styles/app.styl",
"src/ui/styles/icons.styl"
],
"scripts": {
"cleanup": "rimraf dist",
"dev": "webpack --watch --mode development",
"lint:eslint": "eslint --ext .ts,.tsx,.js --max-warnings 0 .",
"lint:prettier": "prettier . --check",
"lint:prettier:fix": "prettier . --write",
"lint:stylelint": "stylelint '**/*.css'",
"lint:typescript": "tsc -p src && tsc -p test",
"test:dev": "mocha --inspect --watch --ignore test/Update.ts",
"test": "mocha --ignore test/Update.ts",
"test:update": "mocha test/Update.ts",
"build": "webpack --mode production",
"zip": "node scripts/zip.js"
},
"resolutions": {
"@types/react": "^18.0.0"
},
"dependencies": {
"@ethereumjs/util": "8.0.3",
"@keeper-wallet/waves-crypto": "^3.0.0",
"@popperjs/core": "^2.11.0",
"@sentry/browser": "^7.26.0",
"@waves-domains/client": "^0.3.0",
"@waves/bignumber": "^1.0.0",
"@waves/data-entities": "^2.0.4",
"@waves/marshall": "^0.14.0",
"@waves/parse-json-bignumber": "^1.0.3",
"@waves/protobuf-serialization": "^1.4.3",
"@waves/ts-types": "^1.0.12",
"amazon-cognito-identity-js": "^6.0.0",
"buffer": "^4.9.2",
"clsx": "^2.0.0",
"color-hash": "^2.0.1",
"copy-to-clipboard": "^3.3.1",
"debounce": "^1.2.1",
"detect-browser": "^5.3.0",
"events": "^3.3.0",
"fast-equals": "^5.0.0",
"i18next": "^20.6.1",
"i18next-resources-to-backend": "^1.0.0",
"identity-img": "^2.0.0",
"long": "^5.2.0",
"nanoid": "^4.0.0",
"obs-store": "^4.0.0",
"prismjs": "^1.29.0",
"qrcode": "^1.4.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^11.16.7",
"react-imask": "6.4.2",
"react-popper": "^2.2.5",
"react-redux": "^8.0.0",
"react-transition-group": "^4.4.2",
"react-virtualized-auto-sizer": "^1.0.6",
"react-window": "^1.8.6",
"redux": "^4.1.1",
"stream-browserify": "^3.0.0",
"tiny-invariant": "^1.3.1",
"util": "^0.12.5",
"wonka": "^6.3.1"
},
"devDependencies": {
"@babel/core": "^7.18.9",
"@babel/preset-env": "^7.18.9",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@faergeek/eslint-config": "^5.0.142",
"@faergeek/tiny-browser-hmr-webpack-plugin": "^1.0.3",
"@keeper-wallet/swap-client": "^0.2.0",
"@ledgerhq/hw-transport-webusb": "^6.24.1",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.9",
"@size-limit/file": "^8.1.0",
"@testing-library/webdriverio": "^3.2.0",
"@types/color-hash": "^1.0.2",
"@types/mocha": "^10.0.0",
"@types/node": "^18.0.0",
"@types/prismjs": "^1.26.0",
"@types/qrcode": "^1.4.2",
"@types/react-dom": "^18.0.0",
"@types/react-transition-group": "^4.4.3",
"@types/react-virtualized-auto-sizer": "^1.0.1",
"@types/react-window": "^1.8.5",
"@types/redux-logger": "^3.0.9",
"@types/w3c-web-usb": "^1.0.5",
"@types/webextension-polyfill": "^0.10.0",
"@waves/ledger": "^4.0.0",
"babel-loader": "^9.0.0",
"babel-plugin-prismjs": "^2.1.0",
"browserslist": "^4.21.2",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.1",
"css-minimizer-webpack-plugin": "^5.0.0",
"del": "^7.0.0",
"dotenv-flow": "^3.2.0",
"esbuild": "^0.19.0",
"esbuild-register": "^3.4.1",
"eslint": "^8.28.0",
"eslint-plugin-mocha": "^10.1.0",
"expect-webdriverio": "4.1.3",
"html-webpack-plugin": "^5.5.0",
"lightningcss": "^1.16.1",
"mini-css-extract-plugin": "^2.6.1",
"mocha": "^10.0.0",
"postcss": "^8.4.19",
"postcss-loader": "^7.0.1",
"postcss-normalize": "^10.0.1",
"postcss-preset-env": "^9.0.0",
"prettier": "^3.0.0",
"react-refresh": "^0.14.0",
"react-router-dom": "^6.4.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.4.1",
"rimraf": "^5.0.0",
"size-limit": "^8.1.0",
"source-map-loader": "^4.0.1",
"stylelint": "^15.0.0",
"stylelint-order": "^6.0.0",
"stylus": "^0.59.0",
"stylus-loader": "^7.0.0",
"typescript": "^4.7.4",
"wait-for-expect": "^3.0.2",
"webdriverio": "^7.25.1",
"webextension-polyfill": "^0.10.0",
"webpack": "^5.73.0",
"webpack-bundle-analyzer": "^4.7.0",
"webpack-cli": "^5.0.0",
"zip-a-folder": "^2.0.0"
}
}