-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
94 lines (94 loc) · 2.95 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
94
{
"name": "new-bolt-evm-dex",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"format": "prettier --write . --ignore-path .gitignore",
"cypress:open": "cypress open --e2e --browser firefox",
"cypress:run": "cypress run --e2e --browser firefox"
},
"dependencies": {
"@ethersproject/abi": "^5.7.0",
"@openzeppelin/wizard": "^0.3.0",
"@popperjs/core": "^2.11.8",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@reach/dialog": "^0.18.0",
"@reach/portal": "^0.18.0",
"@reduxjs/toolkit": "^1.9.5",
"@tanstack/match-sorter-utils": "^8.8.4",
"@tanstack/react-query": "^5.56.2",
"@tanstack/react-table": "^8.9.2",
"@types/big.js": "^6.1.6",
"@uniswap/token-lists": "^1.0.0-beta.31",
"@use-gesture/react": "^10.2.27",
"ajv": "^8.12.0",
"ajv-formats": "^2.1.1",
"bech32": "^2.0.0",
"big.js": "^6.2.1",
"buffer": "^6.0.3",
"cids": "^1.1.9",
"connectkit": "1.7.0",
"decimal.js-light": "^2.5.1",
"inter-ui": "^3.19.3",
"jsbi": "^4.3.0",
"lodash": "^4.17.21",
"multicodec": "^3.2.1",
"multihashes": "^4.0.3",
"node-vibrant": "^3.2.1-alpha.1",
"polished": "^4.2.2",
"qs": "^6.11.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-feather": "^2.0.10",
"react-popper": "^2.3.0",
"react-redux": "^8.1.0",
"react-router-dom": "^6.13.0",
"react-spring": "^9.7.1",
"react-syntax-highlighter": "^15.5.0",
"react-use-websocket": "^4.3.1",
"react-virtualized-auto-sizer": "^1.0.20",
"react-window": "^1.8.9",
"rebass": "^4.0.7",
"redux-localstorage-simple": "^2.5.1",
"styled-components": "^6.0.0-rc.3",
"tiny-invariant": "^1.3.1",
"tiny-warning": "^1.0.3",
"toformat": "^2.0.0",
"ua-parser-js": "^1.0.35",
"use-debounce": "^9.0.4",
"viem": "2.x",
"vite-plugin-svgr": "^3.2.0",
"wagmi": "^2.12.12",
"wcag-contrast": "^3.0.0"
},
"devDependencies": {
"@ethersproject/experimental": "^5.7.0",
"@ianvs/prettier-plugin-sort-imports": "^4.0.2",
"@types/lodash": "^4.14.195",
"@types/qs": "^6.9.7",
"@types/react": "^18.2.12",
"@types/react-dom": "^18.2.5",
"@types/react-syntax-highlighter": "^15.5.7",
"@types/react-window": "^1.8.5",
"@types/rebass": "^4.0.10",
"@types/ua-parser-js": "^0.7.36",
"@types/wcag-contrast": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"@vitejs/plugin-react": "^4.0.0",
"cypress": "^12.15.0",
"eslint": "^8.42.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.1",
"eslint-plugin-unused-imports": "^2.0.0",
"prettier": "^2.8.8",
"typescript": "^5.1.3",
"vite": "^4.3.9",
"vite-plugin-inspect": "^0.7.28"
}
}