-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
100 lines (100 loc) · 3.16 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
{
"name": "@depay/buttons",
"moduleName": "DePayButtons",
"version": "12.13.0",
"latestSupportedVersions": {
"12": "12.13.0",
"11": "11.7.4"
},
"description": "A simple button brings Web3 Payments to your website or App. DePay simplifies and improves Web3 Payments with the power of DeFi. Accept any token with on-the-fly conversion with state-of-the-art widgets.",
"main": "./dist/umd/index.js",
"module": "./dist/esm/index.js",
"files": [
"dist"
],
"repository": "[email protected]:DePayFi/buttons.git",
"keywords": [
"web3",
"payments",
"button",
"blockchain",
"widgets",
"react",
"crypto",
"cryptocurrencies"
],
"author": "depay.com",
"homepage": "https://depay.com",
"license": "MIT",
"scripts": {
"build": "rm -rf dist && npx rollup --config rollup.module.config.js && npx rollup --config rollup.bundle.config.js",
"lint": "eslint \"src/**/*.{js,ts,tsx}\"",
"lint:fix": "eslint \"src/**/*.{js,ts,tsx}\" --fix",
"format": "prettier src --write",
"prepublishOnly": "yarn build",
"dev": "npx rollup -c rollup.dev.config.js -w",
"test:cypress": "yarn cypress run",
"test:cypress:debug": "yarn cypress run --headed --no-exit",
"test:jest": "npx jest --no-cache",
"test:integration": "yarn test:cypress"
},
"dependencies": {
"@depay/react-shadow-dom": "^5.0.5",
"@depay/web3-blockchains": "^9.4.4",
"@depay/widgets": "^12.12.5"
},
"peerDependencies": {
"react": "^18",
"react-dom": "^18"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.14.5",
"@babel/preset-env": "^7.12.7",
"@babel/preset-react": "^7.12.7",
"@cypress/react": "^5.12.5",
"@cypress/webpack-preprocessor": "^6.0.1",
"@depay/coinbase-wallet-sdk": "3.8.4",
"@depay/react-shadow-dom": "^5.0.5",
"@depay/web3-blockchains": "^9.4.2",
"@depay/widgets": "^12.12.5",
"@peculiar/webcrypto": "^1.4.3",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^17.1.0",
"@rollup/plugin-node-resolve": "^11.2.0",
"@rollup/plugin-replace": "^2.4.1",
"@rollup/plugin-sucrase": "^3.1.0",
"atob": "^2.1.2",
"babel-loader": "^8.2.2",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"buffer": "^6.0.3",
"cross-fetch": "^3.1.5",
"crypto-browserify": "^3.12.0",
"cypress": "^10.11.0",
"eslint": "^7.15.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"ethers": "^5.7.1",
"jest": "^26.6.3",
"process": "^0.11.10",
"react": "^18",
"react-dom": "^18",
"regenerator-runtime": "^0.13.7",
"rollup": "^2.34.2",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-livereload": "^2.0.0",
"rollup-plugin-polyfill-node": "^0.7.0",
"rollup-plugin-serve": "^1.1.0",
"rollup-plugin-terser": "^7.0.2",
"stream-browserify": "^3.0.0",
"webpack": "^5.73.0"
},
"resolutions": {
"clipboardy": "3.0.0"
}
}