-
Notifications
You must be signed in to change notification settings - Fork 69
/
package.json
67 lines (67 loc) · 2.22 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
{
"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",
"analyze": "source-map-explorer 'dist/assets/*.js' --no-border-checks"
},
"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",
"@orbs-network/ton-access": "^2.3.3",
"@tact-lang/compiler": "^1.1.2",
"@tanstack/react-query": "^4.13.0",
"@ton-community/contract-verifier-sdk": "1.3.1",
"@ton-community/func-js": "^0.3.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",
"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",
"ton": "^13.9.0",
"ton-core": "^0.53.0",
"tvm-disassembler": "^2.0.2",
"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"
}
}