-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 990 Bytes
/
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
{
"name": "nvideos",
"version": "1.0.0",
"description": "React/Redux Netflix App",
"main": "index.js",
"scripts": {
"build": "webpack",
"watch": "webpack --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Maftalion/nvideos.git"
},
"author": "Matthew Aftalion",
"license": "MIT",
"bugs": {
"url": "https://github.com/Maftalion/nvideos/issues"
},
"homepage": "https://github.com/Maftalion/nvideos#readme",
"dependencies": {
"axios": "^0.14.0",
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-polyfill": "^6.13.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"babel-register": "^6.14.0",
"express": "^4.14.0",
"json-loader": "^0.5.4",
"lodash": "^4.15.0",
"node-ensure": "0.0.0",
"react": "^15.3.1",
"react-dom": "^15.3.1",
"react-redux": "^4.4.5",
"react-router": "^2.8.1",
"redux": "^3.6.0",
"webpack": "^1.13.2"
}
}