forked from GraphQL-Designer/graphqldesigner.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.7 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
{
"name": "graphqldesigner.com",
"version": "1.0.0",
"description": "A user friendly Graphql designer aimed to simplify creation and implementation of a full stack React Graphql app.",
"main": "index.js",
"keywords": [],
"author": "Tsion Adefres, Greg Shamalta, Patrick Slagle, James Sieu",
"license": "MIT",
"bugs": {
"url": "https://github.com/GraphQL-Designer/graphqldesigner.com/issues"
},
"homepage": "https://github.com/GraphQL-Designer/graphqldesigner.com#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/GraphQL-Designer/graphqldesigner.com.git"
},
"scripts": {
"pack": "webpack -p",
"dev": "webpack-dev-server",
"server": "nodemon server/index.js",
"start": "nodemon server/index.js",
"test": "jest"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babelify": "^8.0.0",
"browserify": "^16.2.2",
"css-loader": "^1.0.0",
"jest": "^23.6.0",
"nodemon": "^1.18.9",
"redux-devtools-extension": "^2.13.5",
"style-loader": "^0.22.1",
"uglifyjs-webpack-plugin": "^2.0.1",
"watchify": "^3.11.0",
"webpack": "^4.17.0",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.14"
},
"dependencies": {
"babel-jest": "^23.6.0",
"babel-preset-stage-2": "^6.24.1",
"eslint-config-airbnb": "^17.1.0",
"express": "^4.16.3",
"material-ui": "^0.20.2",
"pack": "^2.1.0",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-redux": "^5.0.7",
"react-transition-group": "^2.4.0",
"redux": "^4.0.0",
"regenerator-runtime": "^0.12.1",
"zip-local": "^0.3.4"
}
}