|
8 | 8 | }, |
9 | 9 | "main": "js/app.js", |
10 | 10 | "dependencies": { |
| 11 | + "@babel/cli": "^7.0.0", |
| 12 | + "@babel/core": "^7.0.0", |
| 13 | + "@babel/plugin-proposal-class-properties": "^7.0.0", |
| 14 | + "@babel/polyfill": "^7.0.0", |
| 15 | + "@babel/preset-env": "^7.0.0", |
| 16 | + "@babel/preset-react": "^7.0.0", |
| 17 | + "@babel/runtime": "^7.0.0", |
11 | 18 | "autoprefixer": "^7.1.2", |
12 | | - "babel-cli": "^6.24.1", |
13 | | - "babel-core": "^6.25.0", |
14 | | - "babel-loader": "^7.1.1", |
15 | | - "babel-polyfill": "^6.23.0", |
16 | | - "babel-preset-es2015": "^6.24.1", |
17 | | - "babel-preset-react": "^6.24.1", |
18 | | - "babel-preset-stage-2": "^6.24.1", |
19 | | - "babel-runtime": "^6.25.0", |
| 19 | + "babel-loader": "^8.0.2", |
20 | 20 | "css-loader": "^0.28.4", |
21 | 21 | "es5-shim": "^4.5.9", |
22 | 22 | "expose-loader": "^0.7.3", |
|
29 | 29 | "loader-utils": "^1.1.0", |
30 | 30 | "lodash": "^4.17.4", |
31 | 31 | "node-libs-browser": "^2.0.0", |
32 | | - "node-sass": "^4.5.3", |
| 32 | + "node-sass": "^4.9.3", |
33 | 33 | "postcss-loader": "^1.3.3", |
34 | 34 | "react": "^15.6.1", |
35 | 35 | "react-dom": "^15.6.1", |
|
51 | 51 | "webpack-merge": "^4.1.0" |
52 | 52 | }, |
53 | 53 | "devDependencies": { |
54 | | - "babel-plugin-react-transform": "^2.0.2", |
55 | 54 | "body-parser": "^1.17.1", |
56 | 55 | "eslint": "^3.19.0", |
57 | 56 | "eslint-config-shakacode": "^15.0.0", |
|
0 commit comments