mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
22 lines
429 B
JSON
22 lines
429 B
JSON
{
|
|
"name": "with-apollo-and-redux",
|
|
"version": "2.0.0",
|
|
"scripts": {
|
|
"dev": "next",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"graphql": "^0.9.3",
|
|
"isomorphic-unfetch": "^2.0.0",
|
|
"next": "latest",
|
|
"prop-types": "^15.5.8",
|
|
"react": "^16.0.0",
|
|
"react-apollo": "^1.1.3",
|
|
"react-dom": "^16.0.0",
|
|
"redux": "^3.6.0"
|
|
},
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|