-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
99 lines (99 loc) · 2.8 KB
/
package.json
File metadata and controls
99 lines (99 loc) · 2.8 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"private": true,
"name": "tonscan",
"main": "./src/js/app.js",
"description": "tonscan.org explorer",
"author": "catchain",
"version": "0.0.1",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@intlify/unplugin-vue-i18n": "^0.11.0",
"@kouts/vue-modal": "^3.0.8",
"@noble/ed25519": "^2.0.0",
"@ton-community/sandbox": "^0.11.0",
"@ton.org/func-js": "^0.1.3",
"@types/aes-js": "^3.1.1",
"@types/crypto-js": "^4.1.1",
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"@vueuse/core": "^10.1.2",
"adnl": "^1.0.3",
"aes-js": "^3.1.2",
"axios": "^1.4.0",
"axios-retry": "^3.5.0",
"bn.js": "^5.2.1",
"buffer": "^6.0.3",
"crypto-hash": "^2.0.1",
"crypto-js": "^4.1.1",
"curve25519-js": "^0.0.4",
"dataloader": "^2.2.2",
"dexie": "^3.2.4",
"fp-ts": "^2.16.0",
"hash.js": "^1.1.7",
"io-ts": "^2.2.20",
"io-ts-reporters": "^2.0.1",
"isomorphic-ws": "^5.0.0",
"lru_map": "^0.4.1",
"pinia": "^2.1.3",
"qrcode.vue": "^3.4.0",
"randombytes": "^2.1.0",
"rollup-plugin-analyzer": "^4.0.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-polyfills": "^0.2.1",
"rollup-plugin-polyfill-node": "^0.12.0",
"rollup-plugin-visualizer": "^5.9.0",
"symbol.inspect": "^1.0.3",
"timeago.js": "^4.0.2",
"ton-core": "^0.49.1",
"ton-crypto": "^3.2.0",
"ton-lite-client": "^2.1.0",
"ton-tl": "^1.0.1",
"ts-loader": "^9.4.3",
"tweetnacl": "^1.0.3",
"typescript": "^5.1.3",
"v3-infinite-loading": "^1.2.2",
"vite": "^4.3.9",
"vite-plugin-chunk-split": "^0.4.7",
"vite-svg-loader": "^4.0.0",
"vue": "^3.3.4",
"vue-i18n": "^9.2.2",
"vue-monaco": "^1.2.2",
"vue-mugen-scroll": "^0.2.6",
"vue-router": "^4.2.2",
"vue-toastification": "2.0.0-rc.5",
"websocket": "^1.0.34",
"ws": "^8.13.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"autoprefixer": "^10.4.14",
"dotenv": "^16.1.3",
"eslint": "^8.42.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^16.0.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^9.14.1",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.1",
"postcss": "^8.4.24",
"prettier": "^2.8.8",
"sass": "^1.62.1",
"sass-loader": "^13.3.1",
"tailwindcss": "^3.3.2",
"ts-node": "^10.9.1",
"vue-loader": "^17.2.2",
"vue-template-compiler": "^2.7.14"
},
"engines": {
"node": ">=16.0.0"
}
}