keycard-redeem/package.json

70 lines
1.8 KiB
JSON
Raw Normal View History

2020-02-18 19:23:31 +00:00
{
"name": "gift-keycard",
"version": "0.0.1",
"description": "",
"scripts": {
2020-04-29 22:34:57 +00:00
"test": "embark test",
"start": "react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject"
2020-02-18 19:23:31 +00:00
},
"keywords": [],
"author": "",
"license": "MIT",
2020-02-19 16:35:22 +00:00
"dependencies": {
2020-04-29 22:34:57 +00:00
"@types/history": "^4.7.5",
"@types/react": "^16.9.0",
"@types/react-dom": "^16.9.0",
"@types/react-redux": "^7.1.7",
"@types/react-router-dom": "^5.1.5",
"bn.js": "^5.1.1",
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-06 08:17:05 +00:00
"minimist": "^1.2.3",
2020-04-29 22:34:57 +00:00
"react": "^16.13.1",
"react-dom": "^16.13.1",
2020-02-19 16:35:22 +00:00
"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-04-29 22:34:57 +00:00
"react-scripts": "3.4.1",
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",
2020-04-29 22:34:57 +00:00
"typescript": "^3.8.3",
"web3": "^1.2.6",
"web3-eth": "^1.2.6"
},
"eslintConfig": {
"extends": "react-app"
2020-03-25 08:08:21 +00:00
},
"devDependencies": {
"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",
2020-04-29 22:34:57 +00:00
"embarkjs-whisper": "^5.3.0-nightly.4"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
2020-02-18 19:23:31 +00:00
}
}