-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.57 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.57 KB
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
{
"name": "IMDBMoviesAPI_React_With_Redux",
"version": "1.0.0",
"description": "ReactJS With Redux",
"main": "./src/app/index.js",
"engines": {
"npm": ">=3"
},
"scripts": {
"build": "cross-env NODE_ENV=production webpack --config ./webpack.prod.config.js --progress --colors",
"start": "node app.js"
},
"keywords": [
"reactjs",
"redux",
"axios"
],
"author": "Sravani",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sravanithota/IMDBMovies_React_Wth_Redux_App.git"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-cli": "^6.6.5",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-stage-0": "^6.5.0",
"css-loader": "^0.23.1",
"file-loader": "^0.8.5",
"node-sass": "^3.4.2",
"sass-loader": "^3.2.0",
"style-loader": "^0.13.1",
"copy-webpack-plugin": "3.0.1",
"url-loader": "^0.5.6",
"webpack": "^1.12.14",
"cross-env": "^3.1.3",
"webpack-dev-middleware": "^1.6.1",
"webpack-hot-middleware": "^2.10.0"
},
"dependencies": {
"axios": "^0.9.0",
"express": "4.14.0",
"extract-text-webpack-plugin": "1.0.1",
"npm": "^4.5.0",
"react": "^15.2.0",
"react-addons-test-utils": "15.2.0",
"react-bootstrap": "^0.30.7",
"react-dom": "^15.2.0",
"react-redux": "4.4.5",
"react-router": "2.5.2",
"react-router-redux": "4.0.5",
"redux": "3.5.2",
"redux-devtools-extension": "^2.13.0",
"redux-thunk": "2.1.0"
}
}