react-app-rewire-webpack-bundle-analyzer
Version:
Add webpack-bundle-analyzer to a react-app-rewired config.
41 lines (40 loc) • 1.26 kB
JSON
{
"name": "react-app-rewire-webpack-bundle-analyzer",
"version": "1.1.0",
"description": "Add webpack-bundle-analyzer to a react-app-rewired config.",
"main": "./src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/byzyk/react-app-rewire-webpack-bundle-analyzer.git"
},
"keywords": [
"react",
"react-app-rewired",
"webpack-bundle-analyzer",
"webpack"
],
"author": "Bohdan Khodakivskyi <bohdan.kh@gmail.com> (https://bohdan-khodakivskyi.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/byzyk/react-app-rewire-webpack-bundle-analyzer/issues"
},
"homepage": "https://github.com/byzyk/react-app-rewire-webpack-bundle-analyzer#readme",
"dependencies": {
"webpack-bundle-analyzer": "^3.4.1"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0",
"prettier": "^1.13.4"
}
}