|
31 | 31 | "postinstall": "if [ \"$NODE_ENV\" = \"production\" ]; then npm run prod:build; fi"
|
32 | 32 | },
|
33 | 33 | "devDependencies": {
|
34 |
| - "babel": "6.5.2", |
35 |
| - "babel-core": "6.14.0", |
36 | 34 | "babel-eslint": "6.1.2",
|
37 |
| - "babel-loader": "6.2.5", |
38 |
| - "babel-plugin-react-transform": "2.0.2", |
39 |
| - "babel-plugin-resolver": "1.0.0", |
40 |
| - "babel-plugin-syntax-class-properties": "6.13.0", |
41 |
| - "babel-plugin-syntax-decorators": "6.13.0", |
42 |
| - "babel-plugin-syntax-object-rest-spread": "6.13.0", |
43 |
| - "babel-plugin-transform-class-properties": "6.11.5", |
44 |
| - "babel-plugin-transform-decorators": "6.13.0", |
45 |
| - "babel-plugin-transform-object-rest-spread": "6.8.0", |
46 |
| - "babel-preset-es2015": "6.14.0", |
47 |
| - "babel-preset-react": "6.11.1", |
48 |
| - "babel-register": "6.14.0", |
49 |
| - "chai": "3.5.0", |
50 |
| - "chai-immutable": "1.6.0", |
51 |
| - "compression-webpack-plugin": "0.3.1", |
52 |
| - "css-loader": "0.24.0", |
53 | 35 | "eslint": "3.4.0",
|
54 | 36 | "eslint-loader": "1.5.0",
|
55 | 37 | "eslint-plugin-react": "6.2.0",
|
56 |
| - "expose-loader": "0.7.1", |
57 |
| - "extract-text-webpack-plugin": "1.0.1", |
58 |
| - "file-loader": "0.9.0", |
59 |
| - "html-webpack-plugin": "2.22.0", |
60 |
| - "json-loader": "0.5.4", |
61 |
| - "mocha": "3.0.2", |
62 | 38 | "nodemon": "1.10.2",
|
63 |
| - "postcss-loader": "0.11.0", |
64 | 39 | "react-transform-catch-errors": "1.0.2",
|
65 | 40 | "react-transform-hmr": "1.0.4",
|
66 | 41 | "redbox-react": "1.3.0",
|
67 | 42 | "redux-devtools": "3.3.1",
|
68 | 43 | "redux-devtools-dock-monitor": "1.1.1",
|
69 | 44 | "redux-devtools-log-monitor": "1.0.11",
|
70 |
| - "sass-loader": "4.0.0", |
71 |
| - "style-loader": "0.13.1", |
72 |
| - "url-loader": "0.5.7", |
73 |
| - "webpack": "1.13.2", |
| 45 | + "webpack-dashboard": "0.1.8", |
74 | 46 | "webpack-dev-server": "1.15.0",
|
75 |
| - "webpack-sources": "0.1.2", |
76 |
| - "yargs": "5.0.0" |
| 47 | + "webpack-sources": "0.1.2" |
77 | 48 | },
|
78 | 49 | "dependencies": {
|
79 | 50 | "app-module-path": "1.1.0",
|
80 | 51 | "autoprefixer": "6.4.0",
|
| 52 | + "babel": "6.5.2", |
| 53 | + "babel-core": "6.14.0", |
| 54 | + "babel-loader": "6.2.5", |
| 55 | + "babel-plugin-react-transform": "2.0.2", |
| 56 | + "babel-plugin-resolver": "1.0.0", |
| 57 | + "babel-plugin-syntax-class-properties": "6.13.0", |
| 58 | + "babel-plugin-syntax-decorators": "6.13.0", |
| 59 | + "babel-plugin-syntax-object-rest-spread": "6.13.0", |
| 60 | + "babel-plugin-transform-class-properties": "6.11.5", |
| 61 | + "babel-plugin-transform-decorators": "6.13.0", |
| 62 | + "babel-plugin-transform-object-rest-spread": "6.8.0", |
81 | 63 | "babel-polyfill": "6.13.0",
|
| 64 | + "babel-preset-es2015": "6.14.0", |
| 65 | + "babel-preset-react": "6.11.1", |
| 66 | + "babel-register": "6.14.0", |
82 | 67 | "classnames": "2.2.5",
|
83 | 68 | "compression": "1.6.2",
|
| 69 | + "compression-webpack-plugin": "0.3.1", |
| 70 | + "css-loader": "0.24.0", |
84 | 71 | "css-modules-require-hook": "4.0.2",
|
85 | 72 | "express": "4.14.0",
|
| 73 | + "expose-loader": "0.7.1", |
| 74 | + "extract-text-webpack-plugin": "1.0.1", |
| 75 | + "file-loader": "0.9.0", |
86 | 76 | "font-awesome": "4.6.3",
|
87 | 77 | "history": "3.0.0",
|
88 | 78 | "include-media": "1.4.8",
|
89 | 79 | "isomorphic-fetch": "2.2.1",
|
| 80 | + "json-loader": "0.5.4", |
90 | 81 | "lodash": "4.15.0",
|
91 | 82 | "node-sass": "3.8.0",
|
| 83 | + "mocha": "3.0.2", |
| 84 | + "postcss-loader": "0.11.0", |
92 | 85 | "react": "15.3.1",
|
93 | 86 | "react-dom": "15.3.1",
|
94 | 87 | "react-redux": "4.4.5",
|
|
99 | 92 | "redux-thunk": "2.1.0",
|
100 | 93 | "reselect": "2.5.3",
|
101 | 94 | "resolve-url-loader": "1.6.0",
|
| 95 | + "sass-loader": "4.0.0", |
102 | 96 | "serve-static": "1.11.1",
|
| 97 | + "style-loader": "0.13.1", |
| 98 | + "url-loader": "0.5.7", |
| 99 | + "webpack": "1.13.2", |
103 | 100 | "webpack-isomorphic-tools": "2.5.8"
|
104 | 101 | }
|
105 | 102 | }
|
0 commit comments