-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.07 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
{
"name": "vue-graphql-inject",
"version": "1.0.0",
"keywords": [
"graphql",
"graphql-code-generator",
"graphql-code-generator-plugin",
"graphql-codegen",
"vue",
"vue-plugin",
"vuejs"
],
"bugs": {
"url": "https://github.com/AurityLab/vue-graphql-inject/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/AurityLab/vue-graphql-inject"
},
"license": "Apache-2.0",
"author": "AurityLab <info@auritylab.com>",
"files": [
"/lib",
"/README.md",
"/LICENSE"
],
"main": "lib/VueGraphQLInject.js",
"types": "lib/VueGraphQLInject.d.ts",
"scripts": {
"build": "tsc"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^2.7.1",
"graphql": "^16.6.0"
},
"devDependencies": {
"@graphql-codegen/testing": "^1.13.1",
"@types/graphql": "^14.5.0",
"@types/node": "^18.7.21",
"@types/vue": "^2.0.0",
"@typescript-eslint/eslint-plugin": "^1.13.0",
"@typescript-eslint/parser": "^1.13.0",
"eslint": "^8.24.0",
"typescript": "^4.8.4",
"vue": "^3.2.40"
}
}