-
Notifications
You must be signed in to change notification settings - Fork 72
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.81 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.81 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
{
"name": "astro",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build && pnpm pagefind",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write --plugin=prettier-plugin-astro ."
},
"dependencies": {
"@astro-community/astro-embed-youtube": "^0.5.6",
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^4.3.0",
"@astrojs/sitemap": "^3.4.1",
"@astrojs/svelte": "^7.1.0",
"@astrojs/ts-plugin": "^1.10.4",
"@fortawesome/fontawesome-free": "^6.7.2",
"@nanostores/persistent": "^1.1.0",
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.1.11",
"astro": "^5.11.0",
"astro-compress": "^2.3.8",
"astro-delete-unused-images": "^1.0.3",
"astro-meta-tags": "^0.3.2",
"astro-pagefind": "^1.8.3",
"astro-preload": "^1.1.2",
"astrojs-service-worker": "^2.0.0",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"date-fns-tz": "^3.2.0",
"hastscript": "^9.0.1",
"js-yaml": "^4.1.0",
"lite-youtube-embed": "^0.3.3",
"marked": "^16.1.1",
"nanostores": "^1.0.1",
"pagefind": "^1.3.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"remark-toc": "^9.0.0",
"sharp": "^0.34.2",
"svelte": "^5.35.4",
"tailwindcss": "^4.1.11",
"typescript": "^5.8.3",
"vite": "^6.3.6"
},
"devDependencies": {
"@types/js-yaml": "^4.0.9",
"prettier": "^3.6.2",
"prettier-plugin-astro": "^0.14.1",
"puppeteer": "^24.12.0",
"tsx": "^4.20.3",
"typescript": "^5.8.3"
},
"prettier": {
"proseWrap": "always"
},
"packageManager": "pnpm@9.3.0+sha512.ee7b93e0c2bd11409c6424f92b866f31d3ea1bef5fbe47d3c7500cdc3c9668833d2e55681ad66df5b640c61fa9dc25d546efa54d76d7f8bf54b13614ac293631"
}