Drop stimulus, migrate to alpinejs

This commit is contained in:
Björn Fromme
2021-07-27 14:06:12 +02:00
committed by Björn Fromme
parent 74fa9ee952
commit 6b59f5a699
48 changed files with 456 additions and 514 deletions
+8 -13
View File
@@ -1,5 +1,5 @@
{
"name": "epevents",
"name": "eptheme",
"description": "EP Reisen TYPO3 website package",
"version": "5.0.0",
"author": "Björn Fromme, [email protected]",
@@ -9,9 +9,7 @@
"build": "NODE_ENV=production ./node_modules/.bin/encore production"
},
"dependencies": {
"@fancyapps/fancybox": "^3.5.7",
"@splidejs/splide": "^2.4.21",
"@tailwindcss/custom-forms": "^0.2.1",
"alpinejs": "^3.1.1",
"axios": "^0.21.1",
"axios-auth-refresh": "^1.0.7",
@@ -21,18 +19,15 @@
"dayjs": "^1.10.6",
"flatpickr": "^4.6.9",
"font-awesome": "^4.7.0",
"glightbox": "^3.0.9",
"jquery": "^1.12.4",
"lazysizes": "^4.1.8",
"leaflet": "^1.7.1",
"microtip": "^0.2.2",
"normalize.css": "^7.0.0",
"picturefill": "^3.0.3",
"sass-mq": "^3.3.2",
"slick-carousel": "^1.8.0",
"slick-carousel": "^1.8.1",
"sticky-js": "^1.3.0",
"stimulus": "^2.0.0",
"tailwindcss": "^1.8.10",
"tinycolor2": "^1.4.1",
"vue": "^2.6.14",
"vue-router": "^3.5.1",
"vue-scrollto": "^2.20.0",
@@ -44,6 +39,7 @@
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.14.5",
"@symfony/webpack-encore": "^1.5.0",
"@tailwindcss/custom-forms": "^0.2.1",
"autoprefixer": "^9.4.6",
"core-js": "^3.15.0",
"file-loader": "^6.2.0",
@@ -51,12 +47,11 @@
"postcss": "^8.3.5",
"postcss-loader": "^5.3.0",
"sass-loader": "^9.0.3",
"sass-mq": "^3.3.2",
"smoothscroll-polyfill": "^0.4.4",
"tailwindcss": "^1.8.10",
"tinycolor2": "^1.4.1",
"vue-loader": "^15.9.7",
"vue-template-compiler": "^2.6.14"
},
"browserslist": [
"last 2 versions",
"ios >= 9"
]
}
}