-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.22 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.22 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
{
"name": "moritzlost.dev",
"type": "module",
"version": "1.0.0",
"homepage": "https://github.com/moritzlost/moritzlost.dev",
"bugs": {
"url": "https://github.com/moritzlost/moritzlost.dev/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/moritzlost/moritzlost.dev.git"
},
"license": "UNLICENSED",
"author": "Moritz L’Hoest <m@moritzlost.dev>",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"generate-preview-images": "node ./scripts/generate-preview-images.js"
},
"dependencies": {
"@astrojs/check": "^0.9.7",
"@astrojs/rss": "^4.0.17",
"@astrojs/sitemap": "^3.7.1",
"astro": "^6.0.3",
"autoprefixer": "^10.4.27",
"glob": "^13.0.6",
"octokit": "^5.0.5",
"postcss-preset-env": "^11.2.0",
"prettier": "^3.8.1",
"prettier-plugin-astro": "^0.14.1",
"puppeteer": "^24.39.0",
"sharp": "^0.34.5",
"typescript": "^5.9.3"
},
"engines": {
"node": "^24.0.0",
"npm": "^11.0.0"
}
}