-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.07 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
{
"name": "graphql-api",
"version": "1.0.0",
"description": "graphql app",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Peripona/graphql-api.git"
},
"keywords": [
"graphql",
"node"
],
"author": "Tarandeep Singh",
"license": "ISC",
"bugs": {
"url": "https://github.com/Peripona/graphql-api/issues"
},
"homepage": "https://github.com/Peripona/graphql-api#readme",
"dependencies": {
"babel-eslint": "9.0.0",
"eslint-config-react-app": "2.1.0",
"eslint-loader": "2.1.0",
"eslint-plugin-flowtype": "2.50.0",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-jsx-a11y": "6.1.1",
"eslint-plugin-prettier": "2.6.2",
"eslint-plugin-react": "7.11.1",
"express": "^5.0.0-alpha.5",
"express-graphql": "^0.6.12",
"graphql": "^14.0.0",
"node-fetch": "^2.2.0",
"prettier": "1.14.2",
"xml2js": "^0.4.19"
},
"devDependencies": {
"eslint": "5.5.0"
}
}