hackathon-registration-dapp/package.json

42 lines
1.2 KiB
JSON
Raw Normal View History

2018-10-03 12:45:56 +00:00
{
"name": "hackathon-onboarding",
"version": "0.0.1",
"description": "",
"scripts": {
"test": "embark test",
"start": "nodemon server/main.js"
},
"author": "",
"license": "ISC",
"homepage": "",
"devDependencies": {
2018-10-03 13:36:13 +00:00
"nodemon": "^1.18.4",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-decorators": "^7.0.0",
"@babel/plugin-proposal-export-namespace-from": "^7.0.0",
"@babel/plugin-proposal-function-sent": "^7.0.0",
"@babel/plugin-proposal-json-strings": "^7.0.0",
"@babel/plugin-proposal-numeric-separator": "^7.0.0",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/plugin-proposal-throw-expressions": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-syntax-import-meta": "^7.0.0"
2018-10-03 12:45:56 +00:00
},
"dependencies": {
"@material-ui/core": "^3.0.0",
"@material-ui/icons": "^3.0.0",
"@material-ui/lab": "^1.0.0-alpha.12",
2018-10-05 01:55:45 +00:00
"axios": "^0.18.0",
"body-parser": "^1.18.3",
2018-10-03 12:45:56 +00:00
"crypto": "^1.0.1",
2018-10-05 01:55:45 +00:00
"ethereumjs-tx": "^1.3.7",
2018-10-03 12:45:56 +00:00
"ethereumjs-util": "^5.2.0",
2018-10-05 01:55:45 +00:00
"express": "^4.16.3",
"lowdb": "^1.0.0",
2018-10-03 12:45:56 +00:00
"merkle-tree-solidity": "^1.0.8",
2018-10-03 13:36:13 +00:00
"react": "^16.4.2",
"react-dom": "^16.4.2",
"web3": "^1.0.0-beta.34"
2018-10-03 12:45:56 +00:00
}
}