forked from n1ru4l/relay-compiler-repl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.2 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
{
"name": "relay-compiler-demo",
"version": "0.1.0",
"private": true,
"dependencies": {
"graphql": "14.5.4",
"react": "16.14.0",
"react-dom": "16.14.0",
"react-scripts": "3.2.0",
"relay-compiler": "6.0.0",
"strip-indent": "3.0.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@emotion/core": "10.0.35",
"@emotion/styled": "10.0.27",
"@types/codemirror": "0.0.75",
"@types/graphql": "14.2.2",
"@types/markdown-it": "0.0.9",
"@types/react": "16.9.53",
"@types/react-dom": "16.9.8",
"@types/relay-compiler": "6.0.1",
"codemirror": "5.49.0",
"codemirror-graphql": "0.8.3",
"eslint": "6.5.1",
"husky": "4.3.0",
"lint-staged": "8.2.1",
"markdown-it": "8.4.2",
"prettier": "2.1.2",
"typescript": "3.6.4"
}
}