-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
129 lines (129 loc) · 4.3 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"name": "explorer-dapp",
"description": "Itheum Explorer is a DApp for the public to explore and visualize data within the Itheum protocol",
"version": "1.28.7",
"author": "Itheum",
"license": "GPL-3.0-or-later",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "6.5.2",
"@fortawesome/free-solid-svg-icons": "6.5.2",
"@fortawesome/react-fontawesome": "0.2.2",
"@itheum/sdk-mx-data-nft": "3.8.0-alpha.15",
"@metaplex-foundation/digital-asset-standard-api": "1.0.3",
"@metaplex-foundation/mpl-bubblegum": "3.1.2",
"@metaplex-foundation/mpl-token-metadata": "3.2.1",
"@metaplex-foundation/umi": "0.8.10",
"@metaplex-foundation/umi-bundle-defaults": "0.8.10",
"@metaplex-foundation/umi-web3js-adapters": "0.8.10",
"@multiversx/sdk-core": "13.14.1",
"@multiversx/sdk-dapp": "3.0.9",
"@noble/ed25519": "1.7.3",
"@radix-ui/react-dialog": "1.0.5",
"@radix-ui/react-dropdown-menu": "2.0.6",
"@radix-ui/react-navigation-menu": "1.1.4",
"@radix-ui/react-popover": "1.0.7",
"@radix-ui/react-slot": "1.0.2",
"@radix-ui/react-switch": "1.0.3",
"@solana-mobile/wallet-adapter-mobile": "2.1.3",
"@solana/spl-account-compression": "0.2.1",
"@solana/spl-token": "0.4.6",
"@solana/wallet-adapter-base": "0.9.23",
"@solana/wallet-adapter-react": "0.15.35",
"@solana/wallet-adapter-react-ui": "0.9.35",
"@solana/wallet-adapter-wallets": "0.19.32",
"@solana/web3.js": "1.91.8",
"@tiplink/wallet-adapter": "2.1.18",
"@tiplink/wallet-adapter-react-ui": "1.0.0",
"@tsparticles/confetti": "3.4.0",
"@tsparticles/fireworks": "3.4.0",
"axios": "1.7.4",
"class-variance-authority": "0.7.0",
"clsx": "2.1.1",
"d3": "7.9.0",
"dompurify": "3.1.5",
"framer-motion": "11.2.10",
"lucide-react": "0.394.0",
"moment": "2.30.1",
"moment-timezone": "0.5.45",
"react": "18.2.0",
"react-calendar-heatmap": "1.9.0",
"react-countdown": "2.3.5",
"react-dom": "18.2.0",
"react-helmet": "6.1.0",
"react-hot-toast": "2.4.1",
"react-inlinesvg": "3.0.3",
"react-pdf": "9.1.0",
"react-router-dom": "6.23.1",
"react-slick": "0.30.2",
"react-vertical-timeline-component": "3.6.0",
"react-zoom-pan-pinch": "3.4.4",
"recharts": "2.12.7",
"simplex-noise": "4.0.1",
"slick-carousel": "1.8.1",
"tailwind-merge": "2.3.0",
"tailwindcss-animate": "1.0.7",
"use-debounce": "10.0.4",
"web-vitals": "4.1.1",
"zustand": "4.5.2"
},
"scripts": {
"start": "vite dev",
"dev": "vite dev",
"build": "tsc & vite build",
"serve": "tsc & vite preview",
"test": "vitest",
"predeploy": "npm run build",
"lint": "eslint --ext js,ts,tsx src",
"format": "prettier --write . && npm run lint -- --fix"
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
],
"devDependencies": {
"@types/d3": "7.4.3",
"@types/dompurify": "3.0.5",
"@types/node": "18.19.34",
"@types/react": "18.2.79",
"@types/react-dom": "18.2.25",
"@types/react-helmet": "6.1.11",
"@types/react-router-dom": "5.3.3",
"@types/react-slick": "0.23.13",
"@types/react-vertical-timeline-component": "3.3.6",
"@typescript-eslint/eslint-plugin": "7.13.0",
"@typescript-eslint/parser": "7.13.0",
"@vitejs/plugin-basic-ssl": "1.1.0",
"@vitejs/plugin-react": "4.3.1",
"@vitest/coverage-v8": "1.6.0",
"autoprefixer": "10.4.19",
"eslint-config-prettier": "9.1.0",
"eslint-config-standard": "17.1.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-promise": "6.2.0",
"eslint-plugin-react": "7.34.2",
"eslint-plugin-react-hooks": "4.6.2",
"jsdom": "24.1.0",
"postcss": "8.4.38",
"prettier": "3.3.2",
"tailwindcss": "3.4.4",
"typescript": "5.5.2",
"vite": "5.3.2",
"vite-plugin-node-polyfills": "0.22.0",
"vite-plugin-svgr": "4.2.0",
"vite-tsconfig-paths": "4.3.2",
"vitest": "1.6.0"
},
"resolutions": {
"**/*/nth-check": "2.0.1",
"rpc-websockets": "7.9.0"
},
"overrides": {
"rpc-websockets": "7.9.0"
},
"engines": {
"node": "18.20.4"
}
}