|
41 | 41 | "lint": "eslint --ext .js,.jsx ."
|
42 | 42 | },
|
43 | 43 | "dependencies": {
|
| 44 | + "@babel/core": "^7.3.4", |
| 45 | + "@babel/preset-env": "^7.3.4", |
44 | 46 | "actioncable": "5.0.x",
|
45 | 47 | "autoprefixer": "^7.1.5",
|
46 | 48 | "axios": "^0.17.1",
|
47 | 49 | "babel-cli": "^6.26.0",
|
48 | 50 | "babel-core": "^6.26.0",
|
49 |
| - "babel-loader": "^7.1.2", |
| 51 | + "babel-loader": "^7.1.5", |
50 | 52 | "babel-plugin-transform-es2015-modules-amd": "^6.24.1",
|
51 | 53 | "babel-polyfill": "^6.26.0",
|
52 | 54 | "babel-preset-env": "^1.6.0",
|
|
56 | 58 | "bootstrap-loader": "^2.2.0",
|
57 | 59 | "bootstrap-sass": "^3.3.7",
|
58 | 60 | "classnames": "^2.2.5",
|
59 |
| - "compression-webpack-plugin": "^1.0.1", |
| 61 | + "compression-webpack-plugin": "^2.0.0", |
60 | 62 | "css-loader": "^0.28.7",
|
61 | 63 | "es5-shim": "^4.5.9",
|
62 | 64 | "estraverse": "^4.2.0",
|
63 |
| - "expose-loader": "^0.7.4", |
| 65 | + "expose-loader": "^0.7.5", |
64 | 66 | "extract-text-webpack-plugin": "^3.0.2",
|
65 |
| - "file-loader": "^1.1.5", |
| 67 | + "file-loader": "^3.0.1", |
66 | 68 | "glob": "^7.1.2",
|
67 | 69 | "immutable": "^3.8.2",
|
68 | 70 | "imports-loader": "^0.7.1",
|
|
72 | 74 | "js-yaml": "^3.10.0",
|
73 | 75 | "loader-utils": "^1.1.0",
|
74 | 76 | "lodash": "^4.17.4",
|
75 |
| - "marked": "^0.3.6", |
76 |
| - "node-sass": "^4.7.2", |
| 77 | + "marked": "^0.6.1", |
| 78 | + "node-sass": "^4.11.0", |
77 | 79 | "node-uuid": "^1.4.8",
|
78 | 80 | "postcss-loader": "^2.0.8",
|
79 | 81 | "prop-types": "^15.6.0",
|
|
91 | 93 | "redux-thunk": "^2.2.0",
|
92 | 94 | "resolve-url-loader": "^2.2.0",
|
93 | 95 | "sass-loader": "^6.0.6",
|
94 |
| - "sass-resources-loader": "^1.3.1", |
| 96 | + "sass-resources-loader": "^1.3.3", |
95 | 97 | "style-loader": "^0.19.0",
|
96 | 98 | "turbolinks": "^5.0.3",
|
97 | 99 | "url-loader": "^0.6.2",
|
98 |
| - "webpack": "^3.8.1", |
99 |
| - "webpack-manifest-plugin": "^1.3.2", |
| 100 | + "webpack": "^4.29.6", |
| 101 | + "webpack-cli": "^3.3.0", |
| 102 | + "webpack-manifest-plugin": "^2.0.4", |
100 | 103 | "webpack-merge": "^4.1.1"
|
101 | 104 | },
|
102 | 105 | "devDependencies": {
|
|
114 | 117 | "express": "^4.16.2",
|
115 | 118 | "identity-obj-proxy": "^3.0.0",
|
116 | 119 | "jest": "^23.5.0",
|
117 |
| - "pug": "^2.0.0-rc.4", |
| 120 | + "pug": "^2.0.3", |
118 | 121 | "react-transform-hmr": "^1.0.4",
|
119 | 122 | "regenerator-runtime": "^0.12.1",
|
120 | 123 | "sleep": "^5.1.1",
|
121 |
| - "webpack-dev-server": "^2.9.4" |
| 124 | + "webpack-dev-server": "^3.2.1" |
122 | 125 | },
|
123 | 126 | "jest": {
|
124 | 127 | "moduleNameMapper": {
|
|
0 commit comments