2019-05-22 03:58:42 +00:00
|
|
|
{
|
|
|
|
"name": "dreddit-unicef-surge-2019",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"private": true,
|
|
|
|
"devDependencies": {
|
|
|
|
"@babel/core": "7.1.2",
|
|
|
|
"@babel/plugin-proposal-class-properties": "7.1.0",
|
|
|
|
"@babel/plugin-proposal-decorators": "7.1.2",
|
|
|
|
"@babel/plugin-proposal-export-namespace-from": "7.0.0",
|
|
|
|
"@babel/plugin-proposal-function-sent": "7.1.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": {
|
|
|
|
"@babel/runtime-corejs2": "^7.3.1",
|
|
|
|
"@material-ui/core": "^3.9.3",
|
|
|
|
"@material-ui/icons": "^3.0.2",
|
|
|
|
"@material-ui/lab": "^3.0.0-alpha.30",
|
|
|
|
"dateformat": "^3.0.3",
|
|
|
|
"embarkjs-connector-web3": "^4.1.0-beta.1",
|
2019-05-25 07:22:46 +00:00
|
|
|
"embarkjs-ipfs": "^4.1.0-beta.0",
|
|
|
|
"embarkjs-whisper": "^4.1.0-beta.0",
|
2019-05-22 03:58:42 +00:00
|
|
|
"lodash": "^4.17.11",
|
|
|
|
"markdown": "^0.5.0",
|
|
|
|
"react": "^16.8.6",
|
|
|
|
"react-blockies": "^1.4.1",
|
|
|
|
"react-dom": "^16.8.6",
|
|
|
|
"react-scripts": "2.1.8"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2019-05-24 01:26:56 +00:00
|
|
|
"start": "react-scripts start",
|
2019-05-22 03:58:42 +00:00
|
|
|
"build": "react-scripts build",
|
|
|
|
"test": "embark test",
|
|
|
|
"eject": "react-scripts eject"
|
|
|
|
},
|
|
|
|
"eslintConfig": {
|
|
|
|
"extends": "react-app"
|
|
|
|
},
|
|
|
|
"browserslist": [
|
|
|
|
">0.2%",
|
|
|
|
"not dead",
|
|
|
|
"not ie <= 11",
|
|
|
|
"not op_mini all"
|
|
|
|
],
|
|
|
|
"description": ""
|
|
|
|
}
|