react-native-bundle-visualizer
Version:
See what's inside your react-native bundle
26 lines (25 loc) • 733 B
JSON
{
"name": "react-native-bundle-visualizer",
"version": "1.4.1",
"description": "See what's inside your react-native bundle",
"author": "IjzerenHein <hrutjes@gmail.com>",
"keywords": [
"react-native-bundle-visualizer",
"react-native",
"react native",
"bundle",
"visualizer",
"size",
"bundle-size"
],
"bin": "./src/react-native-bundle-visualizer.sh",
"repository": "https://github.com/IjzerenHein/react-native-bundle-visualizer",
"bugs": "https://github.com/IjzerenHein/react-native-bundle-visualizer/issues",
"license": "MIT",
"dependencies": {
"haul": "^1.0.0-rc.14",
"react-dom": "^16.8.4",
"react-hot-loader": "^4.8.0",
"webpack-visualizer-plugin": "^0.1.11"
}
}