-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
45 lines (45 loc) · 1.17 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
{
"name": "FlashSuite",
"version": "1.0.0",
"description": "MarketMake FlashSuite project",
"main": "index.js",
"module": true,
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"start": "sirv docs -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Kredeum/flashsuite.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Kredeum/flashsuite/issues"
},
"homepage": "https://github.com/Kredeum/flashsuite#readme",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.1",
"@nomiclabs/hardhat-etherscan": "^2.1.1",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@rollup/plugin-commonjs": "^14.0.0",
"@rollup/plugin-node-resolve": "^8.4.0",
"chai": "^4.3.0",
"ethereum-waffle": "^3.2.2",
"ethers": "^5.0.31",
"hardhat": "^2.0.10",
"rollup": "^2.39.0",
"rollup-plugin-livereload": "^2.0.0",
"rollup-plugin-svelte": "^6.1.1",
"rollup-plugin-terser": "^7.0.2",
"sirv-cli": "^1.0.11",
"svelte": "^3.32.3"
},
"dependencies": {
"@metamask/detect-provider": "^1.2.0",
"axios": "^0.21.1",
"graphql-cli": "^4.1.0"
}
}