-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 1.01 KB
/
package.json
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
{
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"codegen": "dotenv -e .env -- cross-var graphql-codegen --config codegen.ts"
},
"devDependencies": {
"@graphql-codegen/add": "^3.2.3",
"@graphql-codegen/cli": "2.16.5",
"@graphql-codegen/introspection": "^2.2.3",
"@graphql-codegen/named-operations-object": "^2.3.1",
"@graphql-codegen/typescript-apollo-client-helpers": "^2.2.6",
"@graphql-codegen/typescript-operations": "^2.5.13",
"@graphql-codegen/typescript-vue-apollo": "^3.3.7",
"@nuxtjs/apollo": "^5.0.0-alpha.5",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@vue/apollo-composable": "^4.0.0-beta.1",
"cross-var": "^1.1.0",
"dotenv": "^16.0.3",
"dotenv-cli": "^7.0.0",
"eslint": "^8.33.0",
"graphql": "^16.6.0",
"nuxt": "^3.1.1",
"typescript": "^4.9.5",
"vite-plugin-eslint": "^1.8.1"
},
"dependencies": {}
}