forked from Fantom-foundation/fantom-govern
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.34 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": "governance",
"version": "1.0.0",
"scripts": {
"lint": "npm run eslint && npm run solium",
"eslint": "eslint test/ migrations/",
"solium": "solium --dir contracts",
"build": "truffle build",
"test": "truffle test",
"truffle": "truffle",
"flatten": "rm -rf contracts/Flattened.sol && truffle-flattener contracts/Staker.sol >> contracts/Flattened.sol"
},
"dependencies": {
"@openzeppelin/contracts": "^2.3.0"
},
"devDependencies": {
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-register": "^6.26.0",
"bignumber.js": "^9.0.0",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"chai-bignumber": "^3.0.0",
"eslint": "^6.2.2",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^1.7.0",
"ethereumjs-testrpc-sc": "^6.5.1-sc.0",
"karma": "^4.3.0",
"lodash": "^4.17.15",
"openzeppelin-test-helpers": "^0.4.3",
"solidity-coverage": "^0.7.1",
"truffle-flattener": "^1.4.0",
"web3-utils": "^1.2.1"
},
"repository": {
"type": "git",
"url": "https://github.com/Fantom-foundation/fantom-govern"
},
"author": "Fantom Foundation",
"license": "MIT"
}