-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.23 KB
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 1.23 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
{
"name": "andystevens.name",
"type": "module",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build && node scripts/copy-manifest.mjs && node scripts/generate-static-ap.mjs",
"build:icons": "node scripts/build-icons.mjs",
"vapid": "node scripts/generate-vapid.mjs",
"preview": "astro preview",
"install:clean": "rm -rf node_modules/@andystevensname && npm install && npm link @andystevensname/poem-element @andystevensname/remark-poem-element @andystevensname/remark-project-meta-bar",
"prebuild": "node scripts/copy-sveltia.mjs"
},
"dependencies": {
"@andystevensname/poem-element": "^1.0.3",
"@andystevensname/remark-poem-element": "^1.1.1",
"@andystevensname/remark-project-meta-bar": "^1.1.3",
"@astrojs/rss": "^4.0.16",
"@sveltia/cms": "^0.170.5",
"astro": "^6.1.10",
"marked": "^17.0.5",
"remark-directive": "^4.0.0",
"unist-util-visit": "^5.1.0",
"web-push": "^3.6.7"
},
"devDependencies": {
"@astrojs/check": "^0.9.9",
"@bunny.net/edgescript-sdk": "^0.12.1",
"@resvg/resvg-js": "^2.6.2",
"esbuild": "^0.28.0",
"fontkit": "^2.0.4",
"gray-matter": "^4.0.3",
"prettier": "^3.8.1",
"typescript": "^5.9.3"
}
}