-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
125 lines (125 loc) · 5.04 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
{
"name": "floowdy",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"chain": "cd hardhat && npx hardhat --tsconfig ./tsconfig.hardhat.json node",
"compile": "cd hardhat && npx hardhat --tsconfig ./tsconfig.hardhat.json compile",
"size": "cd hardhat && npx hardhat --tsconfig ./tsconfig.hardhat.json size-contracts",
"fork": "cd hardhat && npx hardhat --tsconfig ./tsconfig.hardhat.json node --network hardhat",
"deploy": "cd hardhat && npx hardhat --tsconfig ./tsconfig.hardhat.json run ./scripts/deploy.ts",
"contracts:test": "cd hardhat && npx hardhat --tsconfig ./tsconfig.hardhat.json test",
"contracts:coverage": "cd hardhat && npx hardhat --tsconfig ./tsconfig.hardhat.json coverage",
"watch-contract": "cd hardhat && nodehelpers/watch.js",
"watch-tinker": "cd hardhat && nodehelpers/tinker-watch.js",
"wire": "cd hardhat && npx hardhat --tsconfig ./tsconfig.hardhat.json run ./helpers/wire.ts",
"tinker": "cd hardhat && npx hardhat --tsconfig ./tsconfig.hardhat.json run ./scripts/tinker.ts",
"task": "cd hardhat && npx hardhat --tsconfig ./tsconfig.hardhat.json",
"codegen": "cd add-ons/subgraph && graph codegen",
"build-graph": "cd add-ons/subgraph && graph build",
"deploy-graph": "cd add-ons/subgraph && graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ donoso-eth/floowdy",
"run-graph-node": "cd add-ons/graph-node && docker-compose up",
"remove-graph-node": "cd add-ons/graph-node && docker-compose down",
"clean-graph-node": "rimraf add-ons/graph-node/data/",
"create-graph-local": "cd add-ons/subgraph && graph create --node http://localhost:8020/ donoso-eth/floowdy",
"remove-graph-local": "cd add-ons/subgraph && graph remove --node http://localhost:8020/ donoso-eth/floowdy",
"deploy-graph-local": "cd add-ons/subgraph && graph deploy --node http://localhost:8020/ --ipfs http://localhost:5001 donoso-eth/floowdy"
},
"private": true,
"dependencies": {
"@aave/core-v3": "^1.16.2",
"@angular/animations": "~13.3.0",
"@angular/cdk": "^13.3.4",
"@angular/common": "~13.3.0",
"@angular/compiler": "~13.3.0",
"@angular/core": "~13.3.0",
"@angular/forms": "~13.3.0",
"@angular/platform-browser": "~13.3.0",
"@angular/platform-browser-dynamic": "~13.3.0",
"@angular/router": "~13.3.0",
"@apollo/client": "^3.5.10",
"@download/blockies": "^1.0.3",
"@ngrx/store": "^13.0.2",
"@openzeppelin/contracts-upgradeable": "^4.7.3",
"@superfluid-finance/sdk-core": "^0.3.2",
"apollo-angular": "^3.0.0",
"assert": "^2.0.0",
"crypto-browserify": "^3.12.0",
"ethers": "^5.0.0",
"graphql": "^16.3.0",
"https-browserify": "^1.0.0",
"os-browserify": "^0.3.0",
"primeflex": "^3.1.0",
"primeicons": "5.0.0",
"primeng": "^13.3.3",
"prismjs": "1.9.0",
"chart.js": "^3.3.2",
"rxjs": "~7.5.0",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"tslib": "^2.3.0",
"util": "^0.12.4",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~13.3.3",
"@angular/cli": "~13.3.3",
"@angular/compiler-cli": "~13.3.0",
"@graphprotocol/graph-cli": "^0.22.1",
"@graphprotocol/graph-ts": "^0.22.1",
"@nomiclabs/hardhat-ethers": "2.0.2",
"@nomiclabs/hardhat-etherscan": "2.1.8",
"@nomiclabs/hardhat-waffle": "2.0.0",
"@openzeppelin/contracts": "^4.5.0",
"@typechain/ethers-v5": "8.0.5",
"@typechain/hardhat": "3.0.0",
"@types/chai": "^4.2.21",
"@types/fs-extra": "^9.0.13",
"@types/jasmine": "~3.10.0",
"@types/js-yaml": "^4.0.5",
"@types/mocha": "^9.0.0",
"@types/node": "^12.11.1",
"@typescript-eslint/eslint-plugin": "^4.29.1",
"@typescript-eslint/parser": "^4.29.1",
"@superfluid-finance/ethereum-contracts": "^1.1.1",
"bip39": "^3.0.4",
"chai": "^4.2.0",
"dotenv": "^10.0.0",
"eslint": "^7.29.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-promise": "^5.1.0",
"ethereum-waffle": "^3.0.0",
"ethereumjs-util": "^7.1.4",
"ethereumjs-wallet": "^1.0.2",
"fs-extra": "^10.0.0",
"hardhat": "^2.8.0",
"hardhat-contract-sizer": "2.1.1",
"hardhat-gas-reporter": "1.0.6",
"hardhat-log-remover": "2.0.2",
"hardhat-spdx-license-identifier": "2.0.3",
"jasmine-core": "~4.0.0",
"js-yaml": "^4.1.0",
"karma": "~6.3.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.1.0",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
"mustache": "^3.1.0",
"node-watch": "^0.7.2",
"prettier": "^2.3.2",
"prettier-plugin-solidity": "^1.0.0-beta.13",
"solhint": "^3.3.6",
"solidity-coverage": "^0.7.16",
"ts-node": "^10.1.0",
"typechain": "6.0.5",
"typescript": "~4.6.2"
}
}