-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·93 lines (93 loc) · 2.47 KB
/
package.json
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
{
"name": "aut-hub",
"version": "0.1.0",
"type": "module",
"scripts": {
"build": "tsc && vite build",
"lint": "eslint --max-warnings=0 src --fix",
"serve": "vite preview",
"start": "vite"
},
"browserslist": {
"production": [
"chrome >= 67",
"edge >= 79",
"firefox >= 68",
"opera >= 54",
"safari >= 14"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"resolutions": {
"react-query": "4.0.0-beta.23"
},
"dependencies": {
"@apollo/client": "^3.9.1",
"@aut-labs/abi-types": "^0.0.88-dev",
"@aut-labs/connector": "^0.0.205",
"@aut-labs/d-aut": "^1.0.206-dev",
"@aut-labs/sdk": "^0.0.230-dev",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.15.7",
"@mui/lab": "^5.0.0-alpha.163",
"@mui/material": "^5.15.7",
"@reduxjs/toolkit": "^2.1.0",
"@tanstack/react-query": "^5.56.2",
"axios": "^1.6.7",
"buffer": "^6.0.3",
"clsx": "^2.1.0",
"date-fns": "^3.3.1",
"ethers": "^6.13.2",
"graphql": "^16.8.1",
"react": "^18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.49.3",
"react-lines-ellipsis": "^0.15.4",
"react-lottie-player": "^2.1.0",
"react-mui-confirm": "^1.0.1",
"react-perfect-scrollbar": "^1.5.8",
"react-redux": "^9.1.0",
"react-router-dom": "^6.21.3",
"react-share": "~5.0.3",
"recharts": "^2.12.7",
"reselect": "^5.1.0",
"rrweb": "^1.1.3",
"viem": "^2.21.11",
"wagmi": "^2.12.13"
},
"devDependencies": {
"@testing-library/jest-dom": "~6.4.1",
"@testing-library/react": "~14.2.1",
"@testing-library/user-event": "~14.5.2",
"@typescript-eslint/eslint-plugin": "^8.6.0",
"@typescript-eslint/parser": "^8.6.0",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^9.9.0",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.9",
"globals": "^15.9.0",
"prettier": "3.3.3",
"redux-logger": "^3.0.6",
"sass-embedded": "^1.79.3",
"typescript": "^5.5.3",
"typescript-eslint": "^8.0.1",
"vite": "^5.4.1",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-node-polyfills": "^0.22.0",
"vite-plugin-svgr": "^4.2.0",
"web-vitals": "^3.5.2"
}
}