This commit is contained in:
Łukasz Holeczek
2017-09-28 12:44:26 +02:00
parent 5271e28c36
commit 0a00ed0646
518 changed files with 492 additions and 163 deletions
+7 -6
View File
@@ -1,7 +1,7 @@
{
"name": "coreui-vue",
"name": "@coreui/vue",
"version": "1.0.0",
"description": "Open Source Admin Template",
"description": "",
"author": "Łukasz Holeczek <lukasz@holeczek.pl>",
"private": true,
"scripts": {
@@ -14,9 +14,10 @@
"lint": "eslint --ext .js,.vue src test/unit/specs test/e2e/specs"
},
"dependencies": {
"bootstrap-vue": "1.0.0-beta.7",
"bootstrap-vue": "1.0.0-beta.9",
"chart.js": "2.7.0",
"font-awesome": "^4.7.0",
"is-url-external": "^1.0.3",
"simple-line-icons": "^2.4.1",
"vue": "2.4.4",
"vue-chartjs": "2.8.7",
@@ -35,7 +36,7 @@
"connect-history-api-fallback": "^1.3.0",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "0.28.7",
"eslint": "4.7.1",
"eslint": "4.7.2",
"eslint-friendly-formatter": "3.0.0",
"eslint-loader": "1.9.0",
"eslint-plugin-html": "3.2.2",
@@ -45,7 +46,7 @@
"eslint-plugin-promise": "3.5.0",
"eslint-plugin-standard": "3.0.1",
"eventsource-polyfill": "^0.9.6",
"express": "4.15.4",
"express": "4.15.5",
"extract-text-webpack-plugin": "3.0.0",
"file-loader": "0.11.2",
"friendly-errors-webpack-plugin": "1.6.1",
@@ -57,7 +58,7 @@
"karma-coverage": "^1.1.1",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "1.0.4",
"karma-phantomjs-shim": "^1.4.0",
"karma-phantomjs-shim": "^1.5.0",
"karma-sinon-chai": "1.3.2",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.31",