feat: switch to vite + upgrades

This commit is contained in:
2025-12-07 00:10:38 +01:00
parent dd6ede201f
commit 956f2a95e9
9 changed files with 1959 additions and 9736 deletions

View File

@@ -2,10 +2,12 @@
"name": "@ivuorinen/generic-landing-page",
"version": "1.0.0",
"description": "Generic landing page with some candy",
"type": "module",
"scripts": {
"build": "npx mix build",
"dev": "npx mix build",
"prod": "npx mix build -p",
"dev": "vite",
"build": "vite build",
"prod": "vite build",
"preview": "vite preview",
"eslint:fix": "eslint '**/*.{js,tsx,ts}' --fix",
"eslint:report": "eslint '**/*.{js,tsx,ts}'"
},
@@ -25,17 +27,12 @@
"devDependencies": {
"@ivuorinen/eslint-config": "^0.5.0",
"@ivuorinen/stylelint-config": "^0.3.0",
"@tailwindcss/vite": "^4.0.0",
"autoprefixer": "^10.4.16",
"browser-sync": "*",
"browser-sync-webpack-plugin": "^2.3.0",
"engine.io": "^6.5.5",
"laravel-mix": "^6.0.49",
"mix-tailwindcss": "^1.3.0",
"postcss": "^8.4.31",
"postcss-import": "^16.0.0",
"resolve-url-loader": "^5.0.0",
"sass": "^1.69.5",
"sass-loader": "^16.0.0",
"tailwindcss": "^4.1.12"
"tailwindcss": "^4.1.12",
"vite": "^6.0.0"
}
}