-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
86 lines (86 loc) · 2.48 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "fcc-sift",
"version": "0.1.6",
"description": "Forum News Service search app. (Node.js, React, Elasticsearch, Webpack)",
"homepage": "https://github.com/rveitch/sift",
"bugs": "https://github.com/rveitch/sift/issues",
"license": "ISC",
"authors": [
{
"name": "Ryan Veitch",
"email": "ryan.r.veitch@gmail.com"
}
],
"repository": {
"type": "git",
"url": "https://github.com/rveitch/sift"
},
"scripts": {
"start": "node start.js",
"build": "rm -rf dist; webpack --config webpack.prod.config.js -p"
},
"dependencies": {
"babel-cli": "^6.6.5",
"babel-core": "^6.3.17",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-stage-0": "^6.5.0",
"body-parser": "^1.14.2",
"compression": "^1.6.2",
"css-loader": "^0.20.2",
"deep-equal": "^1.0.1",
"ejs": "^2.3.4",
"express": "^4.14.0",
"extract-text-webpack-plugin": "^0.8.2",
"file-loader": "^0.8.4",
"history": "^4.4.1",
"html-webpack-plugin": "^1.7.0",
"invariant": "^2.2.1",
"lodash": "^4.15.0",
"method-override": "^2.3.5",
"node-sass": "^3.3.3",
"path": "^0.12.7",
"postcss-loader": "^0.8.0",
"query-string": "^3.0.0",
"react": "^15.0.0",
"react-addons-pure-render-mixin": "^15.3.1",
"react-addons-update": "^15.3.1",
"react-dom": "^15.0.0",
"react-hot-loader": "^1.3.0",
"react-router": "^2.0.0",
"react-syntax-highlighter": "^2.3.0",
"sass-loader": "^3.0.0",
"searchkit": "^0.10.1",
"style-loader": "^0.13.1",
"url-loader": "^0.5.6",
"warning": "^2.0.0",
"webpack": "^1.12.2",
"webpack-config": "^2.3.0",
"webpack-dev-middleware": "^1.2.0",
"webpack-dev-server": "^1.12.1",
"webpack-hot-middleware": "^2.5.0"
},
"devDependencies": {
"css-loader": "^0.20.2",
"extract-text-webpack-plugin": "^0.8.2",
"file-loader": "^0.8.4",
"html-webpack-plugin": "^1.7.0",
"node-sass": "^3.3.3",
"postcss-loader": "^0.8.0",
"react-router": "^2.0.0",
"sass-loader": "^3.0.0",
"style-loader": "^0.13.0",
"babel-core": "^6.3.17",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"url-loader": "^0.5.6",
"webpack": "^1.12.2",
"webpack-config": "^2.3.0",
"webpack-dev-middleware": "^1.2.0",
"webpack-dev-server": "^1.12.1",
"webpack-hot-middleware": "^2.5.0"
}
}