-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
100 lines (100 loc) · 2.63 KB
/
package.json
File metadata and controls
100 lines (100 loc) · 2.63 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
100
{
"name": "mybucks-online",
"description": "Web app for Mybucks.online — a seedless wallet and gifting wallet: disposable gift wallets, fund and share via secure 1-click URL. Browser-only (no servers, database, or install). For airdrops, giveaways, campaigns, and instant onboarding.",
"private": true,
"version": "2.4.1",
"type": "module",
"keywords": [
"mybucks",
"mybucks.online",
"seedless-wallet",
"gifting-wallet",
"gift-wallet",
"burner-wallet",
"p2p-gifting",
"disposable-crypto-wallet",
"1-click-gifting",
"browser-based-wallet",
"crypto-airdrop",
"marketing-campaigns",
"instant-onboarding",
"no-seed-phrase",
"self-custodial",
"crypto-gift",
"temporary-wallet",
"crypto-url-wallet",
"layer3",
"crypto-marketing",
"ethereum",
"arbitrum",
"optimism",
"bnb-chain",
"polygon",
"avalanche",
"tron",
"usdt",
"decentralized-wallet",
"multi-chain",
"wallet",
"crypto",
"web3",
"scrypt",
"keccak256",
"key-generation",
"open-source"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/mybucks-online/app.git"
},
"homepage": "https://mybucks.online",
"resolutions": {
"**/axios": "1.15.2"
},
"scripts": {
"dev": "vite",
"dev:pwa": "VITE_PWA_DEV=true vite",
"build": "vite build",
"serve": "vite serve",
"lint": "eslint . --ext .js,.jsx",
"format": "prettier --write . && eslint --fix . --ext .js,.jsx",
"preview": "vite preview"
},
"dependencies": {
"@mybucks.online/core": "^3.0.1",
"@uniswap/default-token-list": "^13.5.0",
"buffer": "^6.0.3",
"clipboard-copy": "^4.0.1",
"date-fns": "^4.1.0",
"ethers": "^6.13.0",
"focus-trap-react": "^10.2.3",
"qrcode.react": "^4.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-idle-timer": "^5.7.2",
"react-toastify": "^10.0.5",
"styled-components": "^6.4.1",
"styled-normalize": "^8.1.1",
"toflexible": "^1.1.0",
"tronweb": "^6.3.0",
"zxcvbn": "^4.4.2"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.5",
"@eslint/js": "^10.0.1",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^10.2.1",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.5.2",
"eslint-plugin-simple-import-sort": "^13.0.0",
"prettier": "^3.8.3",
"vite": "^7.3.1",
"vite-plugin-node-polyfills": "^0.26.0",
"vite-plugin-pwa": "^1.2.0"
}
}