-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
31 lines (31 loc) · 907 Bytes
/
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
{
"name": "purescript-hydra-sdk",
"version": "0.1.0",
"type": "module",
"devDependencies": {
"@mlabs-haskell/cardano-message-signing": "^1.0.1",
"@mlabs-haskell/cardano-serialization-lib-gc": "12.0.0",
"@mlabs-haskell/json-bigint": "2.0.0",
"@mlabs-haskell/uplc-apply-args": "1.0.29-alpha",
"@noble/secp256k1": "^1.7.0",
"base64-js": "^1.5.1",
"bignumber.js": "^9.1.1",
"bip39": "^3.1.0",
"bufferutil": "4.0.5",
"doctoc": "^2.2.1",
"esbuild": "0.18.11",
"esbuild-plugin-polyfill-node": "^0.3.0",
"esbuild-plugin-wasm": "^1.1.0",
"isomorphic-ws": "^5.0.0",
"puppeteer-core": "^15.3.2",
"reconnecting-websocket": "4.4.0",
"ts-unimplemented": "2.0.0",
"typescript": "5.0.4",
"uniqid": "5.4.0",
"utf-8-validate": "^5.0.10",
"uuid": "^8.3.2",
"web-encoding": "^1.1.5",
"ws": "^8.16.0",
"xhr2": "0.2.1"
}
}