-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
41 lines (41 loc) · 1.48 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
{
"name": "creaton",
"version": "0.0.1",
"description": "Creaton",
"license": "UNLICENSED",
"private": true,
"devDependencies": {
"@anders-t/ethers-ledger": "^1.0.4",
"@openzeppelin/contracts-upgradeable": "^4.5.2",
"@typescript-eslint/eslint-plugin": "^3.9.1",
"@typescript-eslint/parser": "^3.9.1",
"cross-env": "^7.0.3",
"dotenv-cli": "^3.1.0",
"eslint": "^7.17.0",
"eslint-config-prettier": "^6.13.0",
"eslint-plugin-prettier": "^3.3.0",
"eslint-plugin-svelte3": "^2.7.3",
"npm-run-all": "^4.1.5",
"prettier": "^2.2.1",
"prettier-plugin-solidity": "^1.0.0-beta.2",
"prettier-plugin-svelte": "^1.4.2",
"rimraf": "^3.0.2",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.4.0",
"typescript": "3.9.7",
"wait-on": "^5.2.1",
"wighawag_newsh": "0.0.6"
},
"scripts": {
"// GOERLI : deploy to goerli": "",
"goerli:contracts": "dotenv -e .env.goerli -e .env -- npm --prefix contracts run goerli:deploy",
"// Mumbai : deploy to goerli": "",
"mumbai:contracts": "dotenv -e .env.staging -- npm --prefix contracts run mumbai:deploy",
"mumbai:upgradecreator": "dotenv -e .env.staging -- npm --prefix contracts run mumbai:upgradecreator",
"matic:contracts": "dotenv -e .env -- npm --prefix contracts run matic:deploy",
"matic:verifycontracts": "dotenv -e .env.production -- npm --prefix contracts run matic:verify"
},
"dependencies": {
"@web3-react/types": "^6.0.7"
}
}