mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
98 lines
2.9 KiB
JSON
98 lines
2.9 KiB
JSON
{
|
|
"name": "@pheralb/svgl",
|
|
"author": "@pheralb_",
|
|
"version": "5.0.0",
|
|
"description": "A beautiful library with SVG logos.",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"packageManager": "pnpm@10.13.1",
|
|
"keywords": [
|
|
"svgs",
|
|
"logos",
|
|
"images",
|
|
"library"
|
|
],
|
|
"config": {
|
|
"siteURL": "https://svgl.app?figma=1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/pheralb/svgl.git"
|
|
},
|
|
"pnpm": {
|
|
"onlyBuiltDependencies": [
|
|
"esbuild"
|
|
]
|
|
},
|
|
"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",
|
|
"check:size": "tsx ./utils/check-size.ts",
|
|
"check:links": " lychee --base . ./src/data/svgs.ts --cache --max-cache-age 3d . --include 'https://svgl.app'",
|
|
"fix:viewbox": "tsx ./utils/fix-viewbox.ts",
|
|
"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",
|
|
"build:shadcn": "shadcn build --output ./static/r",
|
|
"build:prod": "pnpm build:registry && vite build",
|
|
"build:registry": "tsx ./utils/generate-registry.ts"
|
|
},
|
|
"dependencies": {
|
|
"@shikijs/langs": "3.12.0",
|
|
"@shikijs/themes": "3.12.0",
|
|
"fuse.js": "7.1.0",
|
|
"jszip": "3.10.1",
|
|
"mode-watcher": "1.1.0",
|
|
"shadcn": "3.0.0",
|
|
"shiki": "3.12.0",
|
|
"svgo": "4.0.0",
|
|
"tsx": "4.20.5"
|
|
},
|
|
"devDependencies": {
|
|
"@content-collections/core": "0.11.0",
|
|
"@content-collections/markdown": "0.1.4",
|
|
"@content-collections/vite": "0.2.7",
|
|
"@eslint/compat": "1.3.2",
|
|
"@eslint/js": "9.33.0",
|
|
"@internationalized/date": "3.8.2",
|
|
"@lucide/svelte": "0.544.0",
|
|
"@shikijs/rehype": "3.12.0",
|
|
"@sveltejs/adapter-auto": "6.1.0",
|
|
"@sveltejs/adapter-node": "5.3.1",
|
|
"@sveltejs/kit": "2.36.1",
|
|
"@sveltejs/vite-plugin-svelte": "6.1.3",
|
|
"@tailwindcss/vite": "4.1.12",
|
|
"@types/node": "24.3.0",
|
|
"bits-ui": "2.11.3",
|
|
"clsx": "2.1.1",
|
|
"eslint": "9.33.0",
|
|
"eslint-config-prettier": "10.1.8",
|
|
"eslint-plugin-svelte": "3.11.0",
|
|
"github-slugger": "2.0.0",
|
|
"globals": "16.3.0",
|
|
"prettier": "3.6.2",
|
|
"prettier-plugin-svelte": "3.4.0",
|
|
"prettier-plugin-tailwindcss": "0.6.14",
|
|
"rehype-autolink-headings": "7.1.0",
|
|
"rehype-slug": "6.0.0",
|
|
"svelte": "5.38.2",
|
|
"svelte-check": "4.3.1",
|
|
"svelte-sonner": "1.0.5",
|
|
"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",
|
|
"unist-util-visit": "5.0.0",
|
|
"vite": "7.1.3",
|
|
"zod": "4.1.4"
|
|
}
|
|
}
|