-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 941 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 941 Bytes
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
{
"name": "patchwork-astro",
"type": "module",
"version": "1.3.3",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"changelog-latest": "conventional-changelog --config ./changelog-config.mjs -r 1",
"changelog": "conventional-changelog --config ./changelog-config.mjs -i CHANGELOG.md -s",
"version": "conventional-changelog --config ./changelog-config.mjs -i CHANGELOG.md -s && git add CHANGELOG.md"
},
"dependencies": {
"@astrojs/node": "^9.5.4",
"@astrojs/vercel": "^9.0.4",
"@types/node": "^25.0.3",
"@upstash/redis": "^1.36.3",
"astro": "^5.18.0",
"astro-matomo": "^1.9.0",
"sharp": "^0.34.5"
},
"pnpm": {
"onlyBuiltDependencies": [
"sharp",
"esbuild"
]
},
"devDependencies": {
"conventional-changelog-cli": "^5.0.0",
"conventional-changelog-conventionalcommits": "^9.1.0"
}
}