garm/webapp/package.json
Gabriel Adrian Samfira 48769587bb Add web UI tests
Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
2025-08-21 20:36:50 +00:00

58 lines
1.6 KiB
JSON

{
"name": "garm-webapp",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "NODE_ENV=development vite dev --host 0.0.0.0 --port 5173",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"test": "vitest",
"test:run": "vitest run",
"test:ui": "vitest --ui"
},
"devDependencies": {
"@openapitools/openapi-generator-cli": "^2.22.0",
"@playwright/test": "^1.54.2",
"@sveltejs/adapter-static": "^3.0.1",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^6.1.0",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/postcss": "^4.1.11",
"@testing-library/jest-dom": "^6.7.0",
"@testing-library/svelte": "^5.2.0-next.3",
"@testing-library/user-event": "^14.6.1",
"@types/node": "^24.2.0",
"@vitest/ui": "^3.2.4",
"autoprefixer": "^10.4.16",
"happy-dom": "^18.0.1",
"jsdom": "^26.1.0",
"postcss": "^8.4.32",
"svelte": "^5.38.0",
"svelte-check": "^4.3.1",
"swagger-typescript-api": "^13.2.7",
"tailwindcss": "^4.1.11",
"typescript": "^5.0.0",
"vite": "^7.1.1",
"vitest": "^3.2.4"
},
"type": "module",
"dependencies": {
"@codemirror/lang-json": "^6.0.2",
"@codemirror/state": "^6.5.2",
"@codemirror/theme-one-dark": "^6.1.3",
"@codemirror/view": "^6.38.1",
"@tailwindcss/typography": "^0.5.10",
"codemirror": "^6.0.2",
"cookie": "^0.7.0"
},
"overrides": {
"cookie": "^0.7.0"
},
"description": "",
"main": "postcss.config.js",
"keywords": [],
"author": "",
"license": "ISC"
}