-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2.06 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 2.06 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
{
"name": "vsc-explorer",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"start": "vite",
"dev": "vite",
"test": "vitest",
"build": "tsc && vite build",
"lint": "eslint . --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@aioha/aioha": "^1.8.4",
"@aioha/magi": "^0.0.7",
"@aioha/providers": "^1.9.0-beta.3",
"@chakra-ui/react": "^3",
"@emotion/react": "^11.14.0",
"@floating-ui/react": "^0.27.19",
"@reown/appkit": "^1.8.19",
"@reown/appkit-adapter-bitcoin": "^1.8.19",
"@reown/appkit-adapter-wagmi": "^1.8.19",
"@tanstack/react-query": "^5.90.11",
"bitset": "^5.2.3",
"i18next": "^26.0.3",
"i18next-browser-languagedetector": "^8.2.1",
"i18next-http-backend": "^3.0.4",
"next-themes": "^0.4",
"react": "^19",
"react-dom": "^19",
"react-helmet-async": "^3.0.0",
"react-i18next": "^17.0.2",
"react-icons": "^5.5.0",
"react-qr-code": "^2.0.18",
"react-router": "^7.14.2",
"recharts": "^2.15.4",
"viem": "^2.47.6",
"wagmi": "^3.6.0"
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0",
"@types/react": "^19",
"@types/react-dom": "^19",
"@typescript-eslint/eslint-plugin": "^8.55.0",
"@typescript-eslint/parser": "^8.55.0",
"@vitejs/plugin-react": "^4.7.0",
"eslint": "^9.39.1",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.5.0",
"globals": "^17.4.0",
"jsdom": "^26.1.0",
"typescript": "^5.9.3",
"vite": "^6.4.1",
"vite-plugin-node-polyfills": "^0.24.0",
"vitest": "^4.0.17"
},
"pnpm": {
"overrides": {
"axios@<1.13.5": ">=1.13.5",
"lodash@<4.17.24": ">=4.17.24",
"defu@<6.1.5": ">=6.1.5",
"valibot@<1.2.0": ">=1.2.0"
}
},
"packageManager": "pnpm@10.28.1+sha512.7d7dbbca9e99447b7c3bf7a73286afaaf6be99251eb9498baefa7d406892f67b879adb3a1d7e687fc4ccc1a388c7175fbaae567a26ab44d1067b54fcb0d6a316"
}