-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathpackage.json
50 lines (50 loc) · 1.31 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
{
"name": "graphql-network",
"version": "1.0.0",
"description": "A chrome extension for devtools to better display graphql requests",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"package": "npm run build && node package.js"
},
"keywords": [
"Graphql",
"chrome"
],
"author": "Ben Stephenson <[email protected]>",
"license": "ISC",
"dependencies": {
"babel": "^6.5.2",
"babel-eslint": "^5.0.0",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"bluebird": "^3.3.4",
"classnames": "^2.2.3",
"css-loader": "^0.23.1",
"eslint": "^2.3.0",
"eslint-config-airbnb": "^6.1.0",
"eslint-config-lens": "^2.3.0",
"eslint-plugin-import": "^1.0.3",
"eslint-plugin-react": "^4.2.1",
"express": "^4.13.4",
"file-loader": "^0.8.5",
"graphql": "^0.4.18",
"gulp": "^3.9.1",
"imports-loader": "^0.6.5",
"lodash": "^4.17.13",
"open": "0.0.5",
"postcss-import": "^8.0.2",
"postcss-loader": "^0.8.1",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"require-dir": "^0.3.0",
"style-loader": "^0.13.0",
"webpack": "^1.12.14"
},
"devDependencies": {
"archiver": "^2.1.1"
}
}