mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 01:12:56 +03:00
01e5be146f
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
25 lines
522 B
JSON
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"
|
|
}
|
|
}
|