-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.18 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
{
"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": "20.15.0",
"yarn": "4.3.1"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint src",
"preview": "vite preview",
"postinstall": "papi && panda codegen"
},
"dependencies": {
"@ark-ui/react": "^4.1.2",
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/modifiers": "^7.0.0",
"@dnd-kit/sortable": "^8.0.0",
"@polkadot-api/descriptors": "portal:.papi/descriptors",
"@polkadot-api/view-builder": "^0.3.11",
"@reactive-dot/react": "^0.26.2",
"@reactive-dot/wallet-ledger": "^0.16.18",
"@reactive-dot/wallet-walletconnect": "^0.16.18",
"@tanstack/react-router": "^1.81.9",
"@w3f/polkadot-icons": "^1.0.0",
"date-fns": "^4.1.0",
"dot-connect": "^0.12.1",
"dot-identicon": "^0.1.0",
"jotai": "^2.10.2",
"polkadot-api": "^1.7.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.1.2",
"react18-json-view": "^0.2.9-canary.8"
},
"devDependencies": {
"@eslint/compat": "^1.2.3",
"@eslint/js": "^9.14.0",
"@pandacss/dev": "^0.47.1",
"@park-ui/panda-preset": "^0.42.0",
"@tanstack/router-devtools": "^1.81.9",
"@tanstack/router-plugin": "^1.81.9",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@tsconfig/strictest": "^2.0.5",
"@tsconfig/vite-react": "^3.0.2",
"@types/eslint__js": "^8.42.3",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"eslint": "^9.14.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"prettier": "^3.3.3",
"typescript": "^5.6.3",
"typescript-eslint": "^8.14.0",
"vite": "^5.4.11",
"vite-tsconfig-paths": "^5.1.2"
}
}