{ "name": "@pheralb/svgl", "author": "@pheralb_", "version": "5.0.0", "description": "A beautiful library with SVG logos.", "private": true, "license": "MIT", "type": "module", "keywords": [ "svgs", "logos", "images", "library" ], "config": { "siteURL": "https://svgl.app?figma=1" }, "repository": { "type": "git", "url": "git+https://github.com/pheralb/svgl.git" }, "scripts": { "dev": "vite dev", "build": "vite build", "preview": "vite preview", "prepare": "svelte-kit sync || echo ''", "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch", "format": "prettier --write \"src/**/*.{ts,js,md,svelte}\" --cache", "format:check": "prettier --check \"src/**/*.{ts,js,md,svelte}\" --cache", "lint": "eslint ./src", "lint:fix": "eslint ./src --fix" }, "devDependencies": { "@eslint/compat": "1.3.2", "@eslint/js": "9.33.0", "@internationalized/date": "3.8.2", "@lucide/svelte": "0.515.0", "@sveltejs/adapter-auto": "6.1.0", "@sveltejs/kit": "2.36.1", "@sveltejs/vite-plugin-svelte": "6.1.3", "@tailwindcss/vite": "4.1.12", "bits-ui": "2.9.4", "clsx": "2.1.1", "eslint": "9.33.0", "eslint-config-prettier": "10.1.8", "eslint-plugin-svelte": "3.11.0", "globals": "16.3.0", "mdsvex": "0.12.6", "prettier": "3.6.2", "prettier-plugin-svelte": "3.4.0", "prettier-plugin-tailwindcss": "0.6.14", "svelte": "5.38.2", "svelte-check": "4.3.1", "tailwind-merge": "3.3.1", "tailwind-variants": "1.0.0", "tailwindcss": "4.1.12", "tw-animate-css": "1.3.7", "typescript": "5.9.2", "typescript-eslint": "8.40.0", "vite": "7.1.3" }, "pnpm": { "onlyBuiltDependencies": [ "esbuild" ] } }