forked from glifio/wallet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.94 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
{
"name": "filecoin-web-wallet",
"version": "2.7.0",
"scripts": {
"dev": "next",
"build": "next build",
"lint": "eslint '**/*.js' '**/*.jsx'",
"start": "next start",
"test": "jest",
"test:watch": "jest --watch",
"export": "next build && next export",
"serve": "npx serve ./out"
},
"dependencies": {
"@glif/filecoin-address": "^1.1.0",
"@glif/filecoin-message": "^1.1.0",
"@glif/filecoin-message-confirmer": "^1.1.0",
"@glif/filecoin-number": "^1.1.0",
"@glif/filecoin-rpc-client": "^1.1.0",
"@glif/filecoin-wallet-provider": "^1.1.0",
"@ledgerhq/hw-transport-webusb": "5.50.0",
"@zondax/filecoin-signing-tools": "^0.15.0",
"@zondax/ledger-filecoin": "0.11.2",
"axios": "0.21.1",
"bip39": "3.0.3",
"bluebird": "3.7.2",
"cbor": "^5.1.0",
"crypto": "1.0.1",
"dayjs": "1.8.22",
"jspdf": "^2.3.1",
"lodash.clonedeep": "4.5.0",
"lodash.isequal": "4.5.0",
"next": "^10.0.1",
"object-path": ">=0.11.5",
"prop-types": "15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-redux": "7.1.0",
"redux": "4.0.4",
"redux-logger": "3.0.6",
"redux-thunk": "2.3.0",
"styled-components": "5.0.1",
"styled-system": "5.1.5"
},
"devDependencies": {
"@testing-library/jest-dom": "5.5.0",
"@testing-library/react": "10.0.1",
"@testing-library/react-hooks": "5.0.0",
"babel-eslint": "10.0.3",
"babel-jest": "26.6.3",
"babel-plugin-styled-components": "1.12.0",
"eslint": "6.8.0",
"eslint-config-airbnb": "18.2.1",
"eslint-config-prettier": "6.10.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-prettier": "3.1.2",
"eslint-plugin-react": "7.18.3",
"eslint-plugin-react-hooks": "1.7.0",
"jest": "25.1.0",
"jest-styled-components": "7.0.3",
"prettier": "1.19.1",
"react-test-renderer": "16.13.1"
},
"license": "(Apache-2.0 OR MIT)"
}