-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
93 lines (93 loc) · 2.84 KB
/
Copy pathpackage.json
File metadata and controls
93 lines (93 loc) · 2.84 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
{
"name": "hellotham-website",
"private": true,
"description": "Hello Tham Website in Astro",
"version": "5.0.1",
"author": "Hello Tham <info@hellotham.com>",
"bugs": {
"url": "https://github.com/hellotham/hellotham-website/issues"
},
"homepage": "https://hellotham.com",
"keywords": [
"typescript",
"MDX",
"TailwindCSS",
"blog"
],
"license": "0BSD",
"main": "n/a",
"repository": {
"type": "git",
"url": "git+https://github.com/hellotham/hellotham-website.git"
},
"scripts": {
"dev": "astro dev",
"clean": "rm -rf node_modules .astro dist",
"start": "astro dev",
"build": "astro build && node scripts/extend-sitemap.mjs && pagefind --site dist --output-subdir pagefind",
"preview": "astro preview",
"check": "astro check",
"lint": "prettier --write . && eslint --fix .",
"lint:prettier": "prettier --write .",
"lint:eslint": "eslint --fix .",
"astro": "astro"
},
"devDependencies": {
"@akebifiky/remark-simple-plantuml": "^1.0.2",
"@astrojs/check": "^0.9.9",
"@eslint/js": "^10.0.1",
"@eslint/markdown": "^8.0.3",
"@iconify-json/ph": "^1.2.2",
"@netlify/functions": "^5.3.0",
"@tailwindcss/typography": "^0.5.20",
"@types/leaflet": "^1.9.21",
"eslint": "^10.8.0",
"eslint-mdx": "^3.8.1",
"eslint-plugin-astro": "^3.0.1",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-mdx": "^3.8.1",
"eslint-plugin-prettier": "^5.5.6",
"exifr": "^7.1.3",
"globals": "^17.7.0",
"pagefind": "^1.5.2",
"prettier": "^3.9.6",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.8.1",
"typescript": "^6.0.3",
"typescript-eslint": "^8.65.0"
},
"dependencies": {
"@astrojs/markdoc": "^2.0.4",
"@astrojs/markdown-satteri": "^0.3.4",
"@astrojs/mdx": "^7.0.3",
"@astrojs/netlify": "^8.1.2",
"@astrojs/rss": "^4.0.19",
"@astrojs/sitemap": "^3.7.3",
"@tailwindcss/vite": "^4.3.3",
"astro": "^7.1.3",
"astro-icon": "^1.1.5",
"astro-leaflet": "^1.12.0",
"astro-masonry": "^1.2.2",
"astro-mermaid": "^2.1.0",
"astro-robots-txt": "^1.0.0",
"astro-seo": "^1.1.0",
"astro-swiper": "^2.8.1",
"axios": "^1.18.1",
"hero-patterns": "^2.1.0",
"katex": "^0.18.1",
"markmap-lib": "^0.18.12",
"markmap-view": "^0.18.12",
"mdast-util-to-string": "^4.0.0",
"mermaid": "^11.16.0",
"node-emoji": "^2.2.0",
"photoswipe": "^5.4.4",
"photoswipe-dynamic-caption-plugin": "^1.2.7",
"plantuml-encoder": "^1.4.0",
"reading-time": "^1.5.0",
"schema-dts": "^2.0.0",
"sharp": "^0.35.3",
"tailwindcss": "^4.3.3",
"unist-util-visit": "^5.1.0"
},
"packageManager": "pnpm@11.17.0+sha512.cca3cea332ad254bb84145f966d19f4879615210346fc92c79a047f23a0d7b3cca3c3792f0076ba1f1831d277efbcf0a9119b31a9a60eca7fb3d6231f331ef72"
}