-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
49 lines (49 loc) · 1.28 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
{
"name": "@pipeline-ui-2/pipeline",
"version": "1.9.0",
"description": "Class to send transactions to Algorand network with MyAlgo Connect",
"source": "index.js",
"main": "dist/index.js",
"type": "module",
"scripts": {
"test": "npm test",
"build": "parcel build --no-content-hash index.js --no-minify ",
"serve": "serve -s dist"
},
"keywords": [
"Algorand",
"Blockchain",
"JavaScript",
"Class"
],
"author": "Headline",
"license": "MIT",
"dependencies": {
"@json-rpc-tools/utils": "^1.7.6",
"@msgpack/msgpack": "^2.7.1",
"@perawallet/connect": "^1.2.3",
"@randlabs/myalgo-connect": "^1.2.0",
"@walletconnect/modal-sign-html": "^2.5.6",
"algo-msgpack-with-bigint": "^2.1.1",
"algosdk": "^2.3.0",
"buffer": "5.0.0",
"encrypt-with-password": "^1.0.0",
"file-saver": "^2.0.5",
"hi-base32": "^0.5.1",
"parcel-bundler": "^1.12.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"regenerator-runtime": "^0.13.9",
"serve": "^13.0.2",
"tslib": "2.4.0"
},
"devDependencies": {
"sass": "^1.53.0",
"typescript": "^4.7.4"
},
"@parcel/bundler-default": {
"minBundles": 1,
"minBundleSize": 100000000,
"maxParallelRequests": 20
}
}