mirror of
https://github.com/embarklabs/subspace.git
synced 2025-01-11 23:05:25 +00:00
43 lines
973 B
JSON
43 lines
973 B
JSON
{
|
|
"name": "status-teller-network",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"homepage": "",
|
|
"devDependencies": {},
|
|
"dependencies": {
|
|
"babel-loader": "^8.0.5",
|
|
"bn.js": "^4.11.8",
|
|
"clone-deep": "^4.0.1",
|
|
"elliptic": "^6.5.0",
|
|
"embark": "^4.0.2",
|
|
"embark-solc": "^4.0.3",
|
|
"embark-solium": "0.1.0",
|
|
"embarkjs-connector-web3": "^4.0.0",
|
|
"eth-ens-namehash": "^2.0.8",
|
|
"ethereumjs-util": "^6.0.0",
|
|
"staking-pool": "^0.0.1",
|
|
"tabookey-gasless": "^0.4.0-beta2",
|
|
"web3": "1.0.0-beta.37",
|
|
"react": "^16.8.2",
|
|
"react-dom": "^16.8.2",
|
|
"react-scripts": "2.1.5"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"browserslist": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not ie <= 11",
|
|
"not op_mini all"
|
|
]
|
|
}
|