-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.17 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.17 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
{
"name": "tezos-etherlink-bridge-explorer",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build --turbopack",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@next/third-parties": "^16.0.7",
"@web3-onboard/core": "^2.24.1",
"@web3-onboard/injected-wallets": "^2.11.3",
"ethers": "^6.15.0",
"mobx": "^6.15.0",
"mobx-react-lite": "^4.1.1",
"next": "15.5.9",
"posthog-js": "^1.277.0",
"react": "19.2.1",
"react-dom": "19.2.1",
"react-hot-toast": "^2.6.0",
"react-timeago": "^8.3.0"
},
"devDependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@eslint/eslintrc": "^3",
"@fontsource/roboto": "^5.2.8",
"@mui/icons-material": "^7.3.4",
"@mui/material": "^7.3.4",
"@taquito/utils": "^23.0.2",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.5.9",
"typescript": "^5"
},
"overrides": {
"crypto-es": ">=2.1.0",
"esbuild": ">=0.24.3",
"nanoid": ">=5.0.9",
"svelte": ">=4.2.19",
"ws": ">=8.18.0"
}
}