|
94 | 94 | } |
95 | 95 | }, |
96 | 96 | "devDependencies": { |
97 | | - "babel-eslint": "7.2.3", |
98 | | - "better-npm-run": "0.0.15", |
99 | | - "debug": "2.6.0", |
100 | | - "eslint": "3.19.0", |
101 | | - "eslint-loader": "1.7.1", |
102 | | - "eslint-plugin-react": "6.10.3", |
103 | | - "nodemon": "1.11.0", |
104 | | - "react-transform-catch-errors": "1.0.2", |
105 | | - "redbox-react": "1.3.6", |
106 | | - "redux-devtools": "3.4.0", |
107 | | - "redux-devtools-dock-monitor": "1.1.2", |
108 | | - "redux-devtools-log-monitor": "1.3.0", |
109 | | - "webpack-dev-server": "2.4.5", |
110 | | - "webpack-sources": "0.2.3" |
| 97 | + "babel-eslint": "^7.2.3", |
| 98 | + "better-npm-run": "^0.0.15", |
| 99 | + "debug": "^2.6.0", |
| 100 | + "eslint": "^3.19.0", |
| 101 | + "eslint-loader": "^1.7.1", |
| 102 | + "eslint-plugin-react": "^6.10.3", |
| 103 | + "nodemon": "^1.11.0", |
| 104 | + "react-transform-catch-errors": "^1.0.2", |
| 105 | + "redbox-react": "^1.3.6", |
| 106 | + "redux-devtools": "^3.4.0", |
| 107 | + "redux-devtools-dock-monitor": "^1.1.2", |
| 108 | + "redux-devtools-log-monitor": "^1.3.0", |
| 109 | + "webpack-dev-server": "^2.4.5", |
| 110 | + "webpack-sources": "^0.2.3" |
111 | 111 | }, |
112 | 112 | "dependencies": { |
113 | | - "app-module-path": "2.2.0", |
114 | | - "autoprefixer": "6.7.7", |
115 | | - "babel": "6.23.0", |
116 | | - "babel-cli": "6.24.1", |
117 | | - "babel-core": "6.24.1", |
118 | | - "babel-loader": "7.0.0", |
119 | | - "babel-plugin-react-transform": "2.0.2", |
120 | | - "babel-plugin-resolver": "1.1.0", |
121 | | - "babel-plugin-syntax-class-properties": "6.13.0", |
122 | | - "babel-plugin-syntax-decorators": "6.13.0", |
123 | | - "babel-plugin-syntax-object-rest-spread": "6.13.0", |
124 | | - "babel-plugin-transform-class-properties": "6.24.1", |
125 | | - "babel-plugin-transform-decorators": "6.24.1", |
126 | | - "babel-plugin-transform-object-rest-spread": "6.23.0", |
127 | | - "babel-polyfill": "6.23.0", |
128 | | - "babel-preset-es2015": "6.24.1", |
129 | | - "babel-preset-react": "6.24.1", |
130 | | - "babel-register": "6.24.1", |
131 | | - "classnames": "2.2.5", |
132 | | - "compression": "1.6.2", |
133 | | - "compression-webpack-plugin": "0.4.0", |
134 | | - "css-loader": "0.28.0", |
135 | | - "css-modules-require-hook": "4.0.6", |
136 | | - "expose-loader": "0.7.3", |
137 | | - "express": "4.15.2", |
138 | | - "extract-text-webpack-plugin": "2.1.0", |
139 | | - "file-loader": "0.11.1", |
140 | | - "font-awesome": "4.7.0", |
141 | | - "history": "4.6.1", |
142 | | - "include-media": "1.4.9", |
143 | | - "isomorphic-fetch": "2.2.1", |
144 | | - "json-loader": "0.5.4", |
145 | | - "mocha": "3.3.0", |
146 | | - "node-sass": "4.5.2", |
147 | | - "postcss-loader": "1.3.3", |
148 | | - "react": "15.5.4", |
149 | | - "react-dom": "15.5.4", |
| 113 | + "app-module-path": "^2.2.0", |
| 114 | + "autoprefixer": "^6.7.7", |
| 115 | + "babel": "^6.23.0", |
| 116 | + "babel-cli": "^6.24.1", |
| 117 | + "babel-core": "^6.24.1", |
| 118 | + "babel-loader": "^7.0.0", |
| 119 | + "babel-plugin-react-transform": "^2.0.2", |
| 120 | + "babel-plugin-resolver": "^1.1.0", |
| 121 | + "babel-plugin-syntax-class-properties": "^6.13.0", |
| 122 | + "babel-plugin-syntax-decorators": "^6.13.0", |
| 123 | + "babel-plugin-syntax-object-rest-spread": "^6.13.0", |
| 124 | + "babel-plugin-transform-class-properties": "^6.24.1", |
| 125 | + "babel-plugin-transform-decorators": "^6.24.1", |
| 126 | + "babel-plugin-transform-object-rest-spread": "^6.23.0", |
| 127 | + "babel-polyfill": "^6.23.0", |
| 128 | + "babel-preset-es2015": "^6.24.1", |
| 129 | + "babel-preset-react": "^6.24.1", |
| 130 | + "babel-register": "^6.24.1", |
| 131 | + "classnames": "^2.2.5", |
| 132 | + "compression": "^1.6.2", |
| 133 | + "compression-webpack-plugin": "^0.4.0", |
| 134 | + "css-loader": "^0.28.0", |
| 135 | + "css-modules-require-hook": "^4.0.6", |
| 136 | + "expose-loader": "^0.7.3", |
| 137 | + "express": "^4.15.2", |
| 138 | + "extract-text-webpack-plugin": "^2.1.0", |
| 139 | + "file-loader": "^0.11.1", |
| 140 | + "font-awesome": "^4.7.0", |
| 141 | + "history": "^4.6.1", |
| 142 | + "include-media": "^1.4.9", |
| 143 | + "isomorphic-fetch": "^2.2.1", |
| 144 | + "json-loader": "^0.5.4", |
| 145 | + "lodash": "^4.17.4", |
| 146 | + "mocha": "^3.3.0", |
| 147 | + "node-sass": "^4.5.2", |
| 148 | + "postcss-loader": "^1.3.3", |
| 149 | + "react": "^15.5.4", |
| 150 | + "react-dom": "^15.5.4", |
150 | 151 | "react-hot-loader": "next", |
151 | | - "react-redux": "5.0.4", |
152 | | - "react-router": "4.1.1", |
153 | | - "react-router-redux": "4.0.8", |
154 | | - "redux": "3.6.0", |
155 | | - "redux-thunk": "2.2.0", |
156 | | - "reselect": "3.0.0", |
157 | | - "resolve-url-loader": "2.0.2", |
158 | | - "sass-loader": "6.0.3", |
159 | | - "serve-static": "1.12.1", |
160 | | - "style-loader": "0.16.1", |
161 | | - "url-loader": "0.5.8", |
162 | | - "webpack": "2.4.1", |
163 | | - "webpack-isomorphic-tools": "3.0.2" |
| 152 | + "react-redux": "^5.0.4", |
| 153 | + "react-router-dom": "^4.1.1", |
| 154 | + "react-router-redux": "next", |
| 155 | + "redux": "^3.6.0", |
| 156 | + "resolve-url-loader": "^2.0.2", |
| 157 | + "sass-loader": "^6.0.3", |
| 158 | + "serve-static": "^1.12.1", |
| 159 | + "style-loader": "^0.16.1", |
| 160 | + "url-loader": "^0.5.8", |
| 161 | + "webpack": "^2.4.1", |
| 162 | + "webpack-isomorphic-tools": "^3.0.2" |
164 | 163 | } |
165 | 164 | } |
0 commit comments