|
1 | 1 | { |
2 | | - "name": "coreui-vue", |
| 2 | + "name": "@coreui/vue", |
3 | 3 | "version": "1.0.0", |
4 | | - "description": "Open Source Admin Template", |
| 4 | + "description": "", |
5 | 5 | "author": "Łukasz Holeczek <[email protected]>", |
6 | 6 | "private": true, |
7 | 7 | "scripts": { |
|
14 | 14 | "lint": "eslint --ext .js,.vue src test/unit/specs test/e2e/specs" |
15 | 15 | }, |
16 | 16 | "dependencies": { |
17 | | - "bootstrap-vue": "1.0.0-beta.7", |
| 17 | + "bootstrap-vue": "1.0.0-beta.9", |
18 | 18 | "chart.js": "2.7.0", |
19 | 19 | "font-awesome": "^4.7.0", |
| 20 | + "is-url-external": "^1.0.3", |
20 | 21 | "simple-line-icons": "^2.4.1", |
21 | 22 | "vue": "2.4.4", |
22 | 23 | "vue-chartjs": "2.8.7", |
|
35 | 36 | "connect-history-api-fallback": "^1.3.0", |
36 | 37 | "copy-webpack-plugin": "^4.0.1", |
37 | 38 | "css-loader": "0.28.7", |
38 | | - "eslint": "4.7.1", |
| 39 | + "eslint": "4.7.2", |
39 | 40 | "eslint-friendly-formatter": "3.0.0", |
40 | 41 | "eslint-loader": "1.9.0", |
41 | 42 | "eslint-plugin-html": "3.2.2", |
|
45 | 46 | "eslint-plugin-promise": "3.5.0", |
46 | 47 | "eslint-plugin-standard": "3.0.1", |
47 | 48 | "eventsource-polyfill": "^0.9.6", |
48 | | - "express": "4.15.4", |
| 49 | + "express": "4.15.5", |
49 | 50 | "extract-text-webpack-plugin": "3.0.0", |
50 | 51 | "file-loader": "0.11.2", |
51 | 52 | "friendly-errors-webpack-plugin": "1.6.1", |
|
57 | 58 | "karma-coverage": "^1.1.1", |
58 | 59 | "karma-mocha": "^1.3.0", |
59 | 60 | "karma-phantomjs-launcher": "1.0.4", |
60 | | - "karma-phantomjs-shim": "^1.4.0", |
| 61 | + "karma-phantomjs-shim": "^1.5.0", |
61 | 62 | "karma-sinon-chai": "1.3.2", |
62 | 63 | "karma-sourcemap-loader": "^0.3.7", |
63 | 64 | "karma-spec-reporter": "0.0.31", |
|
0 commit comments