-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.27 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.27 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": "jarema-v5-astro",
"version": "5.0.0",
"description": "My personal website built with Astro and Preact.",
"author": "0jar",
"license": "AGPL-3.0-or-later",
"type": "module",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"build:fast": "SKIP_WEBMENTIONS=1 astro build",
"build:neo": "NEOCITIES=1 astro build && neocities push --prune dist",
"astro": "astro",
"check": "astro check"
},
"devDependencies": {
"@astrojs/check": "0.9.9",
"@astrojs/markdown-remark": "^7.2.1",
"@astrojs/netlify": "^8.1.2",
"@astrojs/preact": "^6.0.1",
"@astrojs/rss": "^4.0.19",
"@astrojs/tailwind": "^6.0.2",
"@tailwindcss/typography": "^0.5.20",
"@types/qrcode": "^1.5.6",
"astro": "^7.1.3",
"preact": "^10.29.7",
"prettier": "^3.9.6",
"prettier-plugin-astro": "^0.14.1",
"sharp": "^0.35.3",
"tailwindcss": "^3.4.19",
"typescript": "^5.9.3"
},
"overrides": {
"yaml": ">=2.8.3",
"esbuild": ">=0.28.1",
"@opentelemetry/core": ">=2.8.0"
},
"pnpm": {
"overrides": {
"yaml": ">=2.8.3",
"esbuild": ">=0.28.1",
"@opentelemetry/core": ">=2.8.0"
}
},
"dependencies": {
"isomorphic-dompurify": "^3.19.0",
"marked": "^18.0.7",
"qrcode": "^1.5.4"
}
}