forked from mirrors/keywind
chore(deps): update dependencies
This commit is contained in:
parent
dce13679e7
commit
a36b803726
8 changed files with 3607 additions and 3827 deletions
11
package.json
11
package.json
|
@ -2,20 +2,19 @@
|
|||
"$schema": "https://json.schemastore.org/package",
|
||||
"scripts": {
|
||||
"build": "snowpack build",
|
||||
"start": "snowpack dev",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"dependencies": {
|
||||
"alpinejs": "^3.5.1"
|
||||
"alpinejs": "^3.7.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@snowpack/plugin-postcss": "^1.4.3",
|
||||
"@tailwindcss/forms": "^0.3.4",
|
||||
"@tailwindcss/forms": "^0.4.0",
|
||||
"@types/tailwindcss": "^2.2.4",
|
||||
"autoprefixer": "^10.4.0",
|
||||
"cssnano": "^5.0.11",
|
||||
"postcss": "^8.3.11",
|
||||
"cssnano": "^5.0.12",
|
||||
"postcss": "^8.4.5",
|
||||
"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
|
@ -15,7 +15,7 @@ module.exports = {
|
|||
bundle: true,
|
||||
entrypoints: ['./src/index.js'],
|
||||
minify: true,
|
||||
target: 'es2017',
|
||||
target: 'es6',
|
||||
},
|
||||
plugins: ['@snowpack/plugin-postcss'],
|
||||
};
|
||||
|
|
|
@ -4,9 +4,8 @@ const colors = require('tailwindcss/colors');
|
|||
* @type { import('@types/tailwindcss/tailwind-config').TailwindConfig }
|
||||
*/
|
||||
module.exports = {
|
||||
darkMode: 'media',
|
||||
content: ['./theme/**/*.ftl'],
|
||||
plugins: [require('@tailwindcss/forms')],
|
||||
purge: ['./theme/**/*.ftl'],
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
|
|
4
theme/keywind/login/resources/dist/index.css
vendored
4
theme/keywind/login/resources/dist/index.css
vendored
File diff suppressed because one or more lines are too long
8
theme/keywind/login/resources/dist/index.js
vendored
8
theme/keywind/login/resources/dist/index.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue