forked from solarenterprises/tymtLauncher-Client
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
116 lines (116 loc) · 3.59 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
{
"name": "tymtlauncher",
"description": "tymtlauncher client",
"homepage": "https://github.com/solarenterprises/tymtLauncher-Client#readme",
"author": "Solar Enterprises <hello@solarenterprises.com>",
"bugs": {
"url": "https://github.com/solarenterprises/tymtLauncher-Client/issues"
},
"license": "CC-BY-ND-4.0",
"private": true,
"contributors": [
"Solar Enterprises Team <hello@solarenterprises.com>",
"Dokdo UAB Team <hello@dokdo.sh>"
],
"version": "2.0.1",
"type": "commonjs",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
"@joeattardi/emoji-button": "^4.6.4",
"@metamask/browser-passworder": "^4.3.0",
"@mui/icons-material": "^5.15.14",
"@mui/material": "^5.15.14",
"@mui/styles": "^5.15.10",
"@reduxjs/toolkit": "^2.2.1",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-inject": "^5.0.5",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.6",
"@solana/web3.js": "^1.91.1",
"@solar-network/crypto": "^4.0.2",
"@tauri-apps/api": "^1.5.2",
"@types/big.js": "^6.2.2",
"@types/bip38": "^3.1.2",
"@types/keccak": "^3.0.4",
"@types/node": "^20.11.27",
"@types/react-i18next": "^8.1.0",
"@types/wif": "^2.0.5",
"@vitejs/plugin-legacy": "^5.3.2",
"aes256": "^1.1.0",
"axios": "^1.6.7",
"big.js": "^6.2.1",
"bignumber.js": "^9.1.2",
"bip32": "^4.0.0",
"bip38": "^3.1.1",
"bip39": "^3.1.0",
"bitcoin-address-validation": "^2.2.3",
"bitcoinjs-lib": "^6.1.5",
"buffer": "^6.0.3",
"cors": "^2.8.5",
"ed25519-hd-key": "^1.3.0",
"emoji-mart": "^5.5.2",
"emoji-picker-react": "^4.8.0",
"ethereumjs-wallet": "^1.0.2",
"ethers": "^6.11.1",
"firebase": "^10.8.1",
"formik": "^2.4.5",
"framer-motion": "^11.0.20",
"i18next": "^23.10.0",
"keccak": "^3.0.4",
"lodash": "^4.17.21",
"mui-one-time-password-input": "^2.0.2",
"multichain-crypto-wallet": "^0.2.8",
"multicoin-address-validator": "^0.5.16",
"numeral": "^2.0.6",
"primeicons": "^6.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.6",
"react-firebase-hooks": "^5.1.1",
"react-i18next": "^14.0.5",
"react-infinite-scroller": "^1.2.6",
"react-input-emoji": "^5.6.6",
"react-intersection-observer": "^9.8.2",
"react-loader-spinner": "^6.1.6",
"react-player": "^2.15.1",
"react-qr-code": "^2.0.12",
"react-redux": "^9.1.0",
"react-router-dom": "^6.22.1",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-polyfill-node": "^0.13.0",
"send-crypto": "^0.2.38",
"socket.io": "^4.7.5",
"socket.io-client": "^4.7.5",
"swiper": "^11.0.7",
"tiny-secp256k1": "^2.2.3",
"vite-plugin-node-polyfills": "^0.21.0",
"wif": "^4.0.0",
"yup": "^1.4.0"
},
"devDependencies": {
"@tauri-apps/cli": "^1.5.8",
"@types/lodash": "^4.17.0",
"@types/multicoin-address-validator": "^0.5.2",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@types/react-infinite-scroller": "^1.2.5",
"@vitejs/plugin-react": "^4.2.1",
"sass": "^1.71.1",
"terser": "^5.29.2",
"ts-node": "^10.9.2",
"typescript": "*",
"vite": "^5.0.0",
"vite-plugin-top-level-await": "^1.4.1",
"vite-plugin-wasm": "^3.3.0"
}
}