Files
tapehoard/frontend/package.json
T
adamlamers 6298aea64a
Continuous Integration / backend-tests (push) Successful in 9m53s
Continuous Integration / frontend-check (push) Successful in 9m36s
Continuous Integration / e2e-tests (push) Failing after 13m51s
e2e test setup
2026-04-29 01:26:48 -04:00

40 lines
1.0 KiB
JSON

{
"name": "tapehoard-frontend",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch"
},
"devDependencies": {
"@hey-api/openapi-ts": "^0.96.1",
"@playwright/test": "^1.59.1",
"@sveltejs/adapter-static": "^3.0.10",
"@sveltejs/kit": "^2.57.1",
"@sveltejs/vite-plugin-svelte": "^7.0.0",
"@tailwindcss/postcss": "^4.2.4",
"@tailwindcss/vite": "^4.2.4",
"autoprefixer": "^10.5.0",
"bits-ui": "^1.0.0-next.98",
"clsx": "^2.1.1",
"lucide-svelte": "^1.0.1",
"postcss": "^8.5.10",
"svelte": "^5.55.4",
"svelte-check": "^4.4.6",
"svelte-sonner": "^1.1.0",
"tailwind-merge": "^3.5.0",
"tailwind-variants": "^3.2.2",
"tailwindcss": "^4.2.4",
"tslib": "^2.8.1",
"typescript": "^6.0.3",
"vite": "^8.0.9"
},
"dependencies": {
"svelte-dnd-action": "^0.9.69"
}
}