-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
116 lines (116 loc) · 3.62 KB
/
package.json
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"name": "Blålange",
"type": "module",
"version": "2.0.0",
"license": "MPL-2.0",
"private": false,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"generate-pwa-assets": "pwa-assets-generator",
"vitest": "NODE_OPTIONS='--experimental-json-modules' vitest",
"test:e2e": "playwright test",
"test:unit": "pnpm run vitest run",
"test:bench": "pnpm run vitest bench",
"test": "pnpm run test:e2e && pnpm run test:unit -- --run",
"version": "echo The version file utility is no longer used",
"inlang": "inlang"
},
"devDependencies": {
"@catppuccin/tailwindcss": "^0.1.6",
"@iconify/svelte": "^4.1.0",
"@inlang/cli": "^2.18.1",
"@inlang/paraglide-js": "1.11.8",
"@playwright/test": "^1.49.0",
"@sveltejs/adapter-auto": "^3.3.1",
"@sveltejs/enhanced-img": "^0.4.1",
"@sveltejs/kit": "^2.15.3",
"@sveltejs/vite-plugin-svelte": "^5.0.1",
"@tailwindcss/typography": "^0.5.16",
"@types/howler": "^2.2.12",
"@types/node": "^22.10.6",
"@types/pako": "^2.0.3",
"@types/xml2js": "^0.4.14",
"@vite-pwa/assets-generator": "^0.2.6",
"@vitest/ui": "^2.1.6",
"autoprefixer": "^10.4.20",
"flowbite": "^2.5.2",
"flowbite-svelte": "^0.47.3",
"flowbite-typography": "^1.0.5",
"postcss": "^8.5.1",
"svelte": "^5.18.0",
"svelte-meta-tags": "^4.1.0",
"tailwindcss": "^3.4.15",
"typescript": "^5.7.2",
"vite": "^6.0.1",
"vitest": "^2.1.6",
"workbox-cacheable-response": "^7.3.0",
"workbox-core": "^7.3.0",
"workbox-precaching": "^7.3.0",
"workbox-routing": "^7.3.0",
"workbox-strategies": "^7.3.0",
"workbox-window": "^7.3.0"
},
"dependencies": {
"@dicebear/collection": "^9.2.2",
"@dicebear/core": "^9.2.2",
"@directus/sdk": "^18.0.3",
"@fingerprintjs/botd": "^1.9.1",
"@fingerprintjs/fingerprintjs": "^4.5.1",
"@floating-ui/dom": "^1.6.12",
"@fontsource-variable/inter": "^5.1.0",
"@fontsource-variable/material-symbols-outlined": "^5.1.3",
"@fontsource/dela-gothic-one": "^5.1.1",
"@fontsource/krona-one": "^5.1.0",
"@fontsource/lexend-exa": "^5.1.0",
"@fontsource/roboto-condensed": "^5.1.0",
"@formkit/auto-animate": "^0.8.2",
"@imgproxy/imgproxy-node": "^1.0.6",
"@inlang/paraglide-sveltekit": "0.15.5",
"@sveltejs/adapter-cloudflare": "^5.0.1",
"@sveltejs/adapter-node": "^5.2.9",
"@tsparticles/confetti": "^3.7.1",
"@tsparticles/engine": "^3.7.1",
"@types/dompurify": "^3.2.0",
"@types/imagesloaded": "^4.1.6",
"@types/masonry-layout": "^4.2.8",
"axios": "^1.7.9",
"dayjs": "^1.11.13",
"dompurify": "^3.2.3",
"eruda": "^3.4.1",
"fitty": "^2.4.2",
"flowbite-svelte-icons": "^2.0.2",
"fuse.js": "^7.0.0",
"highlight.js": "^11.11.1",
"howler": "^2.2.4",
"iconify-icon": "^2.3.0",
"imagesloaded": "^5.0.0",
"katex": "^0.16.20",
"kolorist": "^1.8.0",
"lorem-ipsum": "^2.0.8",
"marked": "^15.0.6",
"masonry-layout": "^4.2.2",
"pako": "^2.1.0",
"pocketbase": "^0.25.0",
"rehype-highlight": "^7.0.1",
"rehype-katex": "^7.0.1",
"rehype-slug": "^6.0.0",
"rehype-stringify": "^10.0.1",
"remark": "^15.0.1",
"remark-breaks": "^4.0.0",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.1",
"remark-toc": "^9.0.0",
"super-sitemap": "^1.0.3",
"sveltekit-i18n": "^2.4.2",
"tailwind-merge": "^2.5.5",
"tone": "^15.1.3",
"tsparticles": "^3.7.1",
"unified": "^11.0.5",
"workbox-build": "^7.3.0",
"workbox-expiration": "^7.3.0"
}
}