|
15 | 15 | "main": "reactjsAdminlte.js", |
16 | 16 | "dependencies": { |
17 | 17 | "jquery": "^3.1.1", |
18 | | - "react": "^15.6.1", |
19 | | - "react-dom": "^15.6.1" |
| 18 | + "react": "^16.2.0", |
| 19 | + "react-dom": "^16.2.0" |
20 | 20 | }, |
21 | 21 | "devDependencies": { |
22 | | - "babel-core": "~6.5.1", |
23 | | - "babel-loader": "~6.2.2", |
24 | | - "babel-preset-es2015": "~6.5.0", |
25 | | - "babel-preset-react": "~6.5.0", |
| 22 | + "babel-core": "~6.26.0", |
| 23 | + "babel-loader": "~7.1.3", |
| 24 | + "babel-preset-es2015": "~6.24.1", |
| 25 | + "babel-preset-react": "~6.24.1", |
26 | 26 | "body-parser": "^1.14.0", |
27 | 27 | "bower": "^1.7.7", |
28 | | - "chai": "^3.5.0", |
29 | | - "consolidate": "^0.13.1", |
30 | | - "css-loader": "^0.23.1", |
31 | | - "expect": "^1.20.2", |
32 | | - "express": "^4.13.3", |
| 28 | + "consolidate": "^0.15.0", |
| 29 | + "create-react-class": "^15.6.3", |
| 30 | + "express": "^4.16.2", |
33 | 31 | "handlebars": "^4.0.3", |
34 | 32 | "jsx-loader": "^0.13.2", |
35 | | - "mocha": "^3.1.2", |
36 | 33 | "raphael": "^2.1.4", |
37 | | - "webpack": "^1.14.0", |
38 | | - "webpack-raphael": "^2.1.4", |
39 | | - "react-hot-loader": "^1.3.1", |
40 | | - "style-loader": "^0.13.0", |
41 | 34 | "velocity-animate": "^1.4.0", |
42 | | - "webpack-dev-server": "~1.14.1" |
| 35 | + "webpack": "^4.0.1", |
| 36 | + "webpack-raphael": "^2.1.4", |
| 37 | + "chai": "^4.1.2", |
| 38 | + "css-loader": "^0.28.10", |
| 39 | + "expect": "^1.20.2", |
| 40 | + "mocha": "^5.0.1", |
| 41 | + "react-hot-loader": "^4.0.0", |
| 42 | + "style-loader": "^0.20.2", |
| 43 | + "webpack-cli": "^2.0.10", |
| 44 | + "webpack-dev-server": "~3.1.0" |
43 | 45 | }, |
44 | 46 | "scripts": { |
45 | 47 | "dev": "node server.js", |
|
0 commit comments