-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·42 lines (42 loc) · 1.12 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
{
"name": "@decentology/hyperverse-algorand",
"main": "./main.js",
"version": "0.1.2",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/decentology/npm-hyperverse-algorand"
},
"scripts": {
"build": "webpack --watch --mode development",
"build:production": "webpack --mode production"
},
"peerDependencies": {
"react": "^17.0.2",
"@decentology/hyperverse": "^0.1.3"
},
"devDependencies": {
"@babel/core": "^7.15.8",
"@babel/plugin-transform-runtime": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"@babel/preset-react": "^7.14.5",
"babel-loader": "^8.2.3",
"webpack": "^5.59.1",
"webpack-cli": "^4.9.1"
},
"dependencies": {
"@json-rpc-tools/utils": "^1.7.6",
"@walletconnect/client": "^1.7.1",
"algorand-walletconnect-qrcode-modal": "^1.6.1",
"algosdk": "^1.12.0",
"aphrodite": "^2.4.0",
"buffer": "^6.0.3",
"classnames": "^2.3.1",
"crypto-browserify": "^3.12.0",
"https-browserify": "^1.0.0",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"tslib": "^2.3.1",
"url": "^0.11.0"
}
}