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",
|
2017-06-28 19:16:21 +00:00
|
|
|
"analyze": "cross-env ANALYZE=1 next build"
|
2017-02-14 02:24:50 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2017-04-30 14:29:37 +00:00
|
|
|
"next": "latest",
|
2017-06-28 19:16:21 +00:00
|
|
|
"cross-env": "^5.0.1",
|
|
|
|
"faker": "^4.1.0",
|
|
|
|
"react": "^15.6.1",
|
|
|
|
"react-dom": "^15.6.1",
|
|
|
|
"webpack-bundle-analyzer": "^2.8.2"
|
2017-02-14 02:24:50 +00:00
|
|
|
},
|
|
|
|
"license": "ISC"
|
|
|
|
}
|