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.
25 lines
514 B
25 lines
514 B
2 years ago
|
{
|
||
|
"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": "*"
|
||
|
}
|
||
|
}
|