-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1016 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
42
43
44
{
"name": "customql",
"version": "1.0.6",
"description": "Custom GraphQL IDE",
"keywords": [
"react",
"GraphQL"
],
"main": "src/index.js",
"license": "MIT",
"dependencies": {
"codemirror": "5.52.0",
"copy-to-clipboard": "^3.3.1",
"graphiql": "0.17.5",
"graphql": "14.6.0",
"isomorphic-fetch": "^2.2.1",
"lodash": "4.17.19",
"node-sass": "^4.13.1",
"prop-types": "^15.7.2",
"react": "16.12.0",
"react-dom": "16.12.0",
"react-scripts": "3.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"repository": {
"type": "git",
"url": "https://github.com/harshithpabbati/customql.git"
},
"bugs": {
"url": "https://github.com/harshithpabbati/customql/issues"
},
"homepage": "https://customql.netlify.app/",
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}