forked from tlvenn/graphiql-workspace
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 2.1 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
{
"name": "@absinthe/graphiql-workspace",
"version": "1.1.5",
"description": "A graphical interactive in-browser GraphQL IDE enhanced with tabbed navigation, HTTP headers, arbitrary endpoints, etc.",
"homepage": "http://toolbox.sangria-graphql.org/graphiql",
"bugs": {
"url": "https://github.com/OlegIlyenko/graphiql-workspace/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/OlegIlyenko/graphiql-workspace.git"
},
"license": "Apache License 2.0",
"main": "dist/index.js",
"files": [
"dist",
"graphiql-workspace.js",
"graphiql-workspace.min.js",
"graphiql-workspace.css",
"README.md",
"CHANGELOG.md"
],
"browserify-shim": {
"react": "global:React",
"react-dom": "global:ReactDOM"
},
"scripts": {
"build": "./scripts/build.sh",
"quickBuild": "./scripts/quickBuild.sh",
"clean": "rm -rf dist/"
},
"dependencies": {
"bootstrap-sass": "^3.3.7",
"brace": "^0.10.0",
"classnames": "2.2.5",
"graphiql": "0.11.6",
"graphql": "0.11.7",
"lodash": "^4.17.4",
"moment": "^2.17.1",
"prop-types": "15.6.0",
"react": "^15.4.2",
"react-bootstrap": "^0.30.7",
"react-dom": "^15.4.2",
"react-dropzone": "^3.11.0",
"subscriptions-transport-ws": "0.8.3",
"urijs": "^1.18.8"
},
"resolutions": {
"graphql": "0.11.7"
},
"devDependencies": {
"babel-cli": "6.18.0",
"babel-eslint": "7.1.0",
"babel-plugin-syntax-async-functions": "6.13.0",
"babel-plugin-transform-class-properties": "6.18.0",
"babel-plugin-transform-object-rest-spread": "6.16.0",
"babel-preset-es2015": "6.18.0",
"babel-preset-react": "6.16.0",
"babelify": "7.3.0",
"browserify": "13.1.1",
"browserify-shim": "3.8.12",
"chai": "3.5.0",
"chai-subset": "1.3.0",
"eslint": "3.10.0",
"eslint-plugin-babel": "3.3.0",
"eslint-plugin-react": "6.7.0",
"express": "4.14.0",
"express-graphql": "0.6.1",
"jsdom": "9.8.3",
"mocha": "3.1.2",
"react-addons-test-utils": "15.3.2",
"uglify-js": "2.7.4",
"uglifyify": "3.0.4",
"watchify": "3.7.0"
}
}