-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 898 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 898 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
{
"name": "@grafbase/nuxtjs-example",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview"
},
"devDependencies": {
"@graphql-codegen/cli": "2.11.5",
"@graphql-codegen/typed-document-node": "2.3.3",
"@graphql-codegen/typescript": "2.7.3",
"@graphql-codegen/typescript-operations": "2.5.3",
"@headlessui/vue": "1.6.5",
"@iconify/json": "2.1.72",
"@nuxtjs/color-mode": "3.1.4",
"@nuxtjs/eslint-config-typescript": "10.0.0",
"@unocss/nuxt": "0.43.2",
"@urql/devtools": "2.0.3",
"@urql/exchange-graphcache": "4.4.3",
"@urql/vue": "0.6.3",
"eslint": "8.19.0",
"graphql": "16.5.0",
"nuxt": "3.0.0-rc.11",
"nuxt-graphql-codegen": "0.3.3",
"prettier": "2.7.1",
"unplugin-icons": "0.14.7",
"unplugin-vue-components": "0.21.0"
}
}