{ "name": "with-webpack-bundle-analyzer", "version": "1.0.0", "scripts": { "dev": "next", "build": "next build", "start": "next start", "bundle:view": "webpack-bundle-analyzer .next/stats.json" }, "dependencies": { "next": "beta", "react": "^15.4.2", "react-dom": "^15.4.2", "webpack-bundle-analyzer": "^2.3.0" }, "author": "", "license": "ISC" }