-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
53 lines (53 loc) · 1.29 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": "WatchTube",
"version": "1.0.0",
"description": "Heroku Link: [WatchTube]",
"main": "webpack.config.js",
"directories": {
"doc": "docs",
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "webpack"
},
"engines": {
"node": "6.2.1",
"npm": "3.9.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DanielLChang/WatchTube.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/DanielLChang/WatchTube/issues"
},
"homepage": "https://github.com/DanielLChang/WatchTube#readme",
"dependencies": {
"autosuggest-highlight": "^3.1.0",
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"nuka-carousel": "^2.0.4",
"react": "^15.4.2",
"react-autosuggest": "^8.0.0",
"react-dom": "^15.4.2",
"react-dropzone": "^3.9.0",
"react-player": "^0.14.1",
"react-redux": "^5.0.1",
"react-router": "^3.0.0",
"redux": "^3.6.0",
"redux-thunk": "^2.1.0",
"slick-carousel": "^1.6.0",
"superagent": "^3.3.2",
"url-loader": "^0.5.7",
"webpack": "^1.14.0"
},
"devDependencies": {
"html-loader": "^0.4.4"
}
}