forked from rotkonetworks/w3registrar
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
80 lines (80 loc) · 2.53 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
{
"name": "w3reg-www",
"private": true,
"version": "0.0.0",
"type": "module",
"engines": {
"node": ">=22"
},
"scripts": {
"dev": "vite --host",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@iconify/react": "^5.1.0",
"@polkadot-api/descriptors": "file:.papi/descriptors",
"@polkadot-api/docgen": "^0.0.8",
"@polkadot-api/metadata-builders": "^0.8.2",
"@polkadot-api/substrate-bindings": "^0.9.4",
"@polkadot-api/utils": "^0.1.2",
"@polkadot/api": "^14.3.1",
"@radix-ui/react-accordion": "^1.2.2",
"@radix-ui/react-dialog": "^1.1.3",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.3",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-separator": "^1.1.1",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-switch": "^1.1.2",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-tooltip": "^1.1.5",
"@reactive-dot/core": "0.29.0",
"@reactive-dot/react": "0.29.0",
"@reactive-dot/utils": "^0.8.1",
"@reactive-dot/wallet-ledger": "0.16.21",
"@reactive-dot/wallet-walletconnect": "0.17.1",
"@unocss/reset": "^0.63.4",
"bignumber.js": "^9.1.2",
"bun": "^1.1.38",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "1.0.0",
"dot-connect": "^0.13.2",
"dot-identicon": "^0.1.0",
"lit-html": "^3.2.1",
"lucide-react": "^0.456.0",
"polkadot-api": "1.8.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.28.0",
"rxjs": "^7.8.1",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"unicorn-magic": "0.1.0",
"valtio": "^2.1.2"
},
"devDependencies": {
"@antfu/eslint-config": "^3.11.2",
"@eslint/js": "^9.16.0",
"@types/node": "^22.10.1",
"@types/react": "^18.3.16",
"@types/react-dom": "^18.3.5",
"@unocss/preset-attributify": "^0.63.4",
"@vitejs/plugin-react-swc": "^3.7.2",
"eslint": "^9.16.0",
"eslint-plugin-react": "^7.37.2",
"globals": "^15.13.0",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.0",
"unocss": "^0.63.4",
"vite": "^5.4.11"
},
"packageManager": "[email protected]+sha512.837566d24eec14ec0f5f1411adb544e892b3454255e61fdef8fd05f3429480102806bac7446bc9daff3896b01ae4b62d00096c7e989f1596f2af10b927532f39",
"patchedDependencies": {
"@reactive-dot/[email protected]": "patches/@reactive-dot%[email protected]",
"[email protected]": "patches/[email protected]"
}
}