-
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.4 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.4 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": "homepage",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "eslint \"src/**/*.{ts,js,astro}\"",
"lint:fix": "eslint \"src/**/*.{ts,js,astro}\" --fix",
"format": "prettier --write \"src/**/*.{ts,js,astro,css,json,md}\"",
"format:check": "prettier --check \"src/**/*.{ts,js,astro,css,json,md}\"",
"check": "pnpm format:check && pnpm lint"
},
"dependencies": {
"@astrojs/mdx": "4.3.13",
"@astrojs/rss": "4.0.15",
"@astrojs/sitemap": "3.7.0",
"@resvg/resvg-js": "^2.6.2",
"astro": "^5.18.0",
"satori": "^0.19.2",
"sharp": "^0.34.5"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@r4ai/remark-callout": "^0.6.2",
"@types/mdast": "^4.0.4",
"eslint": "^10.0.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-astro": "^1.6.0",
"eslint-plugin-functional": "^9.0.4",
"mdast-util-to-string": "^4.0.0",
"prettier": "^3.8.1",
"prettier-plugin-astro": "^0.14.1",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-external-links": "^3.0.0",
"rehype-slug": "^6.0.0",
"remark-reading-time": "^2.0.2",
"remark-sectionize": "^2.1.0",
"remark-toc": "^9.0.0",
"remark-wiki-link": "^2.0.1",
"typescript-eslint": "^8.56.1",
"unified": "^11.0.5"
}
}