-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.41 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.41 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
{
"name": "williamoldham.co.uk-astro",
"type": "module",
"version": "0.0.1",
"scripts": {
"preinstall": "npx only-allow pnpm",
"sync": "astro sync",
"dev": "cross-env SHOW_FUTURE=true SHOW_DRAFTS=true astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.8",
"@astrojs/mdx": "^5.0.2",
"@astrojs/rss": "^4.0.17",
"@astrojs/sitemap": "^3.7.1",
"@fontsource/ia-writer-quattro": "^5.2.5",
"@iconify-json/fa-brands": "^1.2.2",
"@iconify-json/mingcute": "^1.2.7",
"@tailwindcss/vite": "^4.1.18",
"astro": "^6.0.8",
"astro-icon": "^1.1.5",
"astro-robots-txt": "^1.0.0",
"firacode": "^6.2.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-external-links": "^3.0.0",
"rehype-mathjax": "^7.1.0",
"rehype-slug": "^6.0.0",
"remark-emoji": "^5.0.2",
"remark-math": "^6.0.0",
"remark-toc": "^9.0.0",
"tailwindcss": "^4.1.18",
"typescript": "^5.9.3"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.19",
"@typescript-eslint/parser": "^8.54.0",
"cross-env": "^10.1.0",
"prettier": "^3.8.1",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"sharp": "^0.34.5",
"tailwindcss-grid-areas": "^0.1.1"
},
"engines": {
"node": ">=22",
"pnpm": ">=10"
}
}