{ "name": "oki-podcast-reader", "version": "1.0.0", "private": true, "description": "Lecteur web pour la radio Radyobòkaz (mizik.o-k-i.net), basé sur svelte-podcast.", "license": "MIT", "scripts": { "dev": "vite dev", "build": "vite build", "preview": "vite preview", "sync": "svelte-kit sync", "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch", "ts": "tsc --pretty --noImplicitAny --noEmit" }, "dependencies": { "@inqling/svelte-icons": "^3.3.2", "clsx": "^1.2.1", "esm-env": "^1.0.0", "fast-xml-parser": "^5.10.1", "just-clamp": "^4.2.0", "svelte-local-storage-store": "^0.6.4" }, "devDependencies": { "@sveltejs/adapter-static": "^3", "@sveltejs/kit": "^2", "@sveltejs/vite-plugin-svelte": "^5", "@tailwindcss/forms": "^0.5.3", "@tailwindcss/typography": "^0.5.9", "autoprefixer": "^10.4.14", "postcss": "^8.4.25", "postcss-load-config": "^4.0.1", "svelte": "^5", "svelte-check": "^4", "tailwindcss": "^3.3.2", "tslib": "^2.6.0", "typescript": "^5.3.3", "vite": "^6" }, "type": "module" }