-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
151 lines (151 loc) · 5.31 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
{
"name": "truffle-init-webpack",
"version": "0.0.3",
"description": "Frontend example using truffle v3",
"scripts": {
"start": "webpack-dev-server --config ./webpack.config.dev.js --colors --mode development --open",
"lint": "eslint ./",
"build": "webpack",
"build:submodules": "webpack --config ./webpack.config.submodules.js --mode production --colors",
"build:analyze": "webpack --config ./webpack.config.analyze.js --mode production --colors",
"deploy": "node 2keyBuilder.js",
"geth": "node dockers/mainnet/geth.mainnet.js start",
"geth:stop": "node dockers/mainnet/geth.mainnet.js stop",
"geth:reset": "node dockers/mainnet/geth.mainnet.js reset",
"plasma": "node dockers/plasma/geth.plasma.js start",
"plasma:stop": "node dockers/plasma/geth.plasma.js stop",
"plasma:reset": "node dockers/plasma/geth.plasma.js reset",
"ipfs": "node dockers/ipfs/ipfs.js start",
"ipfs:stop": "node dockers/ipfs/ipfs.js stop",
"ipfs:reset": "node dockers/ipfs/ipfs.js reset",
"test:all": "./test-funnel.bash",
"test:sendEth": "python3 ./dockers/sendEther.py",
"test:examples": "./test-funnel.bash --example",
"test:cpc": "./test-funnel.bash --cpc",
"test:cpcNoRewards": "./test-funnel.bash --cpcNoRewards",
"test:donation": "./test-funnel.bash --donation",
"test:acquisition": "./test-funnel.bash --acquisition",
"test:mvp": "./test-funnel.bash --mvp",
"test:command": "node -r dotenv/config ./node_modules/.bin/mocha --exit -r ts-node/register $NODE_DEBUG_OPTION",
"test:web3": "node -r dotenv/config ./node_modules/.bin/mocha --exit -r ts-node/register ./2key-protocol/test/web3.test.ts $NODE_DEBUG_OPTION",
"ts-node": "ts-node -r dotenv/config",
"register": "ts-node -r dotenv/config 2key-protocol/test/helpers/_registerUserFromBackend.ts",
"compile": "./node_modules/.bin/truffle compile"
},
"author": "Douglas von Kohorn",
"license": "MIT",
"devDependencies": {
"@types/bip39": "2.4.0",
"@types/chai": "4.1.4",
"@types/ethereumjs-tx": "1.0.0",
"@types/mocha": "5.2.5",
"axios": "0.19.0",
"babel-cli": "6.26.0",
"babel-core": "6.26.3",
"babel-eslint": "6.1.2",
"babel-loader": "6.2.10",
"babel-plugin-transform-runtime": "6.22.0",
"babel-preset-env": "1.7.0",
"chai": "4.1.2",
"chai-as-promised": "7.1.1",
"clean-webpack-plugin": "0.1.17",
"copy-webpack-plugin": "4.5.2",
"css-loader": "0.26.1",
"deep-equal-in-any-order": "^1.0.24",
"dotenv": "6.0.0",
"eslint": "5.3.0",
"eslint-config-airbnb-base": "13.1.0",
"eslint-config-standard": "6.0.0",
"eslint-plugin-babel": "4.0.0",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-mocha": "4.8.0",
"eslint-plugin-promise": "3.8.0",
"eslint-plugin-standard": "2.0.0",
"file-loader": "1.1.6",
"html-loader": "0.5.5",
"html-webpack-plugin": "3.2.0",
"husky": "^3.0.8",
"json-loader": "0.5.4",
"markdown-loader": "2.0.1",
"node-minify": "3.6.0",
"progress-bar-webpack-plugin": "1.11.0",
"solhint": "1.2.1",
"style-loader": "0.13.1",
"svg-inline-loader": "0.8.0",
"truffle": "4.1.14",
"truffle-test-utils": "0.1.0",
"ts-loader": "4.5.0",
"ts-node": "8.0.2",
"tslint-eslint-rules": "5.4.0",
"typechain": "0.2.6",
"typescript": "3.0.1",
"uglifyjs-webpack-plugin": "1.3.0",
"webpack": "4.17.1",
"webpack-bundle-analyzer": "3.3.2",
"webpack-cli": "3.1.0",
"webpack-dev-server": "^3.8.1",
"webpack-node-externals": "1.7.2"
},
"dependencies": {
"@ledgerhq/hw-app-eth": "4.21.0",
"@ledgerhq/hw-transport-node-hid": "^4.70.0",
"@ledgerhq/live-common": "3.7.1",
"@ledgerhq/logs": "^4.70.0",
"@ledgerhq/web3-subprovider": "^4.70.0",
"assert": "1.4.1",
"babel-register": "6.26.0",
"bignumber.js": "7.2.1",
"bip39": "2.5.0",
"blob": "0.0.5",
"bootstrap": "4.3.1",
"chai-bignumber": "2.0.2",
"clipboard": "1.7.1",
"crypto-js": "3.1.8",
"d3": "3.5.17",
"dockerode": "2.5.5",
"es6-promise": "4.2.8",
"eth-sig-util": "1.4.2",
"ethereumjs-abi": "0.6.5",
"ethereumjs-tx": "1.3.7",
"ethereumjs-util": "6.1.0",
"ethereumjs-wallet": "0.6.2",
"ethers": "4.0.7",
"form-data": "^2.4.0",
"fstream": "1.0.12",
"ganache-core": "^2.8.0",
"hashwords": "1.0.0",
"ipfs-http-client": "27.0.0",
"ipfs-pubsub-room": "1.3.0",
"isomorphic-fetch": "2.2.1",
"isomorphic-form-data": "2.0.0",
"jquery": "3.4.1",
"js-sha256": "0.9.0",
"moment": "2.22.2",
"node-humanhash": "1.0.3",
"openzeppelin-solidity": "1.12.0-rc.2",
"popper.js": "1.14.3",
"prompt": "^1.0.0",
"regenerator-runtime": "0.13.3",
"rimraf": "2.6.2",
"simple-git": "1.96.0",
"solidity-docgen": "0.1.0",
"tar": "5.0.5",
"truffle-contract": "3.0.6",
"truffle-hdwallet-provider": "1.0.5",
"truffle-ledger-provider": "^1.0.1",
"truffle-privatekey-provider": "0.1.0",
"truffle-security": "^1.5.5",
"web3": "1.3.0",
"web3-provider-engine": "^15.0.3",
"window-or-global": "1.0.1"
},
"main": "truffle.js",
"repository": {
"type": "git",
"url": "git+https://github.com/2keynet/web3-alpha.git"
},
"bugs": {
"url": "https://github.com/2keynet/web3-alpha/issues"
},
"homepage": "https://github.com/2keynet/web3-alpha#readme"
}