chore: sync local latest state and repository cleanup
This commit is contained in:
@@ -5,10 +5,12 @@
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "vue-tsc && vite build",
|
||||
"build": "vite build",
|
||||
"preview": "vite preview",
|
||||
"type-check": "vue-tsc --noEmit",
|
||||
"test": "vitest"
|
||||
"test": "vitest",
|
||||
"e2e": "cd ../e2e-admin && npx playwright test --config=playwright.config.ts",
|
||||
"e2e:ui": "cd ../e2e-admin && npx playwright test --config=playwright.config.ts --ui"
|
||||
},
|
||||
"dependencies": {
|
||||
"pinia": "^2.1.7",
|
||||
@@ -20,7 +22,7 @@
|
||||
"@vitejs/plugin-vue": "^5.0.0",
|
||||
"@vue/test-utils": "^2.4.6",
|
||||
"autoprefixer": "^10.4.17",
|
||||
"jsdom": "^28.0.0",
|
||||
"jsdom": "^22.1.0",
|
||||
"postcss": "^8.4.33",
|
||||
"tailwindcss": "^3.4.1",
|
||||
"typescript": "~5.3.0",
|
||||
|
||||
Reference in New Issue
Block a user