Files
tapehoard/frontend/package.json
T
adamlamers 0b302d2961
Continuous Integration / backend-tests (push) Failing after 5m25s
Continuous Integration / frontend-check (push) Successful in 9m45s
Continuous Integration / e2e-tests (push) Has been skipped
cleanup
2026-04-29 23:53:53 -04:00

44 lines
1.2 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",
"test": "playwright test",
"test:ui": "playwright test --ui",
"test:debug": "playwright test --debug"
},
"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",
"@types/node": "^25.6.0",
"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"
}
}