-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.09 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
{
"name": "@peerpiper/iframe-wallet-sdk",
"version": "0.0.13",
"main": "index.js",
"module": "index.js",
"scripts": {
"dev": "vite dev",
"test": "vitest",
"build": "vite build",
"package": "svelte-kit package",
"preview": "vite preview",
"publish:package": "npm publish ./package --access public",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check --plugin-search-dir=. .",
"format": "prettier --write --plugin-search-dir=. ."
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.1.1",
"@sveltejs/adapter-auto": "next",
"@sveltejs/adapter-static": "next",
"@sveltejs/kit": "next",
"autoprefixer": "^10.4.8",
"postcss": "^8.4.14",
"prettier": "^2.6.2",
"prettier-plugin-svelte": "^2.7.0",
"process": "^0.11.10",
"svelte": "^3.44.0",
"svelte-check": "^2.7.1",
"svelte-preprocess": "^4.10.7",
"svelte2tsx": "^0.5.13",
"sveltejs-adapter-ipfs": "^0.3.0",
"tailwindcss": "^3.1.7",
"tslib": "^2.3.1",
"typescript": "^4.7.4",
"vite": "^3.0.0",
"vitest": "^0.25.2"
},
"type": "module",
"types": "index.d.ts",
"dependencies": {
"@libp2p/crypto": "^1.0.7",
"@peerpiper/wasm-wallet-bindings": "github:PeerPiper/wasm-wallet-bindings#7ebe3d40886b8135b07ba1c4ca43ac4ad5fd69a8",
"@stablelib/base64": "^1.0.1",
"@ucanto/principal": "^4.2.3",
"arbundles": "github:Bundlr-Network/arbundles",
"arweave": "^1.11.6",
"assert": "^2.0.0",
"axios": "^0.27.2",
"bignumber.js": "^9.0.2",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"did-jwt": "^6.2.2",
"events": "^3.3.0",
"fast-json-stable-stringify": "^2.1.0",
"immortal-db": "^1.1.0",
"penpal": "^6.2.2",
"rpc-utils": "^0.6.2",
"stream-browserify": "^3.0.0",
"uint8arrays": "^3.1.0",
"w3name": "^1.0.6"
},
"engines": {
"node": ">=16.7"
},
"repository": {
"type": "git",
"url": "https://github.com/PeerPiper/iframe-wallet-sdk"
},
"keywords": [
"arweave",
"wallet",
"iframe",
"iframe-wallet",
"iframe-wallet-sdk"
],
"author": "Doug Anderson",
"license": "MIT"
}