Skip to content

Commit c41847b

Browse files
committed
feat: SSRI Demo
1 parent 45c9292 commit c41847b

File tree

8 files changed

+1354
-13
lines changed

8 files changed

+1354
-13
lines changed

packages/demo/package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,18 @@
1616
},
1717
"dependencies": {
1818
"@lit/react": "^1.0.5",
19+
"@uiw/react-json-view": "2.0.0-alpha.30",
1920
"lucide-react": "^0.427.0",
2021
"next": "14.2.10",
2122
"react": "^18",
22-
"react-dom": "^18"
23+
"react-dom": "^18",
24+
"reflect-metadata": "^0.2.0"
2325
},
2426
"devDependencies": {
2527
"@ckb-ccc/connector-react": "workspace:*",
2628
"@ckb-ccc/lumos-patches": "workspace:*",
29+
"@ckb-ccc/ssri": "workspace:*",
30+
"@ckb-ccc/udt": "workspace:*",
2731
"@ckb-lumos/ckb-indexer": "^0.24.0-next.1",
2832
"@ckb-lumos/common-scripts": "^0.24.0-next.1",
2933
"@ckb-lumos/config-manager": "^0.24.0-next.1",

0 commit comments

Comments
 (0)