-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.61 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
{
"name": "debug-tool",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build && cp dist/index.html dist/404.html",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@defi.org/web3-candies": "^4.20.12",
"@orbs-network/twap-sdk": "^2.0.51",
"@tanstack/react-query": "^5.17.19",
"@tanstack/react-query-devtools": "^5.17.21",
"antd": "^5.21.6",
"axios": "^1.7.7",
"ethers": "^6.10.0",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"react": "^18.2.0",
"react-ace": "^11.0.1",
"react-dom": "^18.2.0",
"react-feather": "^2.0.10",
"react-number-format": "^5.3.1",
"react-router-dom": "^6.21.3",
"react-text-overflow": "^1.0.2",
"react-virtuoso": "^4.12.0",
"styled-components": "^6.1.8",
"use-query-params": "^2.2.1",
"web3": "^4.4.0",
"web3-validator": "^2.0.4",
"zustand": "^4.5.0"
},
"devDependencies": {
"@types/node": "^20.11.5",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@types/react-lines-ellipsis": "^0.15.5",
"@types/react-window": "^1.8.8",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.55.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"path": "^0.12.7",
"typescript": "^5.2.2",
"vite": "^5.0.8",
"vite-plugin-node-polyfills": "^0.19.0",
"vite-tsconfig-paths": "^4.3.1"
}
}