|
20 | 20 | "serve-favicon": "^2.3.0"
|
21 | 21 | },
|
22 | 22 | "devDependencies": {
|
23 |
| - "bootstrap": "^3.3.5", |
24 |
| - "bootstrap-sass": "^3.3.5", |
25 |
| - "classnames": "^2.1.2", |
26 |
| - "extract-text-webpack-plugin": "^0.9.1", |
27 |
| - "font-awesome": "^4.5.0", |
28 |
| - "history": "^1.13.1", |
29 |
| - "html-webpack-plugin": "^1.7.0", |
30 |
| - "isomorphic-fetch": "^2.2.0", |
31 |
| - "react": "^0.14.0", |
32 |
| - "react-addons-css-transition-group": "^0.14.3", |
33 |
| - "react-addons-linked-state-mixin": "^0.14.3", |
34 |
| - "react-alert": "^1.0.13", |
35 |
| - "react-bootstrap": "^0.28.1", |
36 |
| - "react-cookie": "^0.4.2", |
37 |
| - "react-dom": "^0.14.0", |
38 |
| - "react-mixin": "^2.0.2", |
39 |
| - "react-redux": "^4.0.0", |
40 |
| - "react-router": "^1.0.0", |
41 |
| - "redux": "^3.0.0", |
42 |
| - "redux-router": "^1.0.0-beta5", |
43 |
| - "redux-thunk": "^1.0.0", |
44 | 23 | "babel-core": "^6.3.15",
|
45 | 24 | "babel-loader": "^6.2.0",
|
46 | 25 | "babel-plugin-react-transform": "^2.0.0-beta1",
|
47 | 26 | "babel-preset-es2015": "^6.3.13",
|
48 | 27 | "babel-preset-react": "^6.3.13",
|
49 | 28 | "babel-preset-stage-0": "^6.3.13",
|
| 29 | + "bootstrap": "^3.3.5", |
| 30 | + "bootstrap-sass": "^3.3.5", |
| 31 | + "classnames": "^2.1.2", |
50 | 32 | "compass-mixins": "^0.12.7",
|
51 | 33 | "css-loader": "^0.23.0",
|
52 | 34 | "del": "^2.2.0",
|
53 | 35 | "expect": "^1.8.0",
|
54 | 36 | "express": "^4.13.3",
|
| 37 | + "extract-text-webpack-plugin": "^0.9.1", |
| 38 | + "font-awesome": "^4.5.0", |
55 | 39 | "gulp": "^3.9.0",
|
56 | 40 | "gulp-env": "^0.4.0",
|
57 | 41 | "gulp-nodemon": "^2.0.6",
|
58 | 42 | "gulp-sequence": "^0.4.4",
|
59 | 43 | "gulp-util": "^3.0.7",
|
| 44 | + "history": "^1.13.1", |
| 45 | + "html-webpack-plugin": "^1.7.0", |
60 | 46 | "image-webpack-loader": "^1.6.2",
|
| 47 | + "isomorphic-fetch": "^2.2.0", |
61 | 48 | "jsdom": "^5.6.1",
|
62 | 49 | "mocha": "^2.2.5",
|
63 | 50 | "node-libs-browser": "^0.5.2",
|
64 | 51 | "node-sass": "^3.4.2",
|
65 | 52 | "open": "0.0.5",
|
| 53 | + "react": "^0.14.0", |
| 54 | + "react-addons-css-transition-group": "^0.14.3", |
| 55 | + "react-addons-linked-state-mixin": "^0.14.3", |
66 | 56 | "react-addons-test-utils": "^0.14.0",
|
| 57 | + "react-alert": "^1.0.13", |
| 58 | + "react-bootstrap": "^0.28.1", |
| 59 | + "react-cookie": "^0.4.2", |
| 60 | + "react-dom": "^0.14.0", |
| 61 | + "react-mixin": "^2.0.2", |
| 62 | + "react-redux": "^4.0.0", |
| 63 | + "react-router": "^1.0.0", |
67 | 64 | "react-transform-catch-errors": "^1.0.0",
|
68 | 65 | "react-transform-hmr": "^1.0.1",
|
69 | 66 | "redbox-react": "^1.2.0",
|
| 67 | + "redux": "^3.0.0", |
70 | 68 | "redux-devtools": "^3.0.0-beta-3",
|
71 | 69 | "redux-devtools-dock-monitor": "^1.0.0-beta-3",
|
72 | 70 | "redux-devtools-log-monitor": "^1.0.0-beta-3",
|
| 71 | + "redux-router": "^1.0.0-beta5", |
| 72 | + "redux-simple-router": "^1.0.2", |
| 73 | + "redux-thunk": "^1.0.0", |
73 | 74 | "sass-loader": "^3.1.2",
|
74 | 75 | "style-loader": "^0.12.3",
|
75 | 76 | "url-loader": "^0.5.7",
|
|
0 commit comments