forked from glamperd/indrav2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
110 lines (110 loc) · 3.03 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
{
"name": "@connext/indra",
"version": "2.0.37",
"description": "",
"repository": {
"type": "git",
"url": "git+https://github.com/ConnextProject/indra.git"
},
"author": "Connext & Friends",
"license": "MIT",
"bugs": {
"url": "https://github.com/ConnextProject/indra/issues"
},
"homepage": "https://github.com/ConnextProject/indra#readme",
"devDependencies": {
"@counterfactual/cf-adjudicator-contracts": "0.0.7",
"@counterfactual/cf-funding-protocol-contracts": "0.0.11",
"@counterfactual/types": "0.0.42",
"chai-bn": "0.2.0",
"cypress": "3.4.1",
"ethers": "4.0.37",
"ganache-cli": "6.7.0",
"lerna": "3.16.4",
"openzeppelin-solidity": "2.3.0",
"solc": "0.5.11",
"tslint": "5.20.0",
"tslint-config-airbnb": "5.11.2",
"tslint-config-prettier": "1.18.0",
"tslint-plugin-prettier": "2.0.1"
},
"dependencies": {
"@babel/polyfill": "7.6.0",
"@counterfactual/node": "0.2.81",
"@material-ui/core": "4.4.3",
"@material-ui/icons": "4.4.3",
"@material-ui/styles": "4.4.3",
"@nestjs/common": "6.5.3",
"@nestjs/core": "6.5.3",
"@nestjs/microservices": "6.5.3",
"@nestjs/platform-express": "6.5.3",
"@nestjs/testing": "6.5.3",
"@nestjs/typeorm": "6.1.3",
"@types/chai": "4.2.3",
"@types/express": "4.17.1",
"@types/ioredis": "4.0.17",
"@types/jest": "24.0.18",
"@types/node": "12.7.5",
"@types/node-fetch": "2.5.1",
"@types/redlock": "3.0.4",
"@types/supertest": "2.0.8",
"@types/uuid": "3.4.5",
"bn.js": "5.0.0",
"browserslist": "4.7.0",
"chai": "4.2.0",
"class-validator": "0.10.0",
"classnames": "2.2.6",
"clsx": "1.0.4",
"commander": "3.0.1",
"concurrently": "4.1.2",
"core-js": "3.2.1",
"dotenv": "8.1.0",
"env-cmd": "10.0.1",
"eslint": "6.4.0",
"eslint-config-airbnb": "18.0.1",
"eslint-plugin-import": "2.18.2",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-react": "7.14.3",
"eth-gas-reporter": "0.2.11",
"ethereum-blockies-png": "0.1.3",
"ethereum-waffle": "2.1.0",
"human-standard-token-abi": "2.0.0",
"interval-promise": "1.3.0",
"ioredis": "4.14.1",
"jest": "24.9.0",
"mdi-material-ui": "6.7.0",
"nats": "1.3.0",
"node-fetch": "2.6.0",
"nodemon": "1.19.2",
"pg": "7.12.1",
"prettier": "1.18.2",
"prop-types": "15.7.2",
"qrcode.react": "0.9.3",
"query-string": "6.8.3",
"react": "16.9.0",
"react-copy-to-clipboard": "5.0.1",
"react-dom": "16.9.0",
"react-qr-reader": "2.2.1",
"react-router-dom": "5.0.1",
"react-scripts": "3.1.2",
"redlock": "4.0.0",
"reflect-metadata": "0.1.13",
"regenerator-runtime": "0.13.3",
"rollup": "1.21.4",
"rollup-plugin-typescript2": "0.24.2",
"rxjs": "6.5.3",
"supertest": "4.0.2",
"truffle": "5.0.37",
"truffle-hdwallet-provider": "1.0.17",
"ts-jest": "24.1.0",
"ts-mocha": "6.0.0",
"ts-nats": "1.2.4",
"ts-node": "8.4.1",
"tsconfig-paths": "3.9.0",
"typeorm": "0.2.19",
"typescript": "3.5.3",
"uuid": "3.3.3",
"wait-on": "3.3.0",
"websocket-nats": "0.3.3"
}
}