-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
99 lines (99 loc) · 3.1 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": "forbole-x",
"version": "0.24.6",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"prettier": "prettier --config .prettierrc --write '**/*.{ts,tsx,json,yaml}'",
"lint": "eslint --quiet '**/*.{ts,tsx}'",
"test": "jest",
"e2e": "cypress run",
"postinstall": "patch-package"
},
"dependencies": {
"@alfonmga/react-lottie-light-ts": "^0.0.1",
"@apollo/client": "^3.3.12",
"@cosmjs/cosmwasm-stargate": "0.30.1",
"@cosmjs/crypto": "0.26.3",
"@cosmjs/ledger-amino": "0.26.3",
"@cosmjs/proto-signing": "0.26.3",
"@cosmjs/stargate": "0.30.1",
"@desmoslabs/desmjs": "4.7.7",
"@desmoslabs/desmjs-types": "4.7.7",
"@habx/apollo-multi-endpoint-link": "^2.7.0",
"@ledgerhq/hw-transport-webhid": "6.1.0",
"@material-ui/core": "^4.11.2",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.57",
"@socialgouv/matomo-next": "^1.2.2",
"@terra-money/ledger-terra-js": "1.1.0",
"@terra-money/terra.js": "3.0.1",
"apollo-link-http": "^1.5.17",
"axios": "^0.24.0",
"check-password-strength": "^1.0.15",
"cosmjs-types": "^0.7.1",
"date-fns": "^2.16.1",
"graphql": "^15.5.0",
"isomorphic-ws": "^4.0.1",
"lodash": "^4.17.21",
"lzutf8": "^0.6.0",
"markdown-to-jsx": "^7.1.3",
"next": "12.1.0",
"next-translate": "1.0.1",
"nodemailer": "^6.6.3",
"postcss": "^8.2.15",
"qrcode.react": "^1.0.1",
"query-string": "^7.0.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-json-view": "^1.21.3",
"react-linkify": "^1.0.0-alpha",
"react-material-ui-carousel": "^2.3.5",
"react-share": "^4.4.0",
"recharts": "^2.0.3",
"secp256k1": "^4.0.2",
"subscriptions-transport-ws": "^0.9.18"
},
"devDependencies": {
"@keplr-wallet/types": "^0.9.9",
"@svgr/webpack": "^5.5.0",
"@testing-library/cypress": "^8.0.2",
"@testing-library/dom": "^7.29.0",
"@testing-library/jest-dom": "^5.11.8",
"@testing-library/react-hooks": "^3.7.0",
"@types/chrome": "^0.0.128",
"@types/lodash": "^4.14.168",
"@types/node": "^14.14.19",
"@types/react": "17.0.38",
"@typescript-eslint/eslint-plugin": "^4.11.1",
"@typescript-eslint/parser": "^4.11.1",
"babel-jest": "^26.6.3",
"cypress": "^6.2.0",
"eslint": "7.17.0",
"eslint-config-airbnb": "18.2.1",
"eslint-config-prettier": "7.2.0",
"eslint-import-resolver-typescript": "2.3.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-prettier": "3.3.1",
"eslint-plugin-react": "7.22.0",
"eslint-plugin-react-hooks": "^4.6.0",
"identity-obj-proxy": "3.0.0",
"jest": "^26.6.3",
"jest-canvas-mock": "^2.3.1",
"jest-chrome": "^0.7.0",
"jest-dom": "^4.0.0",
"jest-localstorage-mock": "^2.4.6",
"jest-svg-transformer": "^1.0.0",
"patch-package": "^6.4.7",
"postinstall-postinstall": "^2.1.0",
"prettier": "2.8.4",
"react-test-renderer": "^17.0.1",
"typescript": "^4.1.3"
},
"resolutions": {
"@types/react": "17.0.38"
}
}