Blockchain explorer for Ethereum based network and a tool for inspecting and analyzing EVM based blockchains.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
blockscout/apps/block_scout_web/assets/package.json

111 lines
3.0 KiB

{
"repository": {
"type": "git",
"url": "git+https://github.com/blockscout/blockscout.git"
},
"private": true,
"name": "blockscout",
"author": "Blockscout",
7 years ago
"license": "GPL-3.0",
"engines": {
3 years ago
"node": "16.x",
"npm": "8.x"
},
"scripts": {
"deploy": "webpack --mode production",
"watch": "webpack --mode development --watch",
"build": "webpack --mode development",
"test": "jest",
"eslint": "eslint js/**"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.2.0",
"@tarekraafat/autocomplete.js": "^10.2.7",
"@walletconnect/web3-provider": "^1.8.0",
"assert": "^2.0.0",
"bignumber.js": "^9.1.0",
"bootstrap": "^4.6.0",
"chart.js": "^3.9.1",
"chartjs-adapter-luxon": "^1.2.0",
"clipboard": "^2.0.11",
"core-js": "^3.25.2",
"crypto-browserify": "^3.12.0",
"dropzone": "^5.9.3",
"eth-net-props": "^1.0.41",
"highlight.js": "^11.6.0",
"https-browserify": "^1.0.0",
"humps": "^2.0.1",
"jquery": "^3.6.1",
"js-cookie": "^3.0.1",
"lodash.debounce": "^4.0.8",
"lodash.differenceby": "^4.8.0",
"lodash.find": "^4.6.0",
"lodash.first": "^3.0.0",
"lodash.forin": "^4.4.0",
"lodash.get": "^4.4.2",
"lodash.intersectionby": "^4.7.0",
"lodash.isobject": "^3.0.2",
"lodash.keys": "^4.2.0",
"lodash.last": "^3.0.0",
"lodash.map": "^4.6.0",
"lodash.max": "^4.0.1",
"lodash.merge": "^4.6.2",
"lodash.min": "^4.0.1",
"lodash.noop": "^3.0.1",
"lodash.omit": "^4.5.0",
"lodash.rangeright": "^4.2.0",
"lodash.reduce": "^4.6.0",
"luxon": "^3.0.3",
"moment": "^2.29.4",
"nanomorph": "^5.4.0",
"numeral": "^2.0.6",
"os-browserify": "^0.3.0",
"path-parser": "^6.1.0",
"phoenix": "file:../../../deps/phoenix",
"phoenix_html": "file:../../../deps/phoenix_html",
"pikaday": "^1.8.2",
"popper.js": "^1.14.7",
"reduce-reducers": "^1.0.4",
"redux": "^4.2.0",
"stream-browserify": "^3.0.0",
"stream-http": "^3.1.1",
"sweetalert2": "^11.4.33",
"urijs": "^1.19.11",
"url": "^0.11.0",
"util": "^0.12.3",
"web3": "^1.8.0",
"web3modal": "^1.9.9",
"xss": "^1.0.14"
},
"devDependencies": {
"@babel/core": "^7.19.1",
"@babel/preset-env": "^7.19.1",
"autoprefixer": "^10.4.12",
"babel-loader": "^8.2.5",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^5.2.7",
"css-minimizer-webpack-plugin": "^4.1.0",
"eslint": "^8.23.1",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
3 years ago
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.1",
"file-loader": "^6.2.0",
"jest": "^29.0.3",
"jest-environment-jsdom": "^29.0.3",
"mini-css-extract-plugin": "^2.6.1",
"postcss": "^8.4.16",
"postcss-loader": "^7.0.1",
"sass": "^1.55.0",
"sass-loader": "^13.0.2",
"style-loader": "^3.3.1",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
},
"jest": {
"moduleNameMapper": {
"/css/app.scss": "<rootDir>/__mocks__/css/app.scss.js"
}
}
}