forked from graphql/graphiql
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 950 Bytes
/
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
{
"name": "monaco-graphql",
"description": "full service, official monaco mode for GraphQL",
"version": "1.1.6",
"license": "MIT",
"main": "dist/monaco.contribution.js",
"module": "esm/monaco.contribution.js",
"types": "esm/monaco.contribution.d.ts",
"contributors": [
{
"name": "Peng Lyu",
"url": "https://github.com/rebornix"
},
{
"name": "Rikki Schulte",
"url": "https://github.com/acao"
}
],
"repository": {
"url": "http://github.com/graphql/graphiql",
"directory": "packages/monaco-graphql"
},
"files": [
"dist",
"esm",
"src"
],
"dependencies": {
"graphql-language-service": "^5.1.0",
"picomatch-browser": "^2.2.6"
},
"devDependencies": {
"graphql": "^16.4.0",
"monaco-editor": "^0.31.0",
"vscode-languageserver-types": "^3.17.1"
},
"peerDependencies": {
"graphql": "^15.5.0 || ^16.0.0",
"monaco-editor": "^0.20.0"
}
}