-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
83 lines (83 loc) · 2.59 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
{
"name": "dot-console",
"description": "Substrate development console",
"keywords": [
"substrate",
"polkadot"
],
"bugs": {
"url": "https://github.com/tien/dot-console/issues",
"email": "[email protected]"
},
"license": "AGPL-3.0-only",
"author": "Tiến Nguyễn Khắc <[email protected]> (https://tien.zone/)",
"repository": "github:tien/dot-console",
"private": true,
"type": "module",
"packageManager": "[email protected]",
"volta": {
"node": "22.11.0",
"yarn": "4.5.3"
},
"scripts": {
"dev": "rsbuild dev",
"build": "rsbuild build",
"lint": "eslint src",
"preview": "rsbuild preview",
"postinstall": "papi && panda codegen"
},
"dependencies": {
"@ark-ui/react": "^4.9.2",
"@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.4.2",
"@reactive-dot/react": "^0.36.0",
"@reactive-dot/wallet-ledger": "^0.16.27",
"@reactive-dot/wallet-mimir": "^0.1.1",
"@reactive-dot/wallet-walletconnect": "^0.17.7",
"@tanstack/react-router": "1.112.17",
"@tanstack/zod-adapter": "1.112.17",
"@w3f/polkadot-icons": "^1.0.0",
"date-fns": "^4.1.0",
"dot-connect": "^0.15.0",
"dot-identicon": "^0.1.0",
"jotai": "^2.12.1",
"jotai-suspense": "^0.4.1",
"polkadot-api": "^1.9.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-error-boundary": "^5.0.0",
"react-intersection-observer": "^9.16.0",
"react-scan": "^0.2.9",
"react18-json-view": "0.2.9",
"zod": "^3.24.2"
},
"devDependencies": {
"@eslint-react/eslint-plugin": "^1.30.2",
"@eslint/compat": "^1.2.7",
"@eslint/js": "^9.21.0",
"@pandacss/dev": "^0.53.1",
"@park-ui/panda-preset": "^0.43.1",
"@rsbuild/core": "^1.2.15",
"@rsbuild/plugin-babel": "^1.0.4",
"@rsbuild/plugin-react": "^1.1.1",
"@tanstack/router-devtools": "1.112.17",
"@tanstack/router-plugin": "1.112.17",
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
"@tsconfig/recommended": "^1.0.8",
"@tsconfig/strictest": "^2.0.5",
"@types/eslint__js": "^9.14.0",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"babel-plugin-react-compiler": "19.0.0-beta-40c6c23-20250301",
"eslint": "^9.21.0",
"eslint-plugin-react-compiler": "19.0.0-beta-40c6c23-20250301",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"prettier": "^3.5.3",
"typescript": "^5.8.2",
"typescript-eslint": "^8.26.0"
}
}