-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 2.02 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 2.02 KB
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
{
"name": "my-webpack-project",
"version": "1.0.0",
"description": "My webpack project",
"main": "index.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --mode=production --node-env=production",
"build:dev": "webpack --mode=development",
"build:prod": "webpack --mode=production --node-env=production",
"watch": "webpack --watch",
"serve": "webpack serve",
"peer1": "PEER=./peerIds/id-1.json LOG=./winnerBlockchain1.csv node build/backend.js",
"peer2": "PEER=./peerIds/id-2.json LOG=./winnerBlockchain2.csv node build/backend.js",
"peer3": "PEER=./peerIds/id-3.json LOG=./winnerBlockchain3.csv node build/backend.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stallingerl/BlockPro.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/stallingerl/BlockPro/issues"
},
"homepage": "https://github.com/stallingerl/BlockPro#readme",
"devDependencies": {
"@types/node": "^17.0.8",
"@types/webpack": "^5.28.0",
"@webpack-cli/generators": "^2.4.1",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^10.2.0",
"declaration-bundler-webpack-plugin": "^1.0.3",
"prettier": "^2.5.1",
"ts-loader": "^9.2.6",
"type": "^2.5.0",
"typescript": "^4.5.4",
"webpack": "^5.66.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.7.3",
"wepack-cli": "0.0.1-security"
},
"dependencies": {
"@codewarriorr/electrum-client-js": "^0.1.1",
"bip32": "^3.0.1",
"bip39": "^3.0.4",
"bitcoinjs-lib": "^6.0.1",
"crypto-js": "^4.1.1",
"fs": "0.0.1-security",
"hdkey": "^2.0.1",
"libp2p": "^0.35.8",
"libp2p-bootstrap": "^0.14.0",
"libp2p-crypto": "^0.21.2",
"libp2p-gossipsub": "^0.12.1",
"libp2p-mplex": "^0.10.7",
"libp2p-noise": "^4.0.0",
"libp2p-tcp": "^0.17.2",
"path": "^0.12.7",
"path-browserify": "^1.0.1",
"peer-id": "^0.16.0",
"uglifyjs-webpack-plugin": "^2.2.0"
}
}