rsnext/examples/analyze-bundles/package.json
akhila-ariyachandra f78c36f686
Updated analyze-bundles example (#11031)
* Updated analyze-bundles example

* Updated react and react-dom (for hooks)
2020-03-13 11:00:10 +01:00

19 lines
418 B
JSON

{
"name": "with-webpack-bundle-analyzer",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"analyze": "cross-env ANALYZE=true yarn build"
},
"dependencies": {
"@next/bundle-analyzer": "^9.1.4",
"cross-env": "^6.0.3",
"faker": "^4.1.0",
"next": "latest",
"react": "^16.8.0",
"react-dom": "^16.8.0"
},
"license": "ISC"
}