mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
22 lines
421 B
JSON
22 lines
421 B
JSON
{
|
|
"name": "with-apollo",
|
|
"version": "2.0.0",
|
|
"scripts": {
|
|
"dev": "next",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"apollo-boost": "^0.1.3",
|
|
"graphql": "0.13.2",
|
|
"isomorphic-unfetch": "2.0.0",
|
|
"next": "latest",
|
|
"prop-types": "15.6.1",
|
|
"react": "16.2.0",
|
|
"react-apollo": "2.1.0",
|
|
"react-dom": "16.2.0"
|
|
},
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|