Files
GlowTrack/apps/web/package.json
2025-09-18 10:04:43 -06:00

32 lines
864 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"name": "@glowtrack/web",
"private": true,
"version": "0.0.0",
"type": "module",
"description": "GlowTrack SvelteKit web app (adapter-static)",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"test": "echo \"No unit tests yet (see T007)\" && exit 0",
"test:e2e": "echo \"No e2e tests yet (see T007, T012T015)\" && exit 0"
},
"dependencies": {
"svelte": "^4.2.18"
},
"devDependencies": {
"@sveltejs/adapter-static": "^3.0.0",
"@sveltejs/kit": "^2.5.0",
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"svelte-preprocess": "^5.1.4",
"tailwindcss": "^3.4.14",
"@tailwindcss/forms": "^0.5.9",
"svelte": "^4.2.18",
"typescript": "^5.5.4",
"vite": "^5.1.0"
}
}