-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
80 lines (80 loc) · 1.77 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "graphiql.io",
"version": "0.0.1",
"description": "graphiql.io: Connect GraphiQL to any server",
"homepage": "http://graphiql.io",
"author": {
"name": "Langa",
"email": "[email protected]",
"url": "langa.io"
},
"main": "index.js",
"keywords": [
"graphql",
"graphiql",
"server",
"trails",
"trailsjs",
"graphiql.io",
"demo",
"playground",
"test"
],
"dependencies": {
"faker": "^3.1.0",
"fetch": "^1.1.0",
"graphiql": "^0.7.8",
"graphql": "^0.7.2",
"inert": "^4.0.2",
"lodash": "^4.16.4",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"trailpack-autoreload": "^1.0.2",
"trailpack-graphql": "^0.9.0",
"trailpack-hapi": "^2",
"trailpack-repl": "^2",
"trailpack-router": "^2",
"trailpack-webpack": "^1.0.0",
"trails": "^2",
"winston": "^2.2"
},
"devDependencies": {
"babel-core": "^6.17.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.16.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"babel-preset-stage-3": "^6.17.0",
"css-loader": "^0.25.0",
"eslint": "^2.8",
"eslint-config-trails": "latest",
"eslint-plugin-react": "^6.6",
"file-loader": "^0.9.0",
"html-webpack-plugin": "^2.22.0",
"mocha": "^2.4",
"style-loader": "^0.13.1",
"supertest": "^1.2",
"url-loader": "^0.5.7",
"webpack": "^1.13.2"
},
"scripts": {
"test": "eslint . && mocha"
},
"engines": {
"node": ">= 6.0.0"
},
"eslintConfig": {
"extends": "trails/react",
"plugins": [
"react"
],
"parserOptions": {
"ecmaFeatures": {
"jsx": true
}
}
},
"babel": {},
"repository": "[email protected]:langateam/graphiql-multi.git",
"license": "MIT"
}