hackathon-registration-dapp/package.json

39 lines
1.2 KiB
JSON

{
"name": "hackathon-onboarding",
"version": "0.0.1",
"description": "",
"scripts": {
"test": "embark test",
"start": "nodemon server/main.js"
},
"author": "",
"license": "ISC",
"homepage": "",
"devDependencies": {
"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"
},
"dependencies": {
"crypto": "^1.0.1",
"ethereumjs-util": "^5.2.0",
"ipfs-api": "^24.0.2",
"merkle-tree-solidity": "^1.0.8",
"orbit-db": "^0.19.9",
"web3": "^1.0.0-beta.34",
"@material-ui/core": "^3.0.0",
"@material-ui/icons": "^3.0.0",
"@material-ui/lab": "^1.0.0-alpha.12",
"react": "^16.4.2",
"react-dom": "^16.4.2"
}
}