Skip to content

Commit a31dd6b

Browse files
committed
bootstrap-vue integration
1 parent b87df65 commit a31dd6b

File tree

16 files changed

+15630
-3259
lines changed

16 files changed

+15630
-3259
lines changed

Vue_Full_Project/package-lock.json

Lines changed: 12719 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Vue_Full_Project/package.json

Lines changed: 48 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -14,43 +14,45 @@
1414
"lint": "eslint --ext .js,.vue src test/unit/specs test/e2e/specs"
1515
},
1616
"dependencies": {
17-
"vue": "2.3.3",
18-
"chart.js": "2.5.0",
19-
"vue-chartjs": "2.6.3",
20-
"vue-router": "2.5.3",
21-
"vue-strap": "github:wffranco/vue-strap"
17+
"bootstrap-vue": "0.18.0",
18+
"chart.js": "2.6.0",
19+
"vue": "2.4.2",
20+
"vue-chartjs": "2.8.1",
21+
"vue-router": "2.7.0",
22+
"font-awesome": "^4.7.0",
23+
"simple-line-icons": "^2.4.1"
2224
},
2325
"devDependencies": {
24-
"autoprefixer": "7.1.1",
25-
"babel-core": "6.24.1",
26+
"autoprefixer": "7.1.2",
27+
"babel-core": "6.25.0",
2628
"babel-eslint": "7.2.3",
27-
"babel-loader": "7.0.0",
29+
"babel-loader": "7.1.1",
2830
"babel-plugin-transform-runtime": "^6.22.0",
29-
"babel-preset-env": "1.5.1",
31+
"babel-preset-env": "1.6.0",
3032
"babel-preset-stage-2": "6.24.1",
3133
"babel-register": "6.24.1",
32-
"chalk": "^1.1.3",
34+
"chalk": "2.1.0",
3335
"connect-history-api-fallback": "^1.3.0",
3436
"copy-webpack-plugin": "^4.0.1",
35-
"css-loader": "0.28.2",
36-
"eslint": "3.19.0",
37+
"css-loader": "0.28.4",
38+
"eslint": "4.4.1",
3739
"eslint-friendly-formatter": "3.0.0",
38-
"eslint-loader": "1.7.1",
39-
"eslint-plugin-html": "2.0.3",
40-
"eslint-plugin-import": "2.2.0",
41-
"eslint-plugin-node": "4.2.2",
40+
"eslint-loader": "1.9.0",
41+
"eslint-plugin-html": "3.1.1",
42+
"eslint-plugin-import": "2.7.0",
43+
"eslint-plugin-node": "5.1.1",
4244
"eslint-config-standard": "10.2.1",
4345
"eslint-plugin-promise": "3.5.0",
4446
"eslint-plugin-standard": "3.0.1",
4547
"eventsource-polyfill": "^0.9.6",
46-
"express": "4.15.3",
47-
"extract-text-webpack-plugin": "2.1.0",
48-
"file-loader": "0.11.1",
48+
"express": "4.15.4",
49+
"extract-text-webpack-plugin": "3.0.0",
50+
"file-loader": "0.11.2",
4951
"friendly-errors-webpack-plugin": "1.6.1",
50-
"html-webpack-plugin": "^2.28.0",
52+
"html-webpack-plugin": "2.30.1",
5153
"http-proxy-middleware": "0.17.4",
52-
"webpack-bundle-analyzer": "2.8.2",
53-
"cross-env": "5.0.0",
54+
"webpack-bundle-analyzer": "2.9.0",
55+
"cross-env": "5.0.3",
5456
"karma": "1.7.0",
5557
"karma-coverage": "^1.1.1",
5658
"karma-mocha": "^1.3.0",
@@ -59,33 +61,35 @@
5961
"karma-sinon-chai": "1.3.1",
6062
"karma-sourcemap-loader": "^0.3.7",
6163
"karma-spec-reporter": "0.0.31",
62-
"karma-webpack": "2.0.3",
63-
"lolex": "^1.5.2",
64-
"mocha": "3.4.1",
65-
"chai": "^3.5.0",
66-
"sinon": "2.3.1",
67-
"sinon-chai": "2.10.0",
68-
"inject-loader": "3.0.0",
69-
"babel-plugin-istanbul": "4.1.3",
64+
"karma-webpack": "2.0.4",
65+
"lolex": "2.1.2",
66+
"mocha": "3.5.0",
67+
"chai": "4.1.1",
68+
"sinon": "3.0.0",
69+
"sinon-chai": "2.12.0",
70+
"inject-loader": "3.0.1",
71+
"babel-plugin-istanbul": "4.1.4",
7072
"phantomjs-prebuilt": "^2.1.14",
71-
"chromedriver": "2.29.0",
73+
"chromedriver": "2.31.0",
7274
"cross-spawn": "^5.0.1",
73-
"nightwatch": "0.9.15",
75+
"nightwatch": "0.9.16",
7476
"selenium-server": "3.4.0",
75-
"semver": "^5.3.0",
76-
"shelljs": "^0.7.6",
77-
"opn": "5.0.0",
78-
"optimize-css-assets-webpack-plugin": "1.3.2",
79-
"ora": "1.2.0",
77+
"semver": "5.4.1",
78+
"shelljs": "0.7.8",
79+
"opn": "5.1.0",
80+
"optimize-css-assets-webpack-plugin": "3.0.0",
81+
"ora": "1.3.0",
8082
"rimraf": "^2.6.0",
81-
"url-loader": "^0.5.7",
82-
"vue-loader": "12.1.0",
83+
"url-loader": "0.5.9",
84+
"vue-loader": "13.0.3",
8385
"vue-style-loader": "3.0.1",
84-
"vue-template-compiler": "2.3.3",
85-
"webpack": "2.6.0",
86-
"webpack-dev-middleware": "1.10.2",
87-
"webpack-hot-middleware": "2.18.0",
88-
"webpack-merge": "4.1.0"
86+
"vue-template-compiler": "2.4.2",
87+
"webpack": "3.4.1",
88+
"webpack-dev-middleware": "1.12.0",
89+
"webpack-hot-middleware": "2.18.2",
90+
"webpack-merge": "4.1.0",
91+
"node-sass": "4.5.3",
92+
"sass-loader": "6.0.6"
8993
},
9094
"engines": {
9195
"node": ">= 4.0.0",

0 commit comments

Comments
 (0)