-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.33 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.33 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
{
"name": "website",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build && pagefind --site dist",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write .",
"lint": "prettier --check . && eslint ."
},
"dependencies": {
"@astrojs/mdx": "^4.3.7",
"@astrojs/partytown": "^2.1.4",
"@astrojs/rss": "^4.0.15",
"@astrojs/sitemap": "^3.7.2",
"@eslint/compat": "^1.3.2",
"@eslint/js": "^9.32.0",
"@fontsource-variable/m-plus-1": "^5.2.6",
"@fontsource/dela-gothic-one": "^5.2.6",
"@fontsource/kiwi-maru": "^5.2.6",
"@fontsource/mochiy-pop-one": "^5.2.8",
"@pagefind/default-ui": "^1.4.0",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.2.1",
"astro": "^5.14.1",
"astro-icon": "^1.1.5",
"eslint": "^9.33.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-astro": "^1.3.1",
"pagefind": "^1.4.0",
"prettier": "^3.8.1",
"prettier-plugin-astro": "^0.14.1",
"rehype-autolink-headings": "^7.1.0",
"rehype-external-links": "^3.0.0",
"rehype-katex": "^7.0.1",
"rehype-raw": "^7.0.0",
"rehype-slug": "^6.0.0",
"remark-directive": "^4.0.0",
"remark-github-admonitions-to-directives": "^2.1.0",
"remark-link-card": "^1.3.1",
"remark-math": "^6.0.0",
"remark-sectionize": "^2.1.0",
"typescript-eslint": "^8.56.1"
}
}