Time slots app prototype
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

24 lines
514 B

{
"name": "imba-vite-project",
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"start": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "vitest",
"test:ui": "vitest --ui"
},
"devDependencies": {
"@testing-library/dom": "*",
"@vitest/ui": "*",
"jsdom": "*",
"vite": "*",
"vitest": "*",
"vitest-github-actions-reporter-temp": "*",
"@testing-library/jest-dom": "*",
"imba": "*",
"vite-plugin-imba": "*"
}
}