Skip to content

Commit

Permalink
Add GraphQL plugin (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 authored Feb 1, 2023
1 parent e9414c6 commit f59a982
Show file tree
Hide file tree
Showing 71 changed files with 3,099 additions and 0 deletions.
12 changes: 12 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"tsconfig.json"
],
"devDependencies": {
"@graphql-eslint/eslint-plugin": "~3.15.0",
"@intlify/eslint-plugin-vue-i18n": "~2.0.0",
"@poppinss/cliui": "~3.0.5",
"@types/eslint": "~8.4.10",
Expand Down Expand Up @@ -80,7 +81,9 @@
"eslint-plugin-vue": "~9.9.0",
"eslint-plugin-vue-pug": "~0.5.5",
"expect-type": "~0.15.0",
"graphql": "~16.6.0",
"json-schema": "~0.4.0",
"json-schema-to-ts": "~2.6.2",
"json-schema-to-typescript": "~11.0.3",
"prettier": "2.8.3",
"prettier-plugin-organize-imports": "~3.2.2",
Expand All @@ -91,6 +94,15 @@
"vitest": "~0.28.3",
"vue-eslint-parser": "~9.1.0"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"@babel/core",
"cosmiconfig-toml-loader",
"cosmiconfig-typescript-loader"
]
}
},
"packageManager": "pnpm@7.26.3",
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
Expand Down
Loading

0 comments on commit f59a982

Please sign in to comment.