-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
86 lines (86 loc) · 2.34 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
{
"name": "@tomo-inc/tomo-wallet-provider",
"description": "",
"version": "1.1.5",
"type": "module",
"exports": {
".": {
"import": "./dist/main.js"
}
},
"main": "./dist/main.js",
"module": "./dist/main.js",
"typings": "./dist/main.d.ts",
"files": [
"dist"
],
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"test": "vitest",
"coverage": "vitest run --coverage"
},
"dependencies": {
"events": "^3.3.0",
"long": "^5.2.3",
"buffer": "^6.0.3"
},
"peerDependencies": {
"@bitcoinerlab/secp256k1": "^1.1.1",
"@cosmjs/stargate": "^0.32.4",
"@keplr-wallet/types": "^0.12.130",
"@keystonehq/animated-qr": "0.10.0",
"@keystonehq/keystone-sdk": "0.9.0",
"@keystonehq/sdk": "0.22.1",
"@scure/bip32": "^1.4.0",
"bitcoinjs-lib": "^6.1.5",
"react": "^18",
"react-dom": "^18"
},
"devDependencies": {
"@bitcoinerlab/secp256k1": "^1.1.1",
"@cosmjs/stargate": "^0.32.4",
"@keplr-wallet/types": "^0.12.130",
"@keystonehq/animated-qr": "0.10.0",
"@keystonehq/keystone-sdk": "0.9.0",
"@keystonehq/sdk": "0.22.1",
"@rollup/plugin-typescript": "^8.2.1",
"@scure/bip32": "^1.4.0",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^14.3.1",
"@tomo-inc/wallet-connect-sdk": "^0.3.8",
"@types/node": "^20.12.12",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"@vitest/coverage-v8": "2.1.4",
"@vitest/ui": "^1.6.0",
"autoprefixer": "^10.4.19",
"bignumber.js": "^9.1.2",
"bitcoinjs-lib": "^6.1.5",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-tailwindcss": "^3.17.0",
"happy-dom": "^12.10.3",
"postcss": "^8.4.38",
"prettier": "3.1.1",
"react": "^18",
"react-dom": "^18",
"rollup-plugin-typescript-paths": "^1.3.0",
"starknet": "^6.11.0",
"stream-browserify": "^3.0.0",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^2.1.4"
},
"resolutions": {
"long": "^5.2.3"
}
}