|
1 | 1 | { |
2 | 2 | "name": "@coreui/vue", |
3 | | - "version": "1.0.2", |
4 | | - "description": "", |
5 | | - "author": "Łukasz Holeczek <lukasz@holeczek.pl>", |
| 3 | + "version": "1.0.6", |
| 4 | + "description": "Open Source Bootstrap Admin Template", |
| 5 | + "author": "Łukasz Holeczek", |
| 6 | + "homepage": "http://coreui.io", |
| 7 | + "copyright": "Copyright 2017 creativeLabs Łukasz Holeczek", |
| 8 | + "license": "MIT", |
6 | 9 | "private": true, |
7 | 10 | "scripts": { |
8 | 11 | "dev": "node build/dev-server.js", |
|
14 | 17 | "lint": "eslint --ext .js,.vue src test/unit/specs test/e2e/specs" |
15 | 18 | }, |
16 | 19 | "dependencies": { |
17 | | - "bootstrap-vue": "1.0.0-beta.9", |
18 | | - "chart.js": "2.7.0", |
| 20 | + "bootstrap": "4.0.0-beta.2", |
| 21 | + "bootstrap-vue": "1.1.0", |
| 22 | + "chart.js": "2.7.1", |
19 | 23 | "font-awesome": "^4.7.0", |
20 | | - "is-url-external": "^1.0.3", |
21 | 24 | "simple-line-icons": "^2.4.1", |
22 | | - "vue": "^2.5.2", |
23 | | - "vue-chartjs": "2.8.7", |
24 | | - "vue-router": "^3.0.1" |
| 25 | + "vue": "2.5.6", |
| 26 | + "vue-chartjs": "3.0.2", |
| 27 | + "vue-router": "3.0.1" |
25 | 28 | }, |
26 | 29 | "devDependencies": { |
27 | | - "autoprefixer": "7.1.5", |
| 30 | + "autoprefixer": "7.1.6", |
28 | 31 | "babel-core": "6.26.0", |
29 | | - "babel-eslint": "8.0.1", |
| 32 | + "babel-eslint": "8.0.2", |
30 | 33 | "babel-loader": "7.1.2", |
31 | | - "babel-plugin-transform-runtime": "^6.22.0", |
32 | | - "babel-preset-env": "1.6.0", |
| 34 | + "babel-plugin-transform-runtime": "6.23.0", |
| 35 | + "babel-preset-env": "1.6.1", |
33 | 36 | "babel-preset-stage-2": "6.24.1", |
34 | 37 | "babel-register": "6.26.0", |
35 | | - "chalk": "2.1.0", |
36 | | - "connect-history-api-fallback": "^1.4.0", |
37 | | - "copy-webpack-plugin": "^4.1.1", |
| 38 | + "chalk": "2.3.0", |
| 39 | + "connect-history-api-fallback": "1.5.0", |
| 40 | + "copy-webpack-plugin": "4.2.1", |
38 | 41 | "css-loader": "0.28.7", |
39 | | - "eslint": "^4.9.0", |
| 42 | + "eslint": "4.11.0", |
40 | 43 | "eslint-friendly-formatter": "3.0.0", |
41 | 44 | "eslint-loader": "1.9.0", |
42 | | - "eslint-plugin-html": "3.2.2", |
43 | | - "eslint-plugin-import": "2.7.0", |
44 | | - "eslint-plugin-node": "5.2.0", |
| 45 | + "eslint-plugin-html": "4.0.0", |
| 46 | + "eslint-plugin-import": "2.8.0", |
| 47 | + "eslint-plugin-node": "5.2.1", |
45 | 48 | "eslint-config-standard": "10.2.1", |
46 | | - "eslint-plugin-promise": "^3.6.0", |
| 49 | + "eslint-plugin-promise": "3.6.0", |
47 | 50 | "eslint-plugin-standard": "3.0.1", |
48 | | - "eventsource-polyfill": "^0.9.6", |
| 51 | + "eventsource-polyfill": "0.9.6", |
49 | 52 | "express": "4.16.2", |
50 | | - "extract-text-webpack-plugin": "3.0.1", |
| 53 | + "extract-text-webpack-plugin": "3.0.2", |
51 | 54 | "file-loader": "1.1.5", |
52 | 55 | "friendly-errors-webpack-plugin": "1.6.1", |
53 | 56 | "html-webpack-plugin": "2.30.1", |
54 | 57 | "http-proxy-middleware": "0.17.4", |
55 | | - "webpack-bundle-analyzer": "2.9.0", |
56 | | - "cross-env": "5.0.5", |
| 58 | + "webpack-bundle-analyzer": "2.9.1", |
| 59 | + "cross-env": "5.1.1", |
57 | 60 | "karma": "1.7.1", |
58 | | - "karma-coverage": "^1.1.1", |
59 | | - "karma-mocha": "^1.3.0", |
| 61 | + "karma-coverage": "1.1.1", |
| 62 | + "karma-mocha": "1.3.0", |
60 | 63 | "karma-phantomjs-launcher": "1.0.4", |
61 | | - "karma-phantomjs-shim": "^1.5.0", |
62 | | - "karma-sinon-chai": "1.3.2", |
63 | | - "karma-sourcemap-loader": "^0.3.7", |
| 64 | + "karma-phantomjs-shim": "1.5.0", |
| 65 | + "karma-sinon-chai": "1.3.3", |
| 66 | + "karma-sourcemap-loader": "0.3.7", |
64 | 67 | "karma-spec-reporter": "0.0.31", |
65 | | - "karma-webpack": "^2.0.5", |
66 | | - "lolex": "2.1.3", |
| 68 | + "karma-webpack": "2.0.6", |
| 69 | + "lolex": "2.3.0", |
67 | 70 | "mocha": "4.0.1", |
68 | 71 | "chai": "4.1.2", |
69 | | - "sinon": "4.0.1", |
| 72 | + "sinon": "4.1.2", |
70 | 73 | "sinon-chai": "2.14.0", |
71 | 74 | "inject-loader": "3.0.1", |
72 | 75 | "babel-plugin-istanbul": "4.1.5", |
73 | | - "phantomjs-prebuilt": "^2.1.15", |
74 | | - "chromedriver": "2.33.1", |
75 | | - "cross-spawn": "^5.0.1", |
| 76 | + "phantomjs-prebuilt": "^2.1.16", |
| 77 | + "chromedriver": "2.33.2", |
| 78 | + "cross-spawn": "5.1.0", |
76 | 79 | "nightwatch": "0.9.16", |
77 | | - "selenium-server": "3.6.0", |
| 80 | + "selenium-server": "3.7.1", |
78 | 81 | "semver": "5.4.1", |
79 | 82 | "shelljs": "0.7.8", |
80 | 83 | "opn": "5.1.0", |
81 | 84 | "optimize-css-assets-webpack-plugin": "3.2.0", |
82 | 85 | "ora": "1.3.0", |
83 | 86 | "rimraf": "2.6.2", |
84 | 87 | "url-loader": "0.6.2", |
85 | | - "vue-loader": "13.3.0", |
| 88 | + "vue-loader": "13.5.0", |
86 | 89 | "vue-style-loader": "3.0.3", |
87 | | - "vue-template-compiler": "^2.5.2", |
88 | | - "webpack": "^3.7.1", |
89 | | - "webpack-dev-middleware": "^1.12.0", |
90 | | - "webpack-hot-middleware": "^2.20.0", |
91 | | - "webpack-merge": "4.1.0", |
92 | | - "node-sass": "4.5.3", |
| 90 | + "vue-template-compiler": "2.5.6", |
| 91 | + "webpack": "3.8.1", |
| 92 | + "webpack-dev-middleware": "1.12.0", |
| 93 | + "webpack-hot-middleware": "2.20.0", |
| 94 | + "webpack-merge": "4.1.1", |
| 95 | + "node-sass": "4.7.1", |
93 | 96 | "sass-loader": "6.0.6" |
94 | 97 | }, |
95 | 98 | "engines": { |
96 | | - "node": ">= 4.0.0", |
97 | | - "npm": ">= 3.0.0" |
| 99 | + "node": ">= 6.4.0", |
| 100 | + "npm": ">= 5.0.0" |
98 | 101 | } |
99 | 102 | } |
0 commit comments