forked from UnyxTech/tomo-social-lite
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
96 lines (96 loc) · 2.64 KB
/
package.json
File metadata and controls
96 lines (96 loc) · 2.64 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
{
"name": "@stakefish/wallet-connect-sdk",
"description": "wallet-connect-sdk",
"version": "0.3.20",
"type": "module",
"exports": {
".": {
"import": "./dist/main.js",
"require": "./dist/main.cjs"
},
"./style.css": "./dist/style.css"
},
"main": "./dist/main.cjs",
"module": "./dist/main.js",
"typings": "./dist/main.d.ts",
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "https://github.com/stakefish/wallet-connect-sdk.git"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build"
},
"dependencies": {
"@stakefish/tomo-wallet-provider": "^1.1.15",
"animate.css": "^4.1.1",
"buffer": "^6.0.3",
"classnames": "^2.5.1",
"clsx": "^2.1.0",
"immutability-helper": "^3.1.1",
"jotai": "^2.9.0",
"long": "^5.2.3",
"starknet": "^6.24.1",
"tailwind-merge": "2.2.2"
},
"peerDependencies": {
"react": "19.1.0",
"react-dom": "19.1.0"
},
"devDependencies": {
"@bitcoinerlab/secp256k1": "^1.1.1",
"@cosmjs/launchpad": "^0.27.1",
"@cosmjs/stargate": "^0.32.4",
"@keystonehq/animated-qr": "0.10.0",
"@keystonehq/keystone-sdk": "0.9.0",
"@keystonehq/sdk": "0.22.1",
"@originjs/vite-plugin-commonjs": "^1.0.3",
"@rollup/plugin-inject": "^5.0.5",
"@rollup/plugin-typescript": "^8.2.1",
"@scure/bip32": "^1.4.0",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^14.3.1",
"@types/node": "^20.12.12",
"@types/react": "19.1.0",
"@types/react-dom": "19.1.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-basic-ssl": "^1.1.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"@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": "19.1.0",
"react-dom": "19.1.0",
"rollup-plugin-typescript-paths": "^1.3.0",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5",
"vconsole": "^3.15.1",
"vite": "^5.2.11",
"vite-plugin-remove-console": "^2.2.0",
"vite-plugin-vconsole": "^2.1.1",
"vite-plugin-wasm": "^3.3.0",
"vite-require": "^0.2.3",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.6.0"
},
"resolutions": {
"long": "^5.2.3"
}
}