Nuxt/examples/with-apollo/package.json

25 lines
444 B
JSON
Raw Normal View History

2017-04-11 18:15:31 +00:00
{
"name": "nuxt-apollo",
"version": "1.0.0",
"description": "Nuxt.js with Apollo",
"author": "Charlie Hield",
"license": "MIT",
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start"
},
"keywords": [
"nuxt",
"vue",
"apollo",
"graphql"
],
"dependencies": {
"apollo-client": "^1.0.2",
"graphql-tag": "^2.0.0",
"isomorphic-fetch": "^2.2.1",
"nuxt": "^0.10.5"
}
}