/ package.json
package.json
1 { 2 "name": "dreddit", 3 "version": "0.0.1", 4 "description": "", 5 "scripts": { 6 "test": "embark test" 7 }, 8 "author": "", 9 "license": "ISC", 10 "homepage": "", 11 "devDependencies": { 12 "babel-eslint": "^8.2.6", 13 "@babel/core": "7.1.2", 14 "@babel/plugin-proposal-class-properties": "7.1.0", 15 "@babel/plugin-proposal-decorators": "7.1.2", 16 "@babel/plugin-proposal-export-namespace-from": "7.0.0", 17 "@babel/plugin-proposal-function-sent": "7.1.0", 18 "@babel/plugin-proposal-json-strings": "7.0.0", 19 "@babel/plugin-proposal-numeric-separator": "7.0.0", 20 "@babel/plugin-proposal-object-rest-spread": "7.0.0", 21 "@babel/plugin-proposal-throw-expressions": "7.0.0", 22 "@babel/plugin-syntax-dynamic-import": "7.0.0", 23 "@babel/plugin-syntax-import-meta": "7.0.0", 24 "eslint": "^4.19.1", 25 "eslint-config-standard": "^11.0.0", 26 "eslint-plugin-import": "^2.13.0", 27 "eslint-plugin-node": "^7.0.1", 28 "eslint-plugin-promise": "^3.8.0", 29 "eslint-plugin-standard": "^3.1.0" 30 }, 31 "dependencies": { 32 "@material-ui/core": "^3.0.0", 33 "@material-ui/icons": "^3.0.0", 34 "@material-ui/lab": "^1.0.0-alpha.12", 35 "dateformat": "^3.0.3", 36 "embark-status": "git+https://github.com/status-im/embark-status.git", 37 "eslint-plugin-react": "^7.10.0", 38 "lodash": "^4.17.10", 39 "markdown": "^0.5.0", 40 "material-ui-search-bar": "^1.0.0-beta.9", 41 "react": "^16.4.2", 42 "react-blockies": "^1.3.0", 43 "react-bootstrap": "^0.32.1", 44 "react-dom": "^16.4.2" 45 } 46 }