while upgrading to symfony 6.1

This commit is contained in:
2022-10-28 18:48:25 +02:00
parent 433603fad2
commit e97f8e43bf
58 changed files with 1743 additions and 4656 deletions

View File

@@ -1,6 +1,7 @@
{
"devDependencies": {
"@hotwired/stimulus": "^3.0.0",
"@popperjs/core": "^2.11.6",
"@symfony/stimulus-bridge": "^3.0.0",
"@symfony/webpack-encore": "^2.0.0",
"autoprefixer": "^10.4.7",
@@ -12,14 +13,12 @@
"regenerator-runtime": "^0.13.2",
"sass": "^1.50.0",
"sass-loader": "^12.0.0",
"tailwindcss": "^3.0.24",
"ts-loader": "^9.0.0",
"typescript": "^4.6.4",
"vue-loader": "^17.0.0",
"webpack-manifest-plugin": "^5.0.0",
"webpack-notifier": "^1.6.0"
},
"license": "UNLICENSED",
"license": "MIT",
"private": true,
"scripts": {
"dev-server": "encore dev-server",
@@ -30,28 +29,21 @@
"dependencies": {
"@fortawesome/fontawesome-free": "^6.1.1",
"@typescript-eslint/eslint-plugin-tslint": "^5.26.0",
"@vueup/vue-quill": "^1.0.0-beta.8",
"axios": "^0.27.1",
"bootsdark": "^1.0.16",
"bootstrap": "^5.2.2",
"bootswatch": "^5.2.2",
"eslint": "^8.15.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-tailwindcss": "^3.5.0",
"eslint-plugin-vue": "^9.0.1",
"fork-awesome": "^1.2.0",
"highlight.js": "^11.5.1",
"husky": "^7.0.4",
"less": "^4.1.2",
"marked": "^4.0.15",
"pinia": "^2.0.14",
"popper.js": "^1.16.1",
"postcss-import": "^14.1.0",
"postcss-loader": "^7.0.0",
"quill": "^1.3.7",
"quill-html-edit-button": "^2.2.12",
"tailwind": "^4.0.0",
"vue": "3",
"vue-navigation-bar": "^5.0.0",
"vue-router": "4"
"quill-html-edit-button": "^2.2.12"
}
}