-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 2.2 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
{
"name": "aminhdev-qrcode-modal",
"version": "1.3.4",
"description": "QR Code Modal for WalletConnect",
"scripts": {
"clean": "rm -rf dist",
"build:svg": "node ./scripts/build-svg.js",
"build:css": "node ./scripts/build-css.js",
"build:registry": "node ./scripts/build-registry.js",
"build:pre": "run-s clean build:registry build:svg build:css",
"build:umd": "webpack",
"build:cjs": "microbundle --no-compress -f cjs --alias react=preact/compat,react-dom/test-utils=preact/test-utils,react-dom=preact/compat --tsconfig ./tsconfig.cjs.json",
"build": "run-s build:pre build:cjs build:umd",
"test": "tsdx test ./test"
},
"keywords": [
"wallet",
"walletconnect",
"ethereum",
"jsonrpc",
"mobile",
"qrcode",
"web3",
"crypto",
"cryptocurrency",
"dapp"
],
"author": "WalletConnect <walletconnect.org>",
"homepage": "https://github.com/WalletConnect/walletconnect-monorepo/",
"license": "LGPL-3.0",
"source": "src/index.ts",
"main": "dist/cjs/index.js",
"types": "dist/cjs/index.d.ts",
"unpkg": "dist/umd/index.min.js",
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/walletconnect/walletconnect-monorepo.git"
},
"bugs": {
"url": "https://github.com/walletconnect/walletconnect-monorepo/issues"
},
"devDependencies": {
"@babel/cli": "7.8.3",
"@babel/core": "7.8.3",
"@babel/node": "7.8.3",
"@babel/polyfill": "7.8.3",
"@babel/preset-env": "7.8.3",
"@babel/preset-typescript": "7.8.3",
"@babel/register": "7.8.3",
"@types/jest": "22.2.3",
"@types/node": "12.12.14",
"@types/qrcode": "1.3.4",
"@types/react": "16.9.36",
"css-loader": "3.5.3",
"microbundle": "0.11.0",
"npm-run-all": "4.1.5",
"style-loader": "1.2.0",
"svg-url-loader": "5.0.0",
"ts-loader": "6.2.2",
"tsdx": "0.12.3",
"typescript": "3.7.5",
"webpack": "4.41.5",
"webpack-cli": "3.3.10"
},
"dependencies": {
"@walletconnect/mobile-registry": "^1.3.4",
"@walletconnect/types": "^1.3.4",
"@walletconnect/utils": "^1.3.4",
"preact": "10.4.1",
"qrcode": "1.4.4"
},
"gitHead": "165f7993c2acc907c653c02847fb02721052c6e7"
}