-
Notifications
You must be signed in to change notification settings - Fork 68
/
Copy pathpackage.json
79 lines (79 loc) · 2.28 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
{
"name": "graphql-ide",
"version": "1.1.0",
"description": "",
"main": "main.js",
"scripts": {
"start": "./node_modules/.bin/electron main.js",
"build-css": "node-sass --include-path scss scss --output css",
"watch-css": "node-sass -w --include-path scss scss --output css",
"package": "node package.js",
"package-all": "node package.js --all"
},
"keywords": [],
"license": "MIT",
"homepage": "https://github.com/redound/graphql-ide",
"bugs": {
"url": "https://github.com/redound/graphql-ide/issues"
},
"repository": {
"type": "git",
"url": "http://github.com/redound/graphql-ide.git"
},
"dependencies": {
"camel-case": "^3.0.0",
"classnames": "^2.2.5",
"electron-devtools-installer": "^2.0.1",
"es6-promisify": "^5.0.0",
"font-awesome": "^4.7.0",
"graphiql": "^0.8.0",
"graphql": "^0.8.2",
"immutable": "^3.8.1",
"isomorphic-fetch": "^2.2.1",
"lodash": "^4.17.2",
"moment": "^2.16.0",
"nedb": "^1.8.0",
"node-uuid": "^1.4.7",
"react": "^15.4.0",
"react-bootstrap": "^0.30.6",
"react-dom": "^15.4.0",
"react-list": "^0.8.0",
"react-redux": "^4.4.6",
"react-router": "^3.0.0",
"redux": "^3.6.0",
"redux-immutable": "^3.0.8",
"redux-logger": "^2.7.4",
"redux-thunk": "^2.1.0",
"reselect": "^2.5.4",
"semver": "^5.3.0",
"snake-case": "^2.1.0",
"sweetalert": "^1.1.3",
"uuid": "^3.0.0",
"validator": "^6.1.0",
"vex-js": "^3.0.0"
},
"devDependencies": {
"babel-core": "^6.18.2",
"babel-loader": "^6.2.10",
"babel-plugin-syntax-async-functions": "^6.13.0",
"babel-plugin-syntax-class-properties": "^6.13.0",
"babel-plugin-transform-class-properties": "^6.19.0",
"babel-plugin-transform-object-rest-spread": "^6.19.0",
"babel-plugin-transform-regenerator": "^6.16.1",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"css-loader": "^0.26.0",
"del": "^2.2.2",
"electron-packager": "^8.3.0",
"express": "^4.14.0",
"file-loader": "^0.10.0",
"github-latest-release": "^0.1.1",
"json-loader": "^0.5.4",
"minimist": "^1.2.0",
"node-sass": "^3.13.0",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^2.2.1"
}
}