-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
112 lines (112 loc) · 3.11 KB
/
package.json
File metadata and controls
112 lines (112 loc) · 3.11 KB
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
{
"name": "app-claim",
"version": "2.2.32-rc.0",
"private": true,
"dependencies": {
"@coinbase/wallet-sdk": "4.2.1",
"@datadog/browser-logs": "5.18.0",
"@datadog/browser-rum": "5.18.0",
"@ledgerhq/connect-kit-loader": "1.1.8",
"@linkdrop/contracts": "1.2.2",
"@reown/appkit": "1.3.2",
"@reown/appkit-adapter-wagmi": "1.3.2",
"@tanstack/react-query": "5.59.20",
"@walletconnect/utils": "2.0.0-beta.100",
"alchemy-sdk": "2.12.0",
"axios": "0.24.0",
"crypto-browserify": "3.12.0",
"detect-browser": "5.3.0",
"ethers": "5.7.0",
"history": "5.3.0",
"immer": "9.0.21",
"is-android": "1.0.1",
"is-ios": "2.1.0",
"linkdrop-batch-sdk": "2.1.17",
"linkdrop-ui": "0.0.44",
"node-forge": "1.3.1",
"plausible-tracker-linkdrop": "0.3.9",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-redux": "7.2.9",
"react-router-dom": "5.3.0",
"react-scripts": "5.0.1",
"react-select": "5.4.0",
"redux": "4.1.1",
"redux-thunk": "2.4.1",
"siwe": "2.3.2",
"styled-components": "5.3.11",
"viem": "2.21.42",
"wagmi": "2.12.27",
"web-vitals": "1.0.1"
},
"scripts": {
"start": "DISABLE_ESLINT_PLUGIN=true craco --openssl-legacy-provider start",
"build": "DISABLE_ESLINT_PLUGIN=true craco build",
"test": "craco test",
"eject": "react-scripts eject",
"postinstall": "npx patch-package"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"resolutions": {
"immer": "9.0.6",
"minimatch": "3.0.5",
"node-forge": "1.3.0",
"nth-check": "2.0.1",
"glob-parent": "5.1.2",
"ansi-html": "0.0.8",
"shell-quote": "1.7.3",
"ejs": "3.1.7",
"browserslist": "4.24.2",
"@types/react": "18.3.1",
"@coinbase/wallet-sdk": "4.2.1",
"react-error-overlay": "6.0.9"
},
"devDependencies": {
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.20.7",
"@craco/craco": "^7.1.0",
"@reduxjs/toolkit": "^1.6.2",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/jest": "^26.0.15",
"@types/node": "^12.0.0",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.3.0",
"@types/react-redux": "^7.1.20",
"@types/react-router-dom": "^5.3.1",
"@types/styled-components": "^5.1.15",
"babel-eslint": "^10.1.0",
"craco-babel-loader": "^1.0.4",
"ejs": "^3.1.7",
"node-polyfill-webpack-plugin": "^4.0.0",
"process": "^0.11.10",
"react-dev-utils": "^12.0.1",
"react-error-overlay": "6.0.9",
"shell-quote": "^1.7.3",
"typesafe-actions": "^5.1.0",
"typescript": "^5.4.2",
"webpack": "^5.91.0"
},
"browser": {
"crypto": false
},
"packageManager": "yarn@1.22.19+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447"
}