keycard-redeem/package.json

45 lines
1.2 KiB
JSON
Raw Normal View History

2020-02-18 19:23:31 +00:00
{
"name": "gift-keycard",
"version": "0.0.1",
"description": "",
"scripts": {
"test": "embark test"
},
"keywords": [],
"author": "",
"license": "MIT",
2020-02-19 16:35:22 +00:00
"dependencies": {
2020-02-21 11:41:23 +00:00
"connected-react-router": "^6.7.0",
2020-04-01 10:18:28 +00:00
"esm": "^3.2.25",
2020-04-01 16:27:06 +00:00
"eth-sig-util": "^2.5.3",
2020-03-25 08:08:21 +00:00
"history": "^4.10.1",
2020-04-01 10:18:28 +00:00
"minimist": "^1.2.0",
2020-02-19 16:35:22 +00:00
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-redux": "^7.2.0",
2020-03-25 08:08:21 +00:00
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
2020-02-19 22:56:04 +00:00
"redux": "^4.0.5",
2020-03-25 08:08:21 +00:00
"redux-thunk": "^2.3.0",
"web3": "^1.2.6"
},
"devDependencies": {
"@babel/preset-typescript": "^7.8.3",
"embark": "^5.3.0-nightly.7",
"embark-geth": "^5.3.0-nightly.7",
"embark-graph": "^5.3.0-nightly.7",
"embark-ipfs": "^5.3.0-nightly.7",
"embark-parity": "^5.3.0-nightly.7",
"embark-profiler": "^5.3.0-nightly.7",
"embark-swarm": "^5.3.0-nightly.7",
"embark-whisper-geth": "^5.3.0-nightly.7",
"embarkjs": "^5.3.0-nightly.6",
"embarkjs-ens": "^5.3.0-nightly.6",
"embarkjs-ipfs": "^5.3.0-nightly.4",
"embarkjs-swarm": "^5.3.0-nightly.4",
"embarkjs-web3": "^5.3.0-nightly.4",
"embarkjs-whisper": "^5.3.0-nightly.4",
"typescript": "^3.8.3"
2020-02-18 19:23:31 +00:00
}
}