-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
53 lines (53 loc) · 1.63 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
{
"version": "1.2.0",
"name": "@blockshake/defly-connect",
"description": "JavaScript SDK for integrating Defly Wallet to web applications.",
"module": "dist/index.js",
"scripts": {
"dev": "./node_modules/.bin/rollup -c -w",
"build": "./node_modules/.bin/rollup -c",
"eslint": "./node_modules/.bin/eslint --ext .jsx,.js,.tsx,.ts src/"
},
"author": "Defly Wallet",
"license": "ISC",
"devDependencies": {
"@hipo/eslint-config-base": "^4.3.1",
"@hipo/eslint-config-typescript": "^1.1.0",
"@rollup/plugin-image": "^2.1.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-replace": "^5.0.2",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"eslint": "^8.6.0",
"eslint-config-prettier": "^8.5.0",
"prettier": "^2.6.1",
"rollup": "^2.70.1",
"rollup-plugin-eslint": "^7.0.0",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-sizes": "^1.0.5",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.31.2",
"sass": "^1.49.11",
"typescript": "^4.6.3"
},
"dependencies": {
"@likecoin/qr-code-styling": "^1.6.6",
"@walletconnect/client": "^1.8.0",
"@walletconnect/types": "^1.8.0",
"bowser": "2.11.0",
"buffer": "^6.0.3",
"lottie-web": "^5.12.2"
},
"peerDependencies": {
"algosdk": "^3.0.0"
},
"types": "./dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/blockshake-io/defly-connect.git"
},
"bugs": {
"url": "https://github.com/blockshake-io/defly-connect/issues"
},
"homepage": "https://github.com/blockshake-io/defly-connect#readme"
}