-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.81 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
58
59
60
61
62
63
64
65
66
{
"name": "graphql-dryad-repo",
"version": "2.0.3",
"description": "Component from graphql library",
"main": "lib/index.js",
"scripts": {
"test": "cypress open"
},
"repository": {
"type": "git",
"url": "git+https://github.com/graphql-editor/graphql-dryad.git"
},
"workspaces": [
"./packages/dryad",
"./packages/sandbox"
],
"keywords": [
"react",
"graphql"
],
"author": "Aexol <aexol@aexol.com> (http://aexol.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/graphql-editor/graphql-dryad/issues"
},
"homepage": "https://github.com/graphql-editor/graphql-dryad#readme",
"dependencies": {
"@emotion/core": "^11.0.0",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0"
},
"devDependencies": {
"@monaco-editor/react": "^4.2.2",
"@types/file-saver": "^2.0.3",
"@types/jszip": "^3.4.0",
"@types/react": "^17.0.18",
"@types/react-dom": "^17.0.9",
"@types/remarkable": "^2.0.3",
"@typescript-eslint/eslint-plugin": "^4.29.1",
"@typescript-eslint/parser": "^4.29.1",
"cypress": "^8.6.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"graphql": "^15.5.1",
"html-loader": "^2.1.2",
"html-webpack-plugin": "^5.3.2",
"jest": "^27.0.6",
"monaco-editor": "^0.27.0",
"prettier": "^2.3.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"style-loader": "^3.2.1",
"treelang": "0.0.4",
"ts-loader": "^9.2.5",
"tsconfig-paths-webpack-plugin": "^3.5.1",
"ttypescript": "^1.5.12",
"typescript": "^4.3.5",
"typescript-transform-paths": "^3.3.0",
"webpack": "^5.50.0",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^3.11.2"
}
}