-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 2.65 KB
/
package.json
File metadata and controls
86 lines (86 loc) · 2.65 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
79
80
81
82
83
84
85
86
{
"name": "dot-console",
"description": "Substrate development console",
"keywords": [
"substrate",
"polkadot"
],
"bugs": {
"url": "https://github.com/tien/dot-console/issues",
"email": "tien.nguyenkhac@icloud.com"
},
"license": "AGPL-3.0-only",
"author": "Tiến Nguyễn Khắc <tien.nguyenkhac@icloud.com> (https://tien.zone/)",
"repository": "github:tien/dot-console",
"private": true,
"type": "module",
"packageManager": "yarn@4.12.0",
"volta": {
"node": "25.8.1",
"yarn": "4.12.0"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint src",
"preview": "vite preview",
"postinstall": "papi && panda codegen"
},
"dependencies": {
"@ark-ui/react": "^5.34.1",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/modifiers": "^9.0.0",
"@dnd-kit/sortable": "^10.0.0",
"@polkadot-api/descriptors": "portal:.papi/descriptors",
"@polkadot-api/view-builder": "0.5.1",
"@reactive-dot/core": "^0.72.0",
"@reactive-dot/react": "^0.72.0",
"@reactive-dot/wallet-ledger": "^0.20.0",
"@reactive-dot/wallet-mimir": "^0.2.9",
"@reactive-dot/wallet-polkadot-vault": "^0.3.0",
"@reactive-dot/wallet-readonly": "^0.3.0",
"@reactive-dot/wallet-walletconnect": "^0.19.0",
"@tanstack/react-router": "1.168.22",
"@tanstack/zod-adapter": "1.166.9",
"@w3f/polkadot-icons": "^1.0.0",
"date-fns": "^4.1.0",
"dot-connect": "^0.31.0",
"dot-identicon": "^0.3.0",
"jotai": "^2.19.1",
"jotai-suspense": "^0.5.0",
"lucide-react": "^1.8.0",
"polkadot-api": "^2.0.1",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"react-error-boundary": "^6.1.1",
"react-intersection-observer": "^10.0.3",
"react18-json-view": "0.2.10",
"rxjs": "^7.8.2",
"zod": "^4.3.6"
},
"devDependencies": {
"@eslint-react/eslint-plugin": "^4.2.3",
"@eslint/compat": "^2.0.5",
"@eslint/js": "^10.0.1",
"@pandacss/dev": "1.9.1",
"@park-ui/panda-preset": "^0.43.1",
"@tanstack/router-devtools": "1.166.13",
"@tanstack/router-plugin": "1.167.22",
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
"@tsconfig/strictest": "^2.0.8",
"@tsconfig/vite-react": "^7.0.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"babel-plugin-react-compiler": "1.0.0",
"eslint": "^10.2.0",
"eslint-plugin-react-compiler": "19.1.0-rc.2",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.5.2",
"prettier": "^3.8.3",
"typescript": "^6.0.2",
"typescript-eslint": "^8.58.2",
"vite": "^8.0.8",
"vite-tsconfig-paths": "^6.1.1"
}
}