-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
127 lines (127 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
{
"name": "token-dashboard",
"version": "1.16.0-pre",
"private": true,
"engines": {
"node": ">=16"
},
"dependencies": {
"@chakra-ui/icons": "^1.0.15",
"@chakra-ui/react": "^1.6.7",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@ethersproject/address": "^5.5.0",
"@ethersproject/constants": "^5.5.0",
"@fontsource/ibm-plex-mono": "^4.5.13",
"@fontsource/inter": "^4.5.10",
"@keep-network/keep-core": "development",
"@keep-network/keep-ecdsa": "development",
"@keep-network/random-beacon": "development",
"@keep-network/tbtc": "development",
"@keep-network/tbtc-v2.ts": "^2.4.1",
"@ledgerhq/connect-kit-loader": "1.1.8",
"@ledgerhq/wallet-api-client": "^1.2.0",
"@ledgerhq/wallet-api-client-react": "^1.1.1",
"@nucypher/nucypher-contracts": "0.13.0",
"@reduxjs/toolkit": "^1.6.1",
"@rehooks/local-storage": "^2.4.4",
"@sentry/react": "^7.33.0",
"@sentry/tracing": "^7.33.0",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@threshold-network/components": "development",
"@threshold-network/solidity-contracts": "development",
"@types/jest": "^27.0.1",
"@types/node": "^16.9.1",
"@types/numeral": "^2.0.2",
"@types/react": "^17.0.20",
"@types/react-dom": "^17.0.9",
"@types/react-router-dom": "^5.3.2",
"@walletconnect/ethereum-provider": "^2.8.6",
"@walletconnect/modal": "^2.5.9",
"@web3-react/core": "^6.1.9",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/types": "^6.0.7",
"@web3-react/walletlink-connector": "^6.2.13",
"axios": "^0.24.0",
"bignumber.js": "^9.1.2",
"bitcoin-address-validation": "^2.2.1",
"crypto-js": "^4.1.1",
"ethereum-blockies-base64": "^1.0.2",
"ethers": "^5.4.7",
"focus-visible": "^5.2.0",
"formik": "^2.2.9",
"framer-motion": "^4",
"numeral": "^2.0.6",
"posthog-js": "^1.78.1",
"react": "^17.0.2",
"react-confetti": "^6.0.1",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"react-number-format": "^4.7.3",
"react-qr-code": "^2.0.8",
"react-redux": "^7.2.5",
"react-router-dom": "6.2.1",
"react-scripts": "4.0.3",
"typescript": "^4.4.3",
"web-vitals": "^1.0.1"
},
"scripts": {
"start": "craco --openssl-legacy-provider start",
"start:dev": ". ./scripts/start_dashboard.sh",
"build": "craco --openssl-legacy-provider build",
"test": "craco test",
"eject": "react-scripts eject",
"lint": "eslint --ext .js --ext .ts --ext .tsx .",
"lint:fix": "eslint --ext .js --ext .ts --ext .tsx . --quiet --fix",
"format": "yarn lint && prettier --check .",
"format:fix": "yarn lint:fix && prettier --write .",
"pre-commit": "lint-staged",
"prepare": "husky install",
"chromatic": "npx chromatic --exit-zero-on-changes",
"cypress:open": "cypress open",
"gen:theme-typings": "chakra-cli tokens ./src/theme/index.ts --out node_modules/@chakra-ui/styled-system/dist/declarations/src/theming.types.d.ts",
"postinstall": "npm run gen:theme-typings",
"add-components-lib": ". ./scripts/rebuild_components_package.sh"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"resolutions": {
"eslint-plugin-prettier": "^4.0.0",
"babel-loader": "8.1.0",
"react-error-overlay": "6.0.9",
"@types/react": "17.0.30",
"@tenderly/hardhat-tenderly": ">=1.0.12 <1.1.0"
},
"devDependencies": {
"@babel/plugin-transform-class-properties": "^7.22.5",
"@chakra-ui/cli": "2",
"@craco/craco": "6.4.5",
"@keep-network/prettier-config-keep": "github:keep-network/prettier-config-keep#d6ec02e",
"@testing-library/react-hooks": "7.0.2",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"chromatic": "^6.0.0-canary.1",
"cypress": "^8.5.0",
"eslint": "^7.32.0",
"eslint-config-keep": "github:keep-network/eslint-config-keep#0c27ade",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.25.1",
"husky": ">=6",
"lint-staged": ">=10",
"prettier": "^2.4.0",
"ts-essentials": "^9.1.2"
}
}