-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.66 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.66 KB
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
{
"name": "gambit-github-example",
"version": "1.0.0",
"description": "A github api search client to show how Gambit works",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"serve": "gulp serve"
},
"keywords": [
"Gambit"
],
"author": "Ben Stephenson <ben@bwes.co>",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^6.3.3",
"babel": "^6.5.2",
"babel-eslint": "^5.0.0",
"babel-loader": "^6.2.4",
"babel-plugin-react-transform": "^2.0.2",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"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",
"gulp": "^3.9.1",
"imports-loader": "^0.6.5",
"open": "0.0.5",
"postcss-import": "^8.0.2",
"postcss-loader": "^0.8.1",
"react-transform": "0.0.3",
"react-transform-catch-errors": "^1.0.2",
"react-transform-hmr": "^1.0.4",
"require-dir": "^0.3.0",
"style-loader": "^0.13.0",
"webpack": "^1.12.14",
"webpack-dev-middleware": "^1.5.1",
"webpack-hot-middleware": "^2.10.0"
},
"dependencies": {
"babel": "^6.5.2",
"classnames": "^2.2.3",
"gambit": "^0.1.6",
"immutable": "^3.7.6",
"lodash": "^4.6.1",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"react-immutable-proptypes": "^1.7.0",
"react-redux": "^4.4.0",
"redbox-react": "^1.2.2",
"redux": "^3.3.1"
}
}