{ "repository": { "type": "git", "url": "git+https://github.com/poanetwork/poa-explorer.git" }, "private": true, "name": "poa-explorer", "author": "POA Network", "license": "GPL-3.0", "engines": { "node": "9.x", "npm": "5.x" }, "scripts": { "deploy": "brunch build --production", "watch": "brunch watch --stdin", "build": "brunch build", "eslint": "eslint js/**" }, "dependencies": { "@babel/polyfill": "^7.0.0-beta.39", "autoprefixer": "^8.3.0", "babel-brunch": "6.1.1", "babel-preset-env": "^1.6.1", "bootstrap": "^4.1.0", "brunch": "2.10.9", "copycat-brunch": "^1.1.0", "csswring": "^6.0.3", "font-awesome": "^4.7.0", "jquery": "^3.3.1", "phoenix": "file:../../../deps/phoenix", "phoenix_html": "file:../../../deps/phoenix_html", "popper.js": "^1.14.3", "postcss-brunch": "0.5.0", "sass-brunch": "^2.10.4", "uglify-js-brunch": "2.10.0" }, "devDependencies": { "eslint": "^4.15.0", "eslint-config-standard": "^11.0.0-beta.0", "eslint-plugin-import": "^2.8.0", "eslint-plugin-node": "^5.2.1", "eslint-plugin-promise": "^3.6.0", "eslint-plugin-standard": "^3.0.1" } }