forked from ton-blockchain/verifier
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.68 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 2.68 KB
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
{
"name": "ton-contract-verifier",
"private": true,
"version": "0.0.0",
"type": "module",
"homepage": "https://verifier.ton.org",
"scripts": {
"dev": "vite",
"build": "tsc && vite build && cp dist/index.html dist/404.html",
"preview": "vite preview",
"prepare": "husky install",
"test": "tsc -p tsconfig.json --noemit",
"analyze": "source-map-explorer 'dist/assets/*.js' --no-border-checks"
},
"overrides": {
"ton-core": "npm:@ton/core@^0.60.0"
},
"dependencies": {
"@aws-crypto/sha256-js": "^2.0.2",
"@dnd-kit/modifiers": "^6.0.0",
"@dnd-kit/sortable": "^7.0.1",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@mui/icons-material": "^5.10.9",
"@mui/material": "^5.10.10",
"@tact-lang/compiler": "^1.1.2",
"@tact-lang/opcode": "^0.3.2",
"@tanstack/react-query": "^5.90.12",
"@ton-community/func-js": "^0.3.0",
"@ton/core": "^0.60.0",
"@ton/ton": "^13.9.0",
"@tonconnect/ui-react": "^1.0.0-beta.6",
"bigint-buffer": "^1.1.5",
"buffer": "^6.0.3",
"file-saver": "^2.0.5",
"func-js-bin-0.2.0": "npm:@ton-community/func-js-bin@^0.2.0",
"func-js-bin-0.3.0": "npm:@ton-community/func-js-bin@^0.3.0",
"func-js-bin-0.4.0": "npm:@ton-community/func-js-bin@^0.4.0",
"func-js-bin-0.4.1": "npm:@ton-community/func-js-bin@^0.4.1",
"func-js-bin-0.4.2": "npm:@ton-community/func-js-bin@^0.4.2",
"func-js-bin-0.4.3": "npm:@ton-community/func-js-bin@^0.4.3",
"func-js-bin-0.4.4": "npm:@ton-community/func-js-bin@^0.4.4",
"func-js-bin-0.4.4-newops": "npm:@ton-community/func-js-bin@^0.4.4-newops",
"func-js-bin-0.4.4-newops.1": "npm:@ton-community/func-js-bin@^0.4.4-newops.1",
"func-js-bin-0.4.5": "npm:@ton-community/func-js-bin@^0.4.5",
"func-js-bin-0.4.6": "npm:@ton-community/func-js-bin@^0.4.6",
"func-js-bin-0.4.6-wasmfix.0": "npm:@ton-community/func-js-bin@^0.4.6-wasmfix.0",
"highlight.js": "^11.9.0",
"highlightjs-func": "^0.3.1",
"immer": "^9.0.17",
"javascript-time-ago": "^2.5.7",
"jszip": "^3.10.1",
"notistack": "^2.0.8",
"react": "^18.2.0",
"react-device-detect": "^2.2.2",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-ga4": "^1.4.1",
"react-hook-form": "^7.48.2",
"react-qr-code": "^2.0.8",
"react-router-dom": "^6.4.2",
"source-map-explorer": "^2.5.3",
"web-tree-sitter": "^0.20.7",
"zustand": "^4.1.3"
},
"devDependencies": {
"@types/file-saver": "^2.0.5",
"@types/node": "^18.11.4",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.1.0",
"husky": "^8.0.0",
"typescript": "^4.6.4",
"vite": "^3.1.0"
}
}