WIP Complete overhaul of all js
This commit is contained in:
+15
-10
@@ -1,18 +1,18 @@
|
||||
{
|
||||
"name": "epevents",
|
||||
"description": "EP Reisen TYPO3 website package",
|
||||
"version": "4.0.0",
|
||||
"version": "5.0.0",
|
||||
"author": "Björn Fromme, [email protected]",
|
||||
"license": "WTFPL",
|
||||
"repository": "https://gitlab.com/dreipunktnull/ep_theme.git",
|
||||
"license": "proprietary",
|
||||
"scripts": {
|
||||
"dev": "./node_modules/.bin/encore dev --watch",
|
||||
"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",
|
||||
"axios": "^0.18.0",
|
||||
"axios": "^0.21.1",
|
||||
"axios-auth-refresh": "^1.0.7",
|
||||
"bootstrap-sass": "^3.4.1",
|
||||
"bourbon": "^4.3.2",
|
||||
@@ -28,22 +28,27 @@
|
||||
"sass-mq": "^3.3.2",
|
||||
"slick-carousel": "^1.8.0",
|
||||
"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.18.2",
|
||||
"vue-scrollto": "^2.20.0",
|
||||
"vue-session": "^1.0.0",
|
||||
"vuex": "^3.6.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/plugin-proposal-object-rest-spread": "^7.14.4",
|
||||
"@babel/plugin-proposal-object-rest-spread": "^7.14.5",
|
||||
"@babel/preset-env": "^7.14.5",
|
||||
"@symfony/webpack-encore": "^1.5.0",
|
||||
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
||||
"@symfony/webpack-encore": "^0.28.3",
|
||||
"autoprefixer": "^8.6.5",
|
||||
"autoprefixer": "^9.4.6",
|
||||
"core-js": "^3.15.0",
|
||||
"file-loader": "^6.2.0",
|
||||
"node-sass": "^4.14.1",
|
||||
"postcss-loader": "^3.0.0",
|
||||
"sass-loader": "^7.3.1",
|
||||
"postcss": "^8.3.5",
|
||||
"postcss-loader": "^5.3.0",
|
||||
"sass-loader": "^9.0.3",
|
||||
"vue-loader": "^15.9.7",
|
||||
"vue-template-compiler": "^2.6.14"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user