-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.1 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
{
"name": "personal-website",
"type": "module",
"version": "2.8.3",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"pagefind": "npx -y pagefind --site dist",
"build:ci": "npm run build && npm run pagefind && npm run generate-pdf:ci",
"preview": "astro preview --host",
"generate-pdf": "node ./scripts/generate-pdf.js",
"generate-pdf:ci": "start-server-and-test preview http://localhost:4321 generate-pdf",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "3.1.9",
"@astrojs/preact": "3.5.4",
"@astrojs/rss": "4.0.11",
"@astrojs/sitemap": "3.2.1",
"@astrojs/tailwind": "5.1.4",
"astro": "4.16.18",
"astro-expressive-code": "0.39.0",
"preact": "10.25.4",
"rehype-autolink-headings": "7.1.0",
"rehype-external-links": "3.0.0",
"sharp": "0.33.5",
"tailwindcss": "3.4.17"
},
"devDependencies": {
"@tailwindcss/typography": "0.5.16",
"@types/react": "19.0.4",
"playwright": "1.49.1",
"remark-capitalize-headings": "2.0.1",
"start-server-and-test": "2.0.9"
}
}