UNPKG

next-bundle-analyzer

Version:
86 lines (85 loc) 2.44 kB
{ "name": "next-bundle-analyzer", "version": "0.6.8", "description": "NextJS version of Webpack Bundle Analyzer.", "repository": "https://github.com/josselinbuils/next-bundle-analyzer.git", "author": "Josselin BUILS", "license": "MIT", "files": [ "dist" ], "main": "dist/index.js", "scripts": { "build": "rm -rf dist && yarn build:plugin && yarn build:client", "build:client": "NODE_ENV=production webpack", "build:plugin": "rollup -c", "dev": "yarn dev:plugin & yarn dev:client", "dev:plugin": "yarn build:plugin -w", "dev:client": "NODE_ENV=development webpack serve", "lint": "eslint .", "prepublish": "yarn build", "pre-commit": "exec-staged", "prepare": "husky install", "test": "jest" }, "dependencies": { "open": "^8.4.0", "webpack-bundle-analyzer": "^4.6.1" }, "peerDependencies": { "next": "10 || 11 || 12 || 13 || 14" }, "devDependencies": { "@carrotsearch/foamtree": "3.5.0", "@josselinbuils/eslint-config-typescript": "0.4.1", "@josselinbuils/exec-staged": "1.0.2", "@prefresh/webpack": "3.3.4", "@rollup/plugin-commonjs": "23.0.2", "@rollup/plugin-typescript": "9.0.2", "@types/jest": "29.2.0", "@types/lodash": "4.14.186", "@types/node": "18.11.3", "@types/webpack": "5.28.0", "@typescript-eslint/eslint-plugin": "5.40.1", "@typescript-eslint/parser": "5.40.1", "classnames": "2.3.2", "css-loader": "6.7.1", "cssnano": "5.1.13", "eslint": "8.26.0", "eslint-config-airbnb-base": "15.0.0", "eslint-config-preact": "1.3.0", "eslint-config-prettier": "8.5.0", "eslint-import-resolver-typescript": "3.5.2", "eslint-plugin-import": "2.26.0", "filesize": "10.0.5", "html-inline-script-webpack-plugin": "3.1.0", "html-webpack-plugin": "5.5.0", "husky": "8.0.1", "jest": "29.2.1", "lodash": "4.17.21", "next": "12.3.1", "postcss-icss-values": "2.0.2", "postcss-loader": "7.0.1", "preact": "10.11.2", "prettier": "2.7.1", "rollup": "3.2.3", "sass": "1.55.0", "sass-loader": "13.1.0", "style-loader": "3.3.1", "ts-jest": "29.0.3", "ts-loader": "9.4.1", "typescript": "4.8.4", "webpack": "5.74.0", "webpack-cli": "4.10.0", "webpack-dev-server": "4.11.1" }, "keywords": [ "Next", "Next.js", "bundle", "analyzer", "performance", "modules", "size" ] }