-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
49 lines (49 loc) · 1.24 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
{
"name": "CineFlix",
"version": "1.0.0",
"description": "[CineFlix live][heroku]",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"webpack": "webpack --watch",
"heroku-postbuild": "webpack --config webpack.config.prod.js"
},
"engines": {
"node": "6.3.0",
"npm": "3.10.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codhah92/CineFlix.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/codhah92/CineFlix/issues"
},
"homepage": "https://github.com/codhah92/CineFlix#readme",
"dependencies": {
"babel-core": "^6.18.2",
"babel-loader": "^6.2.8",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"react-modal": "^1.6.1",
"react-player": "^0.14.1",
"react-redux": "^4.4.6",
"react-router": "^3.0.0",
"react-search-input": "^0.10.3",
"react-slick": "^0.14.5",
"react-star-rating-component": "^1.2.2",
"react-youtube": "^7.3.0",
"redux": "^3.6.0",
"redux-logger": "^2.7.4",
"slick-carousel": "^1.6.0",
"webpack": "^1.13.3"
}
}