-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.92 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 1.92 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
{
"name": "foolish-mans-musings",
"type": "module",
"version": "1.2.5",
"packageManager": "pnpm@10.19.0",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"prepare": "lefthook install",
"check": "svelte-check --tsconfig ./tsconfig.json",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"format": "prettier --write .",
"check:all": "pnpm check && pnpm lint"
},
"dependencies": {
"@astrojs/partytown": "^2.1.4",
"@astrojs/rss": "^4.0.15",
"@astrojs/sitemap": "^3.7.0",
"@fontsource-variable/inter": "^5.2.8",
"@fontsource/outfit": "^5.2.8",
"@resvg/resvg-js": "^2.6.2",
"@shikijs/transformers": "^3.22.0",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.1.18",
"astro": "^5.17.1",
"mermaid": "^11.12.2",
"rehype-autolink-headings": "^7.1.0",
"rehype-external-links": "^3.0.0",
"rehype-slug": "^6.0.0",
"remark-emoji": "^5.0.2",
"satori": "^0.19.1",
"satori-html": "^0.3.2",
"svelte": "^5.49.2",
"tailwindcss": "^4.1.18"
},
"devDependencies": {
"@astrojs/mdx": "^4.3.13",
"@astrojs/svelte": "^7.2.5",
"@evilmartians/lefthook": "^2.1.0",
"@rollup/rollup-darwin-arm64": "^4.57.1",
"@sveltejs/vite-plugin-svelte": "^6.2.4",
"@typescript-eslint/eslint-plugin": "^8.54.0",
"@typescript-eslint/parser": "^8.54.0",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-astro": "^1.5.0",
"eslint-plugin-svelte": "^3.14.0",
"eslint-plugin-unused-imports": "^4.3.0",
"globals": "^17.3.0",
"prettier": "^3.8.1",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-svelte": "^3.4.1",
"svelte-check": "^4.3.6",
"svelte-eslint-parser": "^1.4.1",
"typescript": "^5.9.3",
"typescript-eslint": "^8.54.0"
},
"pnpm": {
"overrides": {
"lodash-es": "^4.17.23"
}
}
}