forked from GraphnomiQl/GraphnomiQL
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.29 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
{
"name": "graphnomiql",
"version": "1.1.0",
"description": "",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "electron .",
"server": "webpack --watch",
"build": "webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dlballena/GraphnomiQL.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/dlballena/GraphnomiQL/issues"
},
"homepage": "https://github.com/dlballena/GraphnomiQL#readme",
"dependencies": {
"@material-ui/core": "^3.7.0",
"@material-ui/icons": "^3.0.1",
"graphql": "^14.0.2",
"prop-types": "^15.6.2",
"react": "^16.6.3",
"react-clipboard.js": "^2.0.2",
"react-dom": "^16.6.3",
"react-graph-vis": "^1.0.2",
"react-redux": "^6.0.0",
"redux": "^4.0.1",
"redux-devtools-extension": "^2.13.7",
"vis": "^4.21.0"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.0",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.4",
"css-loader": "^2.0.1",
"electron": "^3.0.13",
"html-webpack-plugin": "^3.2.0",
"style-loader": "^0.23.1",
"webpack": "^4.27.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.14"
}
}