forked from TrueCarry/ton-cell-abi-viewer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 749 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 749 Bytes
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
{
"name": "ton-cell-abi-viewer",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"@scaleton/tvm-disassembler": "^0.0.22",
"@ton-community/tlb-runtime": "1.0.0-alpha.3",
"@ton/core": "^0.61.0",
"@truecarry/tlb-abi": "0.2.0-beta.8",
"buffer": "^6.0.3",
"solid-js": "^1.9.5",
"yaml": "^2.7.0"
},
"devDependencies": {
"typescript": "~5.7.2",
"vite": "^6.2.0",
"vite-plugin-solid": "^2.11.2"
},
"packageManager": "pnpm@9.15.0+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c"
}