|
1 | 1 | {
|
2 | 2 | "name": "@coreui/react",
|
3 |
| - "version": "1.0.5", |
| 3 | + "version": "1.0.6", |
4 | 4 | "description": "Open Source Bootstrap Admin Template",
|
5 | 5 | "author": "Łukasz Holeczek",
|
6 | 6 | "homepage": "http://coreui.io",
|
7 | 7 | "copyright": "Copyright 2017 creativeLabs Łukasz Holeczek",
|
8 | 8 | "license": "MIT",
|
9 | 9 | "private": true,
|
10 | 10 | "devDependencies": {
|
11 |
| - "babel-core": "^6.26.0", |
12 |
| - "babel-loader": "^7.1.2", |
13 |
| - "babel-plugin-transform-object-rest-spread": "^6.26.0", |
14 |
| - "babel-preset-env": "^1.6.0", |
15 |
| - "babel-preset-react": "^6.24.1", |
16 |
| - "copy-webpack-plugin": "^4.1.1", |
17 |
| - "css-hot-loader": "^1.3.2", |
18 |
| - "css-loader": "^0.28.7", |
19 |
| - "extract-text-webpack-plugin": "^3.0.1", |
20 |
| - "file-loader": "^1.1.5", |
21 |
| - "html-loader": "^0.5.1", |
22 |
| - "html-webpack-plugin": "^2.30.1", |
23 |
| - "node-sass": "^4.5.3", |
24 |
| - "rimraf": "^2.6.2", |
25 |
| - "sass-loader": "^6.0.6", |
26 |
| - "source-list-map": "^2.0.0", |
27 |
| - "style-loader": "^0.19.0", |
28 |
| - "uglify-js": "^3.1.4", |
29 |
| - "url-loader": "^0.6.2", |
30 |
| - "webpack": "^3.7.1", |
31 |
| - "webpack-dev-server": "^2.9.2" |
| 11 | + "babel-core": "6.26.0", |
| 12 | + "babel-loader": "7.1.2", |
| 13 | + "babel-plugin-transform-object-rest-spread": "6.26.0", |
| 14 | + "babel-preset-env": "1.6.1", |
| 15 | + "babel-preset-react": "6.24.1", |
| 16 | + "copy-webpack-plugin": "4.2.1", |
| 17 | + "css-hot-loader": "1.3.3", |
| 18 | + "css-loader": "0.28.7", |
| 19 | + "extract-text-webpack-plugin": "3.0.2", |
| 20 | + "file-loader": "1.1.5", |
| 21 | + "html-loader": "0.5.1", |
| 22 | + "html-webpack-plugin": "2.30.1", |
| 23 | + "node-sass": "4.7.1", |
| 24 | + "rimraf": "2.6.2", |
| 25 | + "sass-loader": "6.0.6", |
| 26 | + "source-list-map": "2.0.0", |
| 27 | + "style-loader": "0.19.0", |
| 28 | + "uglify-js": "3.1.10", |
| 29 | + "url-loader": "0.6.2", |
| 30 | + "webpack": "3.8.1", |
| 31 | + "webpack-dev-server": "2.9.4" |
32 | 32 | },
|
33 | 33 | "dependencies": {
|
34 | 34 | "bootstrap": "4.0.0-beta.2",
|
35 |
| - "chart.js": "2.7.0", |
36 |
| - "font-awesome": "^4.7.0", |
| 35 | + "chart.js": "2.7.1", |
| 36 | + "font-awesome": "4.7.0", |
37 | 37 | "history": "4.7.2",
|
38 |
| - "react": "^16.0.0", |
| 38 | + "react": "16.1.1", |
39 | 39 | "react-chartjs-2": "2.6.4",
|
40 |
| - "react-dom": "^16.0.0", |
41 |
| - "react-router-dom": "^4.2.2", |
42 |
| - "react-transition-group": "^2.2.1", |
43 |
| - "reactstrap": "^5.0.0-alpha.3", |
44 |
| - "simple-line-icons": "^2.4.1" |
| 40 | + "react-dom": "16.1.1", |
| 41 | + "react-router-dom": "4.2.2", |
| 42 | + "react-transition-group": "2.2.1", |
| 43 | + "reactstrap": "5.0.0-alpha.4", |
| 44 | + "simple-line-icons": "2.4.1" |
45 | 45 | },
|
46 | 46 | "scripts": {
|
47 | 47 | "dev": "webpack -d --progress --watch --profile --json > compilation-stats.json --env.dev",
|
|
50 | 50 | "clean": "rimraf ./build"
|
51 | 51 | },
|
52 | 52 | "engines": {
|
53 |
| - "node": ">= 6.0.0", |
| 53 | + "node": ">= 6.4.0", |
54 | 54 | "npm": ">= 5.0.0"
|
55 | 55 | }
|
56 | 56 | }
|
0 commit comments