graphql-engine/community/sample-apps/nuxtjs-postgres-graphql/package.json
hasura-bot 01e5be146f community: update nuxtjs-postgres-graphql sample app
GITHUB_PR_NUMBER: 8359
GITHUB_PR_URL: https://github.com/hasura/graphql-engine/pull/8359

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/4103
Co-authored-by: Catalin Pit <25515812+catalinpit@users.noreply.github.com>
GitOrigin-RevId: b811692e1e61eb0aae0b87d7935863d725af161a
2022-04-05 13:25:32 +00:00

25 lines
522 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.1-rc.5",
"apollo-cache-inmemory": "^1.6.6",
"core-js": "^3.21.1",
"cross-env": "^7.0.3",
"graphql-tag": "^2.12.6",
"nuxt": "^2.15.8"
},
"devDependencies": {
"nodemon": "^2.0.15"
}
}