40 lines
1.2 KiB
JSON
40 lines
1.2 KiB
JSON
{
|
|
"name": "status-pay",
|
|
"version": "0.0.1",
|
|
"description": "Status Payment Network",
|
|
"scripts": {
|
|
"clean": "rimraf build",
|
|
"test": "truffle test",
|
|
"compile": "truffle compile",
|
|
"build:ovm": "truffle compile --config truffle-config-ovm.js",
|
|
"test:ovm": "truffle test --config truffle-config-ovm.js",
|
|
"all:ovm": "yarn clean && yarn build:ovm && yarn test:ovm"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"eth-sig-util": "^2.5.3",
|
|
"minimist": "^1.2.5",
|
|
"solc": "0.5.16",
|
|
"truffle": "^5.1.46",
|
|
"ethers": "^5.0.14",
|
|
"@material-ui/core": "^3.9.3",
|
|
"@material-ui/icons": "^3.0.2",
|
|
"@material-ui/styles": "^3.0.0-alpha.10",
|
|
"react": "^16.8.6",
|
|
"react-dom": "^16.8.6",
|
|
"react-redux": "^6.0.1",
|
|
"redux": "^4.0.1",
|
|
"redux-thunk": "^2.3.0",
|
|
"typeface-roboto": "^0.0.54"
|
|
},
|
|
"devDependencies": {
|
|
"@eth-optimism/solc": "^0.5.16-alpha.3",
|
|
"@openzeppelin/cli": "^2.8.2",
|
|
"@openzeppelin/contracts-ethereum-package": "^2.5.0",
|
|
"@eth-optimism/ovm-toolchain": "^0.0.1-alpha.11",
|
|
"@openzeppelin/truffle-upgrades": "^1.0.2",
|
|
"bip39": "^3.0.2",
|
|
"ethereumjs-wallet": "^1.0.0"
|
|
}
|
|
}
|