-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
57 lines (57 loc) · 1.8 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"private": true,
"name": "nuxt3-urql",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "git://github.com/gbicou/nuxt3-urql.git"
},
"author": "Benjamin VIELLARD",
"license": "MIT",
"bugs": {
"url": "https://github.com/gbicou/nuxt3-urql/issues"
},
"homepage": "https://github.com/gbicou/nuxt3-urql#readme",
"scripts": {
"dev": "nuxt dev",
"build": "nuxt build",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx,.vue"
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/fragment-matcher": "^5.0.2",
"@graphql-codegen/near-operation-file-preset": "^3.0.0",
"@graphql-codegen/typed-document-node": "^5.0.9",
"@graphql-codegen/typescript": "^4.0.9",
"@graphql-codegen/typescript-apollo-client-helpers": "^3.0.0",
"@graphql-codegen/typescript-operations": "^4.2.3",
"@graphql-codegen/typescript-urql": "^4.0.0",
"@graphql-codegen/typescript-urql-graphcache": "^3.1.0",
"@graphql-codegen/typescript-vue-urql": "^3.2.0",
"@graphql-codegen/urql-introspection": "^3.0.0",
"@graphql-typed-document-node/core": "^3.2.0",
"@types/node": "^20.16.10",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@urql/core": "^4.3.0",
"@urql/exchange-graphcache": "^6.5.1",
"@urql/vue": "^1.4.1",
"@vue/eslint-config-typescript": "^13.0.0",
"eslint": "^8.57.1",
"eslint-plugin-vue": "^9.28.0",
"graphql-tag": "^2.12.6",
"nuxt": "^3.13.2",
"ts-node": "^10.9.2",
"typescript": "~5.4.5",
"water.css": "^2.1.1"
},
"dependencies": {
"@unhead/vue": "^1.11.7",
"graphql": "^16.9.0",
"vue": "^3.5.10",
"vue-router": "^4.4.5"
},
"packageManager": "pnpm@9.11.0"
}