Upload beautify
This commit is contained in:
@@ -5,7 +5,9 @@
|
||||
"scripts": {
|
||||
"build": "vite build",
|
||||
"dev": "vite",
|
||||
"test:ui": "vitest run"
|
||||
"test:ui": "vitest run",
|
||||
"test:e2e": "playwright test",
|
||||
"playwright:install": "npx playwright install"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tailwindcss/forms": "^0.5.2",
|
||||
@@ -22,7 +24,8 @@
|
||||
"sass": "^1.70.0",
|
||||
"tailwindcss": "^3.1.0",
|
||||
"vite": "^7.0.7",
|
||||
"vitest": "^2.1.8"
|
||||
"vitest": "^2.1.8",
|
||||
"@playwright/test": "^1.40.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@inertiajs/core": "^1.0.4",
|
||||
|
||||
Reference in New Issue
Block a user