svgl/package.json
2024-08-26 16:50:37 +01:00

85 lines
2.9 KiB
JSON

{
"name": "@pheralb/svgl",
"author": "@pheralb_",
"version": "4.2.5",
"description": "A beautiful library with SVG logos.",
"private": true,
"license": "MIT",
"type": "module",
"keywords": [
"svgs",
"logos",
"images",
"library"
],
"scripts": {
"dev": "vite dev",
"host": "vite dev --host",
"build": "pnpm run prebuild && vite build",
"prebuild": "cd ./utils/check-size && pnpm install && pnpm run start",
"onlybuild": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"check:size": "cd ./utils/check-size && npm run start",
"check:links": " lychee --base . ./src/data/svgs.ts --cache --max-cache-age 3d . --include 'https://svgl.app'",
"fix:viewbox": "cd ./utils/fix-viewbox && npm run start",
"test": "vitest run",
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"format": "prettier --plugin-search-dir . --write .",
"dev:figma": "concurrently -n plugin,svelte 'npm run build:plugin -- --watch --define:SITE_URL=\\\"http://localhost:5173?figma=1\\\"' 'npm run dev'",
"build:plugin": "esbuild src/figma/code.ts --bundle --target=es6 --loader:.svg=text --outfile=src/figma/dist/code.js",
"build:figma": "concurrently -n plugin,svelte 'npm run build:plugin -- --define:SITE_URL=\\\"$npm_package_config_siteURL\\\"' 'npm run build'"
},
"dependencies": {
"@figma/plugin-typings": "1.97.0",
"@svelte-dev/pretty-code": "1.0.0",
"@svgr/core": "8.1.0",
"@svgr/plugin-jsx": "8.1.0",
"@upstash/ratelimit": "2.0.1",
"@upstash/redis": "1.34.0",
"bits-ui": "0.21.13",
"clsx": "2.1.1",
"downloadjs": "1.4.7",
"jszip": "3.10.1",
"lucide-svelte": "0.427.0",
"mode-watcher": "0.4.1",
"rehype-pretty-code": "0.13.2",
"shiki": "1.13.0",
"svelte-sonner": "0.3.27",
"tailwind-merge": "2.5.2",
"tailwind-variants": "0.2.1"
},
"devDependencies": {
"@sveltejs/adapter-auto": "3.2.4",
"@sveltejs/kit": "2.5.22",
"@sveltejs/vite-plugin-svelte": "3.1.1",
"@tailwindcss/typography": "0.5.14",
"@types/downloadjs": "1.4.6",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"autoprefixer": "10.4.20",
"concurrently": "8.2.2",
"esbuild": "0.23.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-svelte": "2.43.0",
"mdsvex": "0.11.2",
"postcss": "8.4.41",
"prettier": "3.3.3",
"prettier-plugin-svelte": "3.2.6",
"prettier-plugin-tailwindcss": "0.6.6",
"svelte": "4.2.18",
"svelte-check": "3.8.5",
"sveltekit-search-params": "3.0.0",
"tailwindcss": "3.4.10",
"tslib": "2.6.3",
"typescript": "5.5.4",
"vite": "5.4.0",
"vitest": "2.0.5"
},
"config": {
"siteURL": "https://svgl.app?figma=1"
}
}