/ package.json
package.json
 1  {
 2    "name": "dreddit-cra",
 3    "version": "0.1.0",
 4    "private": true,
 5    "devDependencies": {
 6      "@babel/core": "7.1.2",
 7      "@babel/plugin-proposal-class-properties": "7.1.0",
 8      "@babel/plugin-proposal-decorators": "7.1.2",
 9      "@babel/plugin-proposal-export-namespace-from": "7.0.0",
10      "@babel/plugin-proposal-function-sent": "7.1.0",
11      "@babel/plugin-proposal-json-strings": "7.0.0",
12      "@babel/plugin-proposal-numeric-separator": "7.0.0",
13      "@babel/plugin-proposal-object-rest-spread": "7.0.0",
14      "@babel/plugin-proposal-throw-expressions": "7.0.0",
15      "@babel/plugin-syntax-dynamic-import": "7.0.0",
16      "@babel/plugin-syntax-import-meta": "7.0.0"
17    },
18    "dependencies": {
19      "@babel/runtime-corejs2": "^7.3.1",
20      "@material-ui/core": "^3.9.3",
21      "@material-ui/icons": "^3.0.2",
22      "@material-ui/lab": "^3.0.0-alpha.30",
23      "dateformat": "^3.0.3",
24      "embarkjs-connector-web3": "^4.1.0-beta.1",
25      "embarkjs-ipfs": "/Users/emizzle/Code/__Github/embk-fw/embark/packages/embarkjs-ipfs",
26      "embarkjs-whisper": "/Users/emizzle/Code/__Github/embk-fw/embark/packages/embarkjs-whisper",
27      "lodash": "^4.17.11",
28      "markdown": "^0.5.0",
29      "react": "^16.8.6",
30      "react-blockies": "^1.4.1",
31      "react-dom": "^16.8.6",
32      "react-scripts": "2.1.8"
33    },
34    "scripts": {
35      "start": "PORT=3001 react-scripts start",
36      "build": "react-scripts build",
37      "test": "react-scripts test",
38      "eject": "react-scripts eject"
39    },
40    "eslintConfig": {
41      "extends": "react-app"
42    },
43    "browserslist": [
44      ">0.2%",
45      "not dead",
46      "not ie <= 11",
47      "not op_mini all"
48    ]
49  }