-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.59 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 2.59 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "staking-optimizer",
"private": true,
"version": "0.0.11",
"type": "module",
"scripts": {
"dev": "vite",
"dev-local": "VITE_WITH_CHOPSTICKS=true vite",
"postinstall": "papi",
"build": "tsc -b && vite build",
"analyze": "ANALYZE=true vite build",
"format": "prettier --write README.md \"src/**/*.{js,jsx,ts,tsx,json,md}\"",
"lint": "prettier --check README.md \"src/**/*.{js,jsx,ts,tsx,json,md}\" && eslint .",
"preview": "vite preview"
},
"dependencies": {
"@ledgerhq/hw-transport-webusb": "^6.30.0",
"@polkadot-api/descriptors": "file:.papi/descriptors",
"@polkadot-api/react-components": "0.4.2",
"@polkadot-api/sdk-accounts": "^0.7.0",
"@polkadot-api/sdk-staking": "0.5.0",
"@polkadot-api/substrate-bindings": "^0.19.0",
"@polkahub/ui-components": "0.5.0",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-slider": "^1.3.6",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-toggle": "^1.1.10",
"@radix-ui/react-toggle-group": "^1.1.11",
"@radix-ui/react-tooltip": "^1.2.8",
"@react-rxjs/core": "^0.10.8",
"@react-rxjs/utils": "^0.9.7",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.575.0",
"polkadot-api": "2.0.0-rc.2",
"polkahub": "0.5.0",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-responsive": "^10.0.1",
"react-router": "^7.13.1",
"react-svg": "^17.2.2",
"react-toastify": "^11.0.5",
"react-virtuoso": "^4.18.1",
"recharts": "^3.7.0",
"rxjs": "^7.8.2",
"tailwind-merge": "^3.5.0",
"timeago.js": "^4.0.2",
"vite-plugin-vercel-skew-protection": "^1.0.1"
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@ledgerhq/hw-transport": "^6.32.0",
"@tailwindcss/vite": "^4.2.1",
"@types/node": "^24.10.1",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.4",
"eslint": "^9.39.2",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.26",
"globals": "^17.3.0",
"prettier": "^3.8.1",
"tailwindcss": "^4.2.1",
"tw-animate-css": "^1.4.0",
"typescript": "~5.9.3",
"typescript-eslint": "^8.56.1",
"vite": "^7.3.1",
"vite-bundle-analyzer": "^1.3.6"
},
"prettier": {
"printWidth": 80,
"semi": false,
"trailingComma": "all"
},
"packageManager": "pnpm@10.23.0+sha512.21c4e5698002ade97e4efe8b8b4a89a8de3c85a37919f957e7a0f30f38fbc5bbdd05980ffe29179b2fb6e6e691242e098d945d1601772cad0fef5fb6411e2a4b"
}