mirror of
https://github.com/ivuorinen/generic-landing-page.git
synced 2026-02-15 00:49:38 +00:00
feat: switch to vite + upgrades
This commit is contained in:
19
package.json
19
package.json
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user