-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
128 lines (128 loc) · 4.39 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
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{
"name": "botfi-wallet",
"private": true,
"version": "1.1.0",
"type": "module",
"scripts": {
"dev": "cross-env NODE_ENV=development BOTFI_PLATFORM=dev sh ./scripts/dev.sh",
"build_telegram": "cross-env BOTFI_PLATFORM=telegram sh ./scripts/build_telegram.sh",
"build_android": "cross-env BOTFI_PLATFORM=capacitor sh ./scripts/build_android.sh",
"preview": "vite preview",
"compile": "npx hardhat compile",
"run_android": "cross-env NODE_ENV=development BOTFI_PLATFORM=dev sh ./scripts/run_android.sh",
"gen_assets": "npx @capacitor/assets generate --iconBackgroundColor '#ffffff' --iconBackgroundColorDark '#1e1e1e' --splashBackgroundColor '#ffffff' --splashBackgroundColorDark '#1e1e1e'",
"sync": "npx cap sync"
},
"dependencies": {
"@axelar-network/axelarjs-sdk": "^0.13.8",
"@botfi-app/capacitor-webview-embed": "^3.2.0",
"@bugsnag/js": "^7.21.0",
"@bugsnag/plugin-vue": "^7.19.0",
"@capacitor-firebase/crashlytics": "^5.4.1",
"@capacitor/android": "^5.6.0",
"@capacitor/app": "^5.0.6",
"@capacitor/clipboard": "^5.0.6",
"@capacitor/core": "^5.6.0",
"@capacitor/device": "^5.0.6",
"@capacitor/preferences": "^5.0.6",
"@capacitor/splash-screen": "^5.0.7",
"@capacitor/status-bar": "^5.0.6",
"@ethereumjs/tx": "^5.0.0",
"@glidejs/glide": "^3.6.0",
"@iconify/vue": "^4.1.1",
"@metamask/eth-sig-util": "^7.0.1",
"@noble/hashes": "^1.3.1",
"@parity/erc681": "github:parity-js/erc681",
"@popperjs/core": "^2.11.8",
"@vueuse/core": "^10.4.1",
"animate.css": "^4.1.1",
"bootstrap": "^5.3.1",
"bootswatch": "^5.3.1",
"buffer": "^6.0.3",
"capacitor-native-biometric": "^4.2.2",
"capacitor-plugin-safe-area": "^2.0.6",
"clipboard": "^2.0.11",
"copy-text-to-clipboard": "^3.2.0",
"date-and-time": "^3.0.3",
"dayjs": "^1.11.10",
"dexie": "^3.2.4",
"dynamic-import-polyfill": "^0.1.1",
"easyqrcodejs": "^4.5.0",
"esm-seedrandom": "^3.0.5",
"eth-url-parser": "^1.0.4",
"ethers": "6.11.0",
"fetch-jsonp": "^1.3.0",
"floating-vue": "^2.0.0-beta.24",
"helia": "^2.0.3",
"lokijs": "^1.5.12",
"nice-color-palettes": "^3.0.0",
"pinia": "^2.1.6",
"qr-scanner": "^1.4.2",
"randomcolor": "^0.6.2",
"sanitize-html": "^2.11.0",
"simplebar": "^6.2.5",
"sticksy": "^0.2.0",
"sticky-js": "^1.3.0",
"sweetalert2": "^11.7.20",
"swipejs": "^2.3.1",
"swiper": "^11.0.5",
"tinycolor2": "^1.6.0",
"uuid": "^9.0.1",
"v3-infinite-loading": "^1.3.1",
"validator": "^13.11.0",
"vue": "^3.3.4",
"vue-boring-avatars": "^1.3.0",
"vue-lazyload": "^3.0.0",
"vue-router": "^4.2.4",
"vue-router-prefetch": "^1.6.3",
"vue3-lazyload": "^0.3.8",
"vue3-popper": "^1.5.0",
"whatwg-fetch": "^3.6.17"
},
"devDependencies": {
"@capacitor/assets": "^3.0.4",
"@capacitor/cli": "^5.6.0",
"@capgo/cli": "^4.2.1",
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@fullhuman/postcss-purgecss": "^5.0.0",
"@fullhuman/vue-cli-plugin-purgecss": "^5.0.0",
"@iconify/vue": "^4.1.1",
"@nomicfoundation/hardhat-toolbox": "^4.0.0",
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@nomiclabs/hardhat-waffle": "^2.0.6",
"@rollup/plugin-inject": "^5.0.5",
"@types/whatwg-fetch": "^0.0.33",
"@uniswap/v3-periphery": "^1.4.4",
"@vitejs/plugin-basic-ssl": "^1.1.0",
"@vitejs/plugin-legacy": "^4.1.1",
"@vitejs/plugin-vue": "^4.2.3",
"autoprefixer": "^10.4.15",
"cross-env": "^7.0.3",
"fast-glob": "^3.3.2",
"fs-extra": "^11.1.1",
"hardhat": "^2.19.1",
"html5-qrcode": "^2.3.8",
"node-fetch": "^2.7.0",
"postcss": "^8.4.28",
"pulltorefreshjs": "^0.1.22",
"rollup-plugin-polyfill-node": "^0.13.0",
"rollup-plugin-visualizer": "^5.9.3",
"sass": "^1.65.1",
"terser": "^5.30.3",
"unplugin-auto-import": "^0.16.6",
"unplugin-icons": "^0.16.0",
"unplugin-vue-components": "^0.24.1",
"unplugin-vue-router": "^0.6.4",
"vite": "^4.4.5",
"vite-plugin-compress": "^2.1.1",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-compression2": "^0.11.0",
"vite-plugin-dynamic-import": "^1.5.0",
"vite-plugin-html": "^3.2.2",
"vite-plugin-mkcert": "^1.17.2",
"vite-plugin-node-stdlib-browser": "^0.2.1",
"vite-plugin-pages": "^0.31.0",
"vite-plugin-preload": "^0.3.1",
"vite-plugin-pwa": "^0.17.0"
}
}