mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-08-22 21:54:15 +02:00
Updated JavaScript dependencies
This commit is contained in:
13378
package-lock.json
generated
13378
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -16,7 +16,7 @@
|
||||
"alpinejs": "^3.0.1",
|
||||
"autoprefixer": "^10.2.5",
|
||||
"axios": "^0.21.1",
|
||||
"highlight.js": "^10.6.0",
|
||||
"highlight.js": "^11.0.1",
|
||||
"postcss": "^8.2.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
@@ -26,7 +26,7 @@
|
||||
"laravel-mix": "^6.0.19",
|
||||
"resolve-url-loader": "^4.0.0",
|
||||
"sass": "^1.32.8",
|
||||
"sass-loader": "^11.0.1",
|
||||
"sass-loader": "^12.1.0",
|
||||
"tailwindcss": "^2.1.0"
|
||||
}
|
||||
}
|
||||
|
@@ -6,13 +6,7 @@ module.exports = {
|
||||
mode: 'jit',
|
||||
purge: {
|
||||
mode: 'all',
|
||||
content: [
|
||||
'app/**/*.js',
|
||||
'app/**/*.php',
|
||||
'app/**/*.scss',
|
||||
'app/**/*.twig',
|
||||
'app/**/*.vue',
|
||||
],
|
||||
content: ['app/**/*.{js,php,scss,twig}'],
|
||||
options: {
|
||||
safelist: ['html', 'body', 'main', 'fab', 'fas', /^hljs/],
|
||||
}
|
||||
@@ -20,7 +14,7 @@ module.exports = {
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
blue: colors.lightBlue,
|
||||
blue: colors.sky,
|
||||
gray: colors.blueGray,
|
||||
purple: colors.violet,
|
||||
},
|
||||
|
Reference in New Issue
Block a user