Nuxt/examples/vue-apollo/package.json

14 lines
239 B
JSON
Raw Normal View History

2017-04-14 10:52:27 +00:00
{
"name": "nuxt-vue-apollo",
2017-04-14 10:52:27 +00:00
"dependencies": {
"apollo-client": "^1.9.0-1",
2017-04-14 10:52:27 +00:00
"nuxt": "latest",
"vue-apollo": "^2.1.0-beta.19"
2017-04-14 10:52:27 +00:00
},
"scripts": {
"dev": "nuxt",
2017-04-14 10:52:27 +00:00
"build": "nuxt build",
"start": "nuxt start"
2017-04-14 10:52:27 +00:00
}
}