mirror of
https://github.com/lukin/keywind.git
synced 2025-01-10 18:06:23 +00:00
Update dependencies
This commit is contained in:
parent
5a07825f2a
commit
766a38b2f2
4 changed files with 3599 additions and 3816 deletions
10
package.json
10
package.json
|
@ -6,16 +6,16 @@
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"alpinejs": "^3.5.1"
|
"alpinejs": "^3.7.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@snowpack/plugin-postcss": "^1.4.3",
|
"@snowpack/plugin-postcss": "^1.4.3",
|
||||||
"@tailwindcss/forms": "^0.3.4",
|
"@tailwindcss/forms": "^0.4.0",
|
||||||
"@types/tailwindcss": "^2.2.4",
|
"@types/tailwindcss": "^2.2.4",
|
||||||
"autoprefixer": "^10.4.0",
|
"autoprefixer": "^10.4.0",
|
||||||
"cssnano": "^5.0.11",
|
"cssnano": "^5.0.12",
|
||||||
"postcss": "^8.3.11",
|
"postcss": "^8.4.5",
|
||||||
"snowpack": "^3.8.8",
|
"snowpack": "^3.8.8",
|
||||||
"tailwindcss": "^2.2.19"
|
"tailwindcss": "^3.0.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
3593
pnpm-lock.yaml
Normal file
3593
pnpm-lock.yaml
Normal file
File diff suppressed because it is too large
Load diff
|
@ -4,9 +4,8 @@ const colors = require('tailwindcss/colors');
|
||||||
* @type { import('@types/tailwindcss/tailwind-config').TailwindConfig }
|
* @type { import('@types/tailwindcss/tailwind-config').TailwindConfig }
|
||||||
*/
|
*/
|
||||||
module.exports = {
|
module.exports = {
|
||||||
darkMode: 'media',
|
content: ['./theme/**/*.ftl'],
|
||||||
plugins: [require('@tailwindcss/forms')],
|
plugins: [require('@tailwindcss/forms')],
|
||||||
purge: ['./theme/**/*.ftl'],
|
|
||||||
theme: {
|
theme: {
|
||||||
extend: {
|
extend: {
|
||||||
colors: {
|
colors: {
|
||||||
|
|
Loading…
Reference in a new issue