2018-01-31 09:35:27 +00:00
|
|
|
{
|
2018-03-29 15:03:28 +00:00
|
|
|
"name": "with-google-analytics",
|
2018-01-31 09:35:27 +00:00
|
|
|
"scripts": {
|
|
|
|
"dev": "next",
|
|
|
|
"build": "next build",
|
|
|
|
"start": "next start"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"next": "latest",
|
|
|
|
"react": "^16.2.0",
|
|
|
|
"react-dom": "^16.2.0"
|
|
|
|
}
|
|
|
|
}
|