-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
108 lines (108 loc) · 3.21 KB
/
package.json
File metadata and controls
108 lines (108 loc) · 3.21 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
{
"name": "linkdrop-dashboard",
"version": "2.1.53-rc.0",
"private": true,
"dependencies": {
"@craco/craco": "7.1.0",
"@datadog/browser-logs": "5.18.0",
"@datadog/browser-rum": "5.18.0",
"@progress/kendo-file-saver": "1.1.1",
"@tanstack/react-query": "5.66.0",
"@walletconnect/utils": "2.0.0-beta.100",
"@web3modal/wagmi": "4.2.3",
"alchemy-sdk": "3.3.0",
"axios": "1.7.3",
"classnames": "2.3.1",
"comlink": "4.3.1",
"ethers5": "npm:ethers@5",
"is-android": "1.0.1",
"is-ios": "2.1.0",
"jest": "26.6.0",
"jszip": "3.10.0",
"linkdrop-batch-sdk": "2.1.16",
"linkdrop-ui": "0.0.56",
"mathjs": "10.5.0",
"moment": "2.29.4",
"plausible-tracker-linkdrop": "0.3.9",
"qr-code-styling": "1.6.0-rc.1",
"qr-code-styling-bigmac": "1.5.8",
"react": "18.2.0",
"react-dev-utils": "12.0.1",
"react-dom": "18.2.0",
"react-error-overlay": "6.0.11",
"react-redux": "7.2.9",
"react-router-dom": "5.3.4",
"react-scripts": "5.0.1",
"react-scrollbars-custom": "4.0.27",
"react-select": "5.1.0",
"redux": "4.1.1",
"redux-saga": "1.1.3",
"redux-thunk": "2.4.1",
"siwe": "2.3.2",
"styled-components": "5.3.11",
"thirdweb": "5.88.6",
"typescript": "5.4.2",
"uint8arrays": "3.1.0",
"viem": "2.x",
"wagmi": "2.14.1",
"web-vitals": "1.0.1",
"ethers": "ethers@6"
},
"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"
},
"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"
]
},
"devDependencies": {
"@babel/plugin-proposal-logical-assignment-operators": "^7.18.9",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-numeric-separator": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.18.0",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/plugin-transform-class-properties": "^7.18.5",
"@babel/plugin-transform-private-methods": "^7.24.7",
"@babel/plugin-transform-private-property-in-object": "^7.24.7",
"@testing-library/jest-dom": "^5.11.4",
"@walletconnect/types": "^2.13.1",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/jest": "^26.0.15",
"@types/mathjs": "^9.4.2",
"@types/node": "^12.0.0",
"@types/react": "^18.2.22",
"@types/react-dom": "^18.2.7",
"@types/react-redux": "^7.1.20",
"@types/react-router-dom": "^5.3.3",
"@types/react-tooltip": "^4.2.4",
"@types/styled-components": "^5.1.15",
"babel-eslint": "^10.1.0",
"craco-worker-loader": "^1.0.0",
"node-polyfill-webpack-plugin": "^4.0.0",
"typesafe-actions": "^5.1.0",
"worker-loader": "^3.0.8"
},
"resolutions": {
"react-scripts/jest": "26.6.0",
"react-error-overlay": "6.0.9",
"@types/react": "18.3.1"
}
}