-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·38 lines (38 loc) · 1023 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
32
33
34
35
36
37
38
{
"name": "@decentology/hyperverse-flow-tribes",
"main": "./main.js",
"version": "0.1.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/decentology/npm-hyperverse-flow-tribes"
},
"scripts": {
"build": "webpack --watch --mode development",
"build:production": "webpack --mode production"
},
"peerDependencies": {
"@decentology/hyperverse": "^0.1.3",
"@decentology/hyperverse-flow": "^0.1.1",
"react": "^17.0.2"
},
"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": {
"@onflow/fcl": "^0.0.77",
"@onflow/types": "^0.0.6",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"https-browserify": "^1.0.0",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"url": "^0.11.0"
}
}