mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 09:51:59 +03:00
2791000475
* update nuxt to 2.11 * fix issue 3743
25 lines
521 B
JSON
25 lines
521 B
JSON
{
|
|
"name": "hasura-nuxtjs",
|
|
"version": "1.0.0",
|
|
"description": "My epic Nuxt.js project",
|
|
"author": "Praveen",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "nuxt",
|
|
"build": "nuxt build",
|
|
"start": "nuxt start",
|
|
"generate": "nuxt generate"
|
|
},
|
|
"dependencies": {
|
|
"@nuxtjs/apollo": "^4.0.0-rc2.3",
|
|
"apollo-cache-inmemory": "^1.6.5",
|
|
"core-js": "^2.6.6",
|
|
"cross-env": "^6.0.3",
|
|
"graphql-tag": "^2.10.1",
|
|
"nuxt": "^2.11.0"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^2.0.2"
|
|
}
|
|
}
|