This repository was archived by the owner on Jan 17, 2026. It is now read-only.
forked from TxnLab/use-wallet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
140 lines (140 loc) · 4.13 KB
/
package.json
File metadata and controls
140 lines (140 loc) · 4.13 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
{
"name": "@makerx/use-wallet",
"repository": {
"type": "git",
"url": "https://github.com/txnlab/use-wallet"
},
"bugs": {
"url": "https://github.com/txnlab/use-wallet/issues"
},
"homepage": "https://txnlab.github.io/use-wallet",
"version": "2.1.1",
"description": "React hooks for using Algorand compatible wallets in dApps.",
"scripts": {
"dev": "yarn storybook",
"build": "rimraf dist && rollup -c",
"test": "jest",
"lint": "eslint '**/*.{js,ts,tsx}'",
"format": "prettier --check '**/*.{js,ts,tsx}'",
"storybook": "start-storybook -p 6006",
"deploy-storybook": "build-storybook && gh-pages -d storybook-static",
"build-storybook": "build-storybook",
"check-types": "tsc --noEmit",
"commit": "cz",
"pre-release": "yarn lint && yarn format && yarn check-types && yarn test && yarn build",
"release": "release-it"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"author": "txnlab",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"@babel/preset-react": "^7.16.0",
"@babel/preset-typescript": "^7.16.0",
"@blockshake/defly-connect": "^1.1.5",
"@daffiwallet/connect": "^1.0.3",
"@mdx-js/react": "^2.3.0",
"@perawallet/connect": "^1.2.1",
"@randlabs/myalgo-connect": "^1.4.2",
"@release-it/conventional-changelog": "^7.0.0",
"@rollup/plugin-commonjs": "^23.0.2",
"@rollup/plugin-node-resolve": "^15.0.1",
"@storybook/addon-actions": "^6.5.16",
"@storybook/addon-essentials": "^6.5.16",
"@storybook/addon-links": "^6.5.16",
"@storybook/builder-webpack5": "^6.5.16",
"@storybook/manager-webpack5": "^6.5.16",
"@storybook/preset-scss": "^1.0.3",
"@storybook/react": "^6.5.16",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.1.2",
"@types/node": "^20.3.2",
"@types/react": "^18.0.15",
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.55.0",
"@walletconnect/modal-sign-html": "^2.5.4",
"algosdk": "^2.1.0",
"babel-jest": "^29.1.2",
"babel-loader": "^9.0.0",
"buffer": "^6.0.3",
"commitizen": "4.3.0",
"css-loader": "^6.5.1",
"cz-conventional-changelog": "3.3.0",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.7.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"gh-pages": "^5.0.0",
"html-webpack-plugin": "^5.5.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.1.2",
"jest-canvas-mock": "^2.5.0",
"jest-environment-jsdom": "^29.3.1",
"postcss": "^8.4.17",
"prettier": "2.8.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"release-it": "^16.1.0",
"require-from-string": "^2.0.2",
"rimraf": "^5.0.1",
"rollup": "^3.3.0",
"rollup-plugin-analyzer": "^4.0.0",
"rollup-plugin-dts": "^5.0.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-typescript2": "^0.35.0",
"sass": "^1.43.5",
"sass-loader": "^13.1.0",
"style-loader": "^3.3.1",
"ts-node": "^10.9.1",
"tsconfig-paths-webpack-plugin": "^4.0.1",
"tslib": "^2.4.0",
"typescript": "^4.8.4"
},
"peerDependencies": {
"@blockshake/defly-connect": "^1.1.5",
"@daffiwallet/connect": "^1.0.3",
"@perawallet/connect": "^1.2.1",
"@randlabs/myalgo-connect": "^1.4.2",
"algosdk": "^2.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"peerDependenciesMeta": {
"@blockshake/defly-connect": {
"optional": true
},
"@daffiwallet/connect": {
"optional": true
},
"@perawallet/connect": {
"optional": true
},
"@randlabs/myalgo-connect": {
"optional": true
},
"@walletconnect/modal-sign-html": {
"optional": true
}
},
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"files": [
"dist"
],
"types": "dist/index.d.ts",
"dependencies": {
"immer": "^9.0.15",
"zustand": "^4.3.8"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
}
}