-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.31 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
{
"name": "homepage",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "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",
"test:unit": "vitest",
"lint": "eslint .",
"format": "prettier --plugin-search-dir . --write ."
},
"devDependencies": {
"@shikijs/twoslash": "^1.6.3",
"@streamparser/json-whatwg": "^0.0.21",
"@sveltejs/adapter-static": "^3.0.1",
"@sveltejs/enhanced-img": "^0.1.8",
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"@tailwindcss/forms": "^0.5.4",
"@tailwindcss/typography": "^0.5.9",
"@types/get-pixels": "^3.3.2",
"@types/html-minifier": "^4.0.2",
"@typescript-eslint/eslint-plugin": "^5.59.6",
"@typescript-eslint/parser": "^5.59.6",
"autoprefixer": "^10.4.14",
"colorthief": "^2.4.0",
"eslint": "^8.40.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-svelte3": "^4.0.0",
"eslint-plugin-unicorn": "^53.0.0",
"get-pixels": "^3.3.3",
"html-minifier": "^4.0.0",
"jspdf": "^2.5.1",
"mdsvex": "^0.10.6",
"postcss": "^8.4.23",
"prettier": "^2.8.8",
"prettier-plugin-svelte": "^2.10.1",
"rehype-autolink-headings": "^6.1.1",
"rehype-external-links": "^2.1.0",
"rehype-slug": "^5.1.0",
"remark-abbr": "^1.4.1",
"svelte": "^4.2.9",
"svelte-check": "^3.6.3",
"svelte-hero-icons": "^5.0.0",
"tslib": "^2.5.0",
"twoslash": "^0.1.0",
"typescript": "^5.0.4",
"vite": "^5.0.12",
"vitest": "^1.2.2",
"zocker": "^1.4.1",
"zod": "^3.23.8"
},
"type": "module",
"dependencies": {
"@melt-ui/svelte": "^0.50.0",
"@resvg/resvg-js": "^2.4.1",
"@sveltejs/kit": "^2.5.0",
"blurhash": "^2.0.5",
"blurhash-gradients": "^0.0.3",
"chrono-node": "^2.6.4",
"comlink": "^4.4.1",
"image-size": "^1.0.2",
"node-chrono": "^0.0.3",
"pointer-tracker": "^2.5.3",
"posthog-js": "^1.96.1",
"satori": "^0.7.4",
"satori-html": "^0.3.2",
"shiki": "^1.6.3",
"shiki-twoslash": "^3.1.2",
"tailwindcss": "^3.3.2",
"topology-renderer": "^0.1.4",
"typescript-event-target": "^1.0.5",
"valibot": "^0.31.0"
},
"packageManager": "[email protected]+sha512.9df9cf27c91715646c7d675d1c9c8e41f6fce88246f1318c1aa6a1ed1aeb3c4f032fcdf4ba63cc69c4fe6d634279176b5358727d8f2cc1e65b65f43ce2f8bfb0"
}