Implement 'MyEP' application, basic functionality

This commit is contained in:
Björn Fromme
2018-10-15 15:44:49 +02:00
parent 00272a4c31
commit a440159a1d
21 changed files with 691 additions and 17 deletions
+5 -1
View File
@@ -11,6 +11,7 @@
},
"dependencies": {
"@fancyapps/fancybox": "^3.2.5",
"axios": "^0.18.0",
"bootstrap-sass": "^3.3.7",
"bourbon": "^4.3.2",
"cookieconsent": "^3.1.0",
@@ -27,11 +28,14 @@
"slick-carousel": "^1.8.0",
"sticky-js": "^1.2.0",
"vue": "^2.5.17",
"vue-session": "^0.9.10"
"vue-router": "^3.0.1",
"vue-session": "^0.9.10",
"vuex": "^3.0.1"
},
"devDependencies": {
"@symfony/webpack-encore": "^0.19.0",
"autoprefixer": "^8.6.5",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"node-sass": "^4.9.3",
"postcss-loader": "^2.1.6",