{ "name": "event-planner", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview", "check": "svelte-check --tsconfig ./tsconfig.json" }, "devDependencies": { "@sveltejs/vite-plugin-svelte": "^2.4.1", "@tsconfig/svelte": "^4.0.1", "autoprefixer": "^10.4.14", "flowbite-svelte-icons": "^0.2.5", "flowbite": "^1.7.0", "flowbite-svelte": "^0.39.2", "svelte-awesome": "^3.2.0", "tailwind-merge": "^1.13.2", "postcss": "^8.4.24", "sass": "^1.62.0", "svelte": "^4.0.1", "svelte-check": "^3.4.3", "svelte-preprocess": "^5.0.3", "tailwindcss": "^3.3.2", "tslib": "^2.5.0", "typescript": "^5.0.2", "vite": "^4.3.9" }, "dependencies": { "color": "^4.2.3", "moment": "^2.29.4", "svelte-spa-router": "^3.3.0", "zod": "^3.21.4" } }