mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
17 lines
337 B
JSON
17 lines
337 B
JSON
{
|
|
"name": "example-vue-apollo",
|
|
"dependencies": {
|
|
"@nuxtjs/apollo": "^4.0.0-rc.4",
|
|
"core-js": "^2.6.5",
|
|
"node-fetch": "^2.3.0",
|
|
"nuxt": "2.x"
|
|
},
|
|
"scripts": {
|
|
"dev": "nuxt",
|
|
"build": "nuxt build",
|
|
"start": "nuxt start",
|
|
"generate": "nuxt generate",
|
|
"post-update": "yarn upgrade --latest"
|
|
}
|
|
}
|