2017-02-14 02:24:50 +00:00
|
|
|
{
|
2017-02-15 12:42:48 +00:00
|
|
|
"name": "with-webpack-bundle-analyzer",
|
2017-02-14 02:24:50 +00:00
|
|
|
"version": "1.0.0",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "next",
|
|
|
|
"build": "next build",
|
2017-02-15 12:42:48 +00:00
|
|
|
"start": "next start",
|
2018-09-30 23:24:27 +00:00
|
|
|
"analyze": "BUNDLE_ANALYZE=both next build",
|
|
|
|
"analyze:server": "BUNDLE_ANALYZE=server next build",
|
|
|
|
"analyze:browser": "BUNDLE_ANALYZE=browser next build"
|
2017-02-14 02:24:50 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2018-09-30 23:24:27 +00:00
|
|
|
"@zeit/next-bundle-analyzer": "^0.1.2",
|
2017-06-28 19:16:21 +00:00
|
|
|
"faker": "^4.1.0",
|
2018-09-30 23:24:27 +00:00
|
|
|
"next": "latest",
|
2017-10-28 07:26:00 +00:00
|
|
|
"react": "^16.0.0",
|
2018-09-30 23:24:27 +00:00
|
|
|
"react-dom": "^16.0.0"
|
2017-02-14 02:24:50 +00:00
|
|
|
},
|
|
|
|
"license": "ISC"
|
|
|
|
}
|