forked from tari-project/wxtm-bridge-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.31 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.31 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
{
"name": "wxtm-bridge-frontend",
"version": "0.4.1",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build --debug",
"start": "next start",
"lint": "eslint .",
"typecheck": "tsc --noEmit",
"translate": "node ./scripts/translator.js"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@mui/material": "^7.3.7",
"@tanstack/react-query": "^5.90.17",
"@tari-project/wxtm-bridge-backend-api": "^0.1.63",
"@tari-project/wxtm-bridge-contracts": "0.1.12",
"ethers": "^5.8.0",
"i18next": "^24.2.3",
"i18next-http-backend": "^3.0.2",
"motion": "^12.26.2",
"next": "^16.1.1",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-hook-form": "^7.71.1",
"react-i18next": "^15.7.4",
"react-icons": "^5.5.0",
"styled-components": "^6.3.6",
"viem": "^2.44.2",
"wagmi": "^3.3.2",
"zustand": "^5.0.10"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.18",
"@types/node": "^25.0.8",
"@types/react": "^19.2.8",
"@types/react-dom": "^19.2.3",
"@walletconnect/ethereum-provider": "^2.23.2",
"eslint": "^9.39.2",
"eslint-config-next": "^16.1.1",
"eslint-plugin-i18next": "^6.1.3",
"tailwindcss": "^4",
"typescript": "^5.9.3"
}
}