-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 2.04 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 2.04 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
{
"name": "overlay-interface-v2",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@lifi/sdk": "^3.10.1",
"@lifi/widget": "^3.28.0",
"@radix-ui/react-collapsible": "^1.1.12",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-slider": "^1.2.0",
"@radix-ui/react-tooltip": "^1.2.7",
"@radix-ui/themes": "^3.1.3",
"@reduxjs/toolkit": "^2.2.7",
"@tanstack/react-query": "^5.59.0",
"axios": "^1.7.7",
"axios-hooks": "^5.1.1",
"boring-avatars": "^1.11.2",
"bs58": "^5.0.0",
"connectkit": "^1.8.2",
"graphql-request": "^7.1.2",
"html2canvas": "^1.4.1",
"lucide-react": "^0.451.0",
"moment": "^2.30.1",
"overlay-sdk": "https://github.com/overlay-market/overlay-sdk/releases/download/v0.1.31/overlay-sdk-dist-1.tar.gz",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-feather": "^2.0.10",
"react-redux": "^9.1.2",
"react-router-dom": "^6.26.1",
"react-spring": "^9.7.4",
"react-swiper": "^0.1.5",
"recharts": "^2.13.2",
"redux-localstorage-simple": "^2.5.1",
"styled-components": "^6.1.13",
"swiper": "^11.1.14",
"viem": "^2.23.0",
"wagmi": "^2.12.16"
},
"devDependencies": {
"@types/html2canvas": "^1.0.0",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@typescript-eslint/eslint-plugin": "^8.48.1",
"@typescript-eslint/parser": "^8.48.1",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^9.39.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"typescript": "^5.2.2",
"vite": "^5.2.0"
},
"packageManager": "pnpm@9.13.0+sha512.beb9e2a803db336c10c9af682b58ad7181ca0fbd0d4119f2b33d5f2582e96d6c0d93c85b23869295b765170fbdaa92890c0da6ada457415039769edf3c959efe"
}