-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
55 lines (55 loc) · 1.42 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
54
55
{
"name": "react-router-v4",
"version": "2.0.0",
"description": "A step by step react-router v4 tutorial - extensive and easy to follow",
"keywords": [
"react",
"router",
"react router",
"javascript",
"UI",
"facebook",
"user interface",
"html",
"css"
],
"scripts": {
"start": "echo cd into one of the directories to start"
},
"author": "Irfan and Safiya Baqui",
"license": "MIT",
"dependencies": {
"lodash": "^4.17.4",
"node-uuid": "^1.4.8",
"query-string": "^5.0.0",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-redux": "^5.0.5",
"react-router": "^4.1.2",
"react-router-dom": "^4.1.2",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0"
},
"devDependencies": {
"babel-register": "^6.24.1",
"body-parser": "^1.17.2",
"extract-text-webpack-plugin": "^3.0.0",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2015-loose": "^8.0.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"css-loader": "^0.28.4",
"express": "^4.15.3",
"file-loader": "^0.11.2",
"install": "^0.10.1",
"npm": "^5.3.0",
"react-hot-loader": "^1.3.1",
"style-loader": "^0.18.2",
"webpack": "^3.4.1",
"webpack-dev-middleware": "^1.11.0",
"webpack-hot-middleware": "^2.18.2"
}
}