-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.15 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
{
"name": "EchoSyndicate",
"version": "1.0.0",
"description": "A news aggregator that shows you both sides of a political topic",
"main": "index.js",
"scripts": {
"heroku-postbuild": "webpack --config webpack.config.prod.js"
},
"repository": {
"type": "git",
"url": "https://github.com/adoundakov/echoSyndicate.git"
},
"keywords": [],
"author": "Alexander Doundakov, Ethan (Kong) Wan, and Mike Barile",
"homepage": "www.echosyndicate.com",
"license": "ISC",
"dependencies": {
"babel": "^6.5.2",
"babel-core": "^6.18.0",
"babel-loader": "^6.2.7",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"lodash": "^4.17.2",
"react": "^15.3.2",
"react-addons-create-fragment": "^15.3.2",
"react-dom": "^15.3.2",
"react-logger": "^1.1.0",
"react-paginate": "^2.2.3",
"react-redux": "^4.4.5",
"react-router": "^3.0.0",
"react-scrollchor": "^2.2.0",
"redux": "^3.6.0",
"simple-react-modal": "^0.5.1",
"webpack": "^1.13.3"
},
"engines": {
"node": "6.2.1",
"npm": "3.10.9"
},
"devDependencies": {
"webpack-watch-livereload-plugin": "0.0.1"
}
}