forked from pheralb/svgl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
99 lines (99 loc) · 2.96 KB
/
package.json
File metadata and controls
99 lines (99 loc) · 2.96 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "@pheralb/svgl",
"author": "@pheralb_",
"version": "5.1.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:data": "tsx ./utils/check-data.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.22.0",
"@shikijs/themes": "3.22.0",
"fuse.js": "7.1.0",
"jszip": "3.10.1",
"mode-watcher": "1.1.0",
"shadcn": "3.8.4",
"shiki": "3.22.0",
"svgo": "4.0.0",
"tsx": "4.21.0"
},
"devDependencies": {
"@content-collections/core": "0.14.0",
"@content-collections/markdown": "0.1.4",
"@content-collections/vite": "0.2.9",
"@eslint/compat": "2.0.2",
"@eslint/js": "9.39.2",
"@internationalized/date": "3.11.0",
"@lucide/svelte": "0.564.0",
"@shikijs/rehype": "3.22.0",
"@sveltejs/adapter-node": "5.5.3",
"@sveltejs/kit": "2.52.0",
"@sveltejs/vite-plugin-svelte": "6.2.4",
"@tailwindcss/vite": "4.1.18",
"@types/node": "24.10.13",
"bits-ui": "2.15.5",
"chalk": "5.6.2",
"clsx": "2.1.1",
"eslint": "9.39.2",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-svelte": "3.15.0",
"github-slugger": "2.0.0",
"globals": "17.3.0",
"prettier": "3.8.1",
"prettier-plugin-svelte": "3.4.1",
"prettier-plugin-tailwindcss": "0.7.2",
"rehype-autolink-headings": "7.1.0",
"rehype-slug": "6.0.0",
"svelte": "5.51.2",
"svelte-check": "4.4.0",
"svelte-sonner": "1.0.7",
"tailwind-merge": "3.4.1",
"tailwind-variants": "3.2.2",
"tailwindcss": "4.1.18",
"tw-animate-css": "1.4.0",
"typescript": "5.9.3",
"typescript-eslint": "8.55.0",
"unist-util-visit": "5.1.0",
"vite": "7.3.1",
"vite-plugin-devtools-json": "1.0.0",
"zod": "4.3.6"
}
}