This repository has been archived by the owner on Mar 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
64 lines (64 loc) · 2.05 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
{
"name": "fuse-staking-2",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "concurrently \"npx tailwindcss -i src/styles/index.css -o dist/output.css --watch\" \"vite\"",
"build": "tsc && npx tailwindcss -i src/styles/index.css -o dist/output.css && vite build",
"preview": "vite preview",
"lint": "eslint --ext .js,.jsx,.ts,.tsx src",
"lint:fix": "eslint --ext .js,.jsx,.ts,.tsx src --fix",
"postinstall": "patch-package"
},
"dependencies": {
"@metamask/jazzicon": "^2.0.0",
"@reduxjs/toolkit": "^1.9.3",
"@types/webpack-env": "^1.18.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"@web3-onboard/coinbase": "^2.2.1",
"@web3-onboard/core": "^2.18.0",
"@web3-onboard/injected-wallets": "^2.9.0",
"@web3-onboard/ledger": "^2.4.3",
"@web3-onboard/react": "^2.8.2",
"@web3-onboard/torus": "^2.2.4",
"@web3-onboard/transaction-preview": "^2.0.8",
"@web3-onboard/trezor": "^2.3.4",
"@web3-onboard/walletconnect": "^2.4.4",
"@web3-onboard/web3auth": "^2.2.0",
"assert": "^2.0.0",
"axios": "^1.4.0",
"concurrently": "^8.0.1",
"crypto-browserify": "^3.12.0",
"ethers": "^6.2.3",
"framer-motion": "^10.12.16",
"jazzicon": "^1.5.0",
"patch-package": "^6.5.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-ga4": "^2.1.0",
"react-jazzicon": "^1.0.4",
"react-redux": "^8.0.5",
"react-router-dom": "^6.11.1",
"react-sticky-box": "^2.0.4",
"react-yandex-metrika": "^2.6.0",
"redux": "^4.2.1",
"stream-browserify": "^3.0.0",
"usehooks-ts": "^2.9.1"
},
"devDependencies": {
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^3.1.0",
"connect-history-api-fallback": "^2.0.0",
"eslint": "^8.37.0",
"eslint-config-react-app": "^7.0.1",
"http-proxy-middleware": "^2.0.6",
"rollup-plugin-polyfill-node": "^0.12.0",
"tailwindcss": "^3.3.1",
"typescript": "^4.9.3",
"vite": "^4.2.0",
"vite-plugin-eslint": "^1.8.1"
},
"author": ""
}