-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
81 lines (81 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
81
{
"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": "^5.3.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.4.3",
"@reactive-dot/react": "^0.39.1",
"@reactive-dot/wallet-ledger": "^0.16.31",
"@reactive-dot/wallet-mimir": "^0.1.5",
"@reactive-dot/wallet-walletconnect": "^0.17.11",
"@tanstack/react-router": "1.114.27",
"@tanstack/zod-adapter": "1.114.27",
"@w3f/polkadot-icons": "^1.0.0",
"date-fns": "^4.1.0",
"dot-connect": "^0.18.0",
"dot-identicon": "^0.1.1",
"jotai": "^2.12.2",
"jotai-suspense": "^0.4.1",
"polkadot-api": "^1.9.7",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-error-boundary": "^5.0.0",
"react-intersection-observer": "^9.16.0",
"react18-json-view": "0.2.9",
"zod": "^3.24.2"
},
"devDependencies": {
"@eslint-react/eslint-plugin": "^1.38.0",
"@eslint/compat": "^1.2.7",
"@eslint/js": "^9.23.0",
"@pandacss/dev": "^0.53.3",
"@park-ui/panda-preset": "^0.43.1",
"@rsbuild/core": "^1.2.19",
"@rsbuild/plugin-babel": "^1.0.4",
"@rsbuild/plugin-react": "^1.1.1",
"@tanstack/router-devtools": "1.114.27",
"@tanstack/router-plugin": "1.114.27",
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
"@tsconfig/recommended": "^1.0.8",
"@tsconfig/strictest": "^2.0.5",
"@types/react": "^19.0.12",
"@types/react-dom": "^19.0.4",
"babel-plugin-react-compiler": "19.0.0-beta-aeaed83-20250323",
"eslint": "^9.23.0",
"eslint-plugin-react-compiler": "19.0.0-beta-aeaed83-20250323",
"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.28.0"
}
}