@nomadpay/widgets 0.0.1-alpha.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +61 -0
  2. package/dist/esm/index.js +6003 -0
  3. package/package.json +127 -0
package/package.json ADDED
@@ -0,0 +1,127 @@
1
+ {
2
+ "name": "@nomadpay/widgets",
3
+ "moduleName": "NomadPayWidgets",
4
+ "description": "Nomad Pay Widgets",
5
+ "version": "0.0.1-alpha.11",
6
+ "main": "./dist/umd/index.js",
7
+ "module": "./dist/esm/index.js",
8
+ "types": "./dist/esm/index.d.ts",
9
+ "type": "module",
10
+ "exports": {
11
+ ".": {
12
+ "import": "./dist/esm/index.js",
13
+ "require": "./dist/umd/index.js"
14
+ }
15
+ },
16
+ "files": [
17
+ "dist/esm/",
18
+ "README.md",
19
+ "package.json",
20
+ "LICENSE",
21
+ "CHANGELOG.md"
22
+ ],
23
+ "scripts": {
24
+ "build": "rm -rf dist && rollup -c rollup.bundle.config.cjs --mode=production",
25
+ "dev": "cross-env NODE_ENV=development & cross-env NODE_OPTIONS=\"--max-old-space-size=8192\" rollup -c rollup.dev.config.cjs -w & vite --mode=umd",
26
+ "dev-esm": "cross-env NODE_ENV=development & cross-env NODE_OPTIONS=\"--max-old-space-size=8192\" rollup -c rollup.dev-esm.config.cjs -w & vite --mode=esm",
27
+ "type-check": "tsc --noEmit",
28
+ "watch": "tsc --watch",
29
+ "translate": "node scripts/translate.cjs"
30
+ },
31
+ "peerDependencies": {
32
+ "react": "^18",
33
+ "react-dom": "^18"
34
+ },
35
+ "devDependencies": {
36
+ "@babel/core": "^7.26.10",
37
+ "@babel/plugin-transform-runtime": "^7.26.10",
38
+ "@babel/preset-react": "^7.26.3",
39
+ "@babel/preset-typescript": "^7.27.0",
40
+ "@google-cloud/translate": "^9.1.0",
41
+ "@rollup/plugin-alias": "^5.1.1",
42
+ "@rollup/plugin-babel": "^6.x",
43
+ "@rollup/plugin-commonjs": "^25.x",
44
+ "@rollup/plugin-inject": "^5.0.5",
45
+ "@rollup/plugin-json": "^6.1.0",
46
+ "@rollup/plugin-node-resolve": "^15.x",
47
+ "@rollup/plugin-replace": "^6.0.2",
48
+ "@rollup/plugin-typescript": "^12.1.2",
49
+ "@tanstack/query-core": "^5.71.0",
50
+ "@tanstack/react-query": "^5.71.0",
51
+ "@types/react": "^19.0.12",
52
+ "@types/react-dom": "^19.0.4",
53
+ "@types/trusted-types": "^2.0.7",
54
+ "@vitejs/plugin-basic-ssl": "^2.1.0",
55
+ "@vitejs/plugin-react": "^4.6.0",
56
+ "classnames": "^2.5.1",
57
+ "crypto-browserify": "^3.12.1",
58
+ "react": "^18",
59
+ "react-dom": "^18",
60
+ "rollup": "^4.x",
61
+ "rollup-plugin-copy": "^3.5.0",
62
+ "rollup-plugin-dev": "^2.0.5",
63
+ "rollup-plugin-dts": "^6.2.1",
64
+ "rollup-plugin-jscc": "^2.0.0",
65
+ "rollup-plugin-livereload": "^2.0.5",
66
+ "rollup-plugin-peer-deps-external": "^2.2.4",
67
+ "rollup-plugin-polyfill-node": "^0.13.0",
68
+ "rollup-plugin-postcss": "^4.0.2",
69
+ "rollup-plugin-serve": "1.1.1",
70
+ "rollup-plugin-terser": "^7.0.2",
71
+ "rollup-plugin-typescript2": "^0.36.0",
72
+ "rollup-plugin-visualizer": "^6.0.3",
73
+ "sass": "^1.86.1",
74
+ "ts-loader": "^9.5.2",
75
+ "tslib": "^2.x",
76
+ "typescript": "^5.8.2",
77
+ "vite": "^6.3.5",
78
+ "wagmi": "^2.14.15"
79
+ },
80
+ "dependencies": {
81
+ "@depay/solana-web3.js": "^1.98.0",
82
+ "@depay/web3-blockchains": "^9.8.0",
83
+ "@depay/web3-client": "^11.0.4",
84
+ "@depay/web3-exchanges": "13.7.0",
85
+ "@depay/web3-tokens": "^11.0.0",
86
+ "@project-serum/anchor": "^0.26.0",
87
+ "@solana-mobile/wallet-adapter-mobile": "^2.2.3",
88
+ "@solana/spl-token": "^0.4.13",
89
+ "@solana/wallet-adapter-backpack": "^0.1.14",
90
+ "@solana/wallet-adapter-bitkeep": "^0.3.24",
91
+ "@solana/wallet-adapter-glow": "^0.1.18",
92
+ "@solana/wallet-adapter-phantom": "^0.9.28",
93
+ "@solana/wallet-adapter-react": "^0.15.36",
94
+ "@solana/wallet-adapter-react-ui": "^0.9.36",
95
+ "@solana/wallet-adapter-solflare": "^0.6.32",
96
+ "@solana/wallet-adapter-trust": "^0.1.17",
97
+ "@solana/wallet-adapter-walletconnect": "^0.1.21",
98
+ "@solana/web3.js": "^1.98.0",
99
+ "@ston-fi/api": "^0.22.0",
100
+ "@ston-fi/omniston-sdk": "^0.4.1",
101
+ "@ston-fi/omniston-sdk-react": "^0.4.1",
102
+ "@ston-fi/sdk": "^2.4.0",
103
+ "@ton/core": "^0.60.1",
104
+ "@ton/crypto": "^3.3.0",
105
+ "@ton/ton": "^15.2.1",
106
+ "@tonconnect/sdk": "^3.1.0",
107
+ "@tonconnect/ui-react": "^2.1.0",
108
+ "@tronweb3/tronwallet-adapter-binance": "^1.0.0",
109
+ "@tronweb3/tronwallet-adapter-bybit": "^1.0.1",
110
+ "@tronweb3/tronwallet-adapter-gatewallet": "^1.0.3",
111
+ "@tronweb3/tronwallet-adapter-ledger": "^1.1.11",
112
+ "@tronweb3/tronwallet-adapter-react-hooks": "^1.1.10",
113
+ "@tronweb3/tronwallet-adapter-tokenpocket": "^1.0.6",
114
+ "@tronweb3/tronwallet-adapter-tronlink": "^1.1.12",
115
+ "@uniswap/sdk-core": "^7.7.2",
116
+ "axios": "^1.9.0",
117
+ "buffer": "^6.0.3",
118
+ "cross-env": "^7.0.3",
119
+ "decimal.js": "^10.5.0",
120
+ "ethers": "^5.7.1",
121
+ "qs": "^6.14.0",
122
+ "rc-dropdown": "^4.2.1"
123
+ },
124
+ "resolutions": {
125
+ "mime": "2.6.0"
126
+ }
127
+ }