-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.57 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
{
"name": "search-github",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"algoliasearch": "^3.18.0",
"autoprefixer": "^6.3.7",
"babel-core": "^6.11.4",
"babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-2": "^6.11.0",
"babel-regenerator-runtime": "^6.5.0",
"css-loader": "^0.23.1",
"elasticsearch": "^11.0.1",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-jsx-a11y": "^6.0.3",
"html-webpack-plugin": "^2.22.0",
"isomorphic-fetch": "^2.2.1",
"material-ui": "^0.15.2",
"node-sass": "^3.8.0",
"normalize-scss": "^5.0.3",
"octicons": "^4.4.0",
"postcss-loader": "^0.9.1",
"react": "^15.2.1",
"react-dom": "^15.2.1",
"react-redux": "^4.4.5",
"react-router": "^2.6.0",
"react-router-redux": "^4.0.5",
"redux": "^3.5.2",
"redux-form": "^5.3.1",
"redux-saga": "^0.11.0",
"sass-loader": "^4.0.0",
"style-loader": "^0.13.1",
"webpack": "^1.13.1"
},
"devDependencies": {
"eslint": "^3.1.1",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.11.1",
"eslint-plugin-react": "^5.2.2",
"redux-devtools": "^3.3.1"
},
"scripts": {
"postinstall": "./node_modules/.bin/webpack --config ./config/webpack.config.dev.js",
"test": "echo \"Error: no test specified\" && exit 1",
"build-client": "./node_modules/.bin/webpack --config ./config/webpack.config.dev.js"
},
"author": "",
"license": "MIT"
}