-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.25 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.25 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
{
"name": "echonyc-blog",
"type": "module",
"version": "1.0.0",
"packageManager": "yarn@4.12.0",
"engines": {
"node": "24",
"yarn": "^4.12"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"lint": "astro check && eslint .",
"a11y": "pa11y-ci --sitemap http://localhost:4321/sitemap-index.xml"
},
"dependencies": {
"@astrojs/check": "^0.9.6",
"@astrojs/mdx": "^4.3.12",
"@astrojs/rss": "^4.0.14",
"@astrojs/sitemap": "^3.6.0",
"@fontsource-variable/source-serif-4": "^5.2.6",
"astro": "^5.16.3",
"astro-page-insight": "^0.10.1",
"astro-seo-meta": "^6.0.0",
"sharp": "^0.34.1",
"tailwindcss": "^4.1.3",
"thumbhash": "^0.1.1"
},
"devDependencies": {
"@eslint/js": "^9.24.0",
"@tailwindcss/vite": "^4.1.3",
"@types/eslint-config-prettier": "^6.11.3",
"@typescript-eslint/parser": "^8.48.0",
"eslint": "^9.39.1",
"eslint-config-prettier": "^10.1.1",
"eslint-plugin-astro": "^1.5.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-perfectionist": "^5.0.0",
"pa11y-ci": "^4.0.0",
"prettier": "^3.5.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.7.0",
"typescript": "^5.9.3"
},
"overrides": {
"ajv": "^8.17.1",
"semver": "^7.6.3"
}
}