-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 926 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 926 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "nuxt-apollo-auth-example-typescript",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"generate-types": "graphql-codegen --config codegen.yml"
},
"dependencies": {
"@nuxtjs/apollo": "^4.0.1-rc.5",
"core-js": "^3.15.1",
"graphql-tag": "^2.12.5",
"nuxt": "^2.15.7",
"nuxt-apollo-auth": "0.0.172-dev",
"nuxt-property-decorator": "^2.9.1",
"vuetify": "^2.5.5"
},
"devDependencies": {
"@graphql-codegen/cli": "^1.21.5",
"@graphql-codegen/typescript": "^1.22.3",
"@graphql-codegen/typescript-graphql-files-modules": "^1.18.1",
"@graphql-codegen/typescript-operations": "^1.18.2",
"@nuxt/types": "^2.15.7",
"@nuxt/typescript-build": "^2.1.0",
"@nuxtjs/vuetify": "^1.12.1",
"apollo-server": "^2.25.2",
"vue-apollo": "^3.0.7"
}
}