Merge branch 'v5-develop' into v5-stable

This commit is contained in:
David Bomba 2022-06-09 20:13:07 +10:00
commit d640d4a4a4
3 changed files with 4010 additions and 6286 deletions

10329
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -15,7 +15,6 @@
"vue-template-compiler": "^2.6.14" "vue-template-compiler": "^2.6.14"
}, },
"dependencies": { "dependencies": {
"@tailwindcss/ui": "^0.7",
"autoprefixer": "^10.3.7", "autoprefixer": "^10.3.7",
"axios": "^0.24.0", "axios": "^0.24.0",
"card-js": "^1.0.13", "card-js": "^1.0.13",

2
tailwind.config.js vendored
View File

@ -17,5 +17,5 @@ module.exports = {
} }
}, },
variants: {}, variants: {},
plugins: [require("@tailwindcss/ui")] plugins: []
}; };