-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.55 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
{
"name": "graphql-codegen-flutter-artemis-hooks",
"version": "1.0.4",
"description": "GraphQL Code Generator plugin for generating hooks of Flutter artemis",
"license": "MIT",
"scripts": {
"test": "jest",
"build": "tsc",
"build:watch": "tsc --watch",
"codegen": "graphql-codegen"
},
"repository": {
"type": "git",
"url": "https://github.com/kazuyaseki/graphql-codegen-flutter-artemis-hooks"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^2.0.0",
"@graphql-codegen/visitor-plugin-common": "^2.0.0",
"auto-bind": "~4.0.0"
},
"peerDependencies": {
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"
},
"main": "build/src/index.js",
"devDependencies": {
"@graphql-codegen/cli": "^2.3.0",
"@graphql-codegen/fragment-matcher": "3.2.0",
"@graphql-codegen/import-types-preset": "2.1.8",
"@graphql-codegen/introspection": "2.1.0",
"@graphql-codegen/testing": "1.17.7",
"@graphql-codegen/typescript": "2.4.1",
"@graphql-codegen/typescript-operations": "2.2.1",
"@graphql-codegen/typescript-react-apollo": "3.2.2",
"@types/jest": "26.0.24",
"@types/node": "16.11.17",
"apollo-cache-inmemory": "1.6.6",
"apollo-client": "2.6.10",
"graphql": "15.8.0",
"graphql-codegen": "0.4.0",
"jest": "27.4.5",
"standard-version": "9.3.2",
"ts-jest": "27.1.2",
"typescript": "4.5.4"
},
"author": "Kazuya Seki",
"keywords": [
"graphql",
"codegen",
"flutter",
"artemis",
"graphql-codegen"
]
}