Implement 'MyEP' application, basic functionality
This commit is contained in:
+5
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user