-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 1.02 KB
/
package.json
File metadata and controls
31 lines (31 loc) · 1.02 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
{
"name": "andystevens.name",
"type": "module",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build && node scripts/copy-manifest.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"
},
"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",
"@netlify/blobs": "^10.7.4",
"astro": "^6.1.9",
"marked": "^17.0.5",
"netlify-cli": "^26.0.1",
"remark-directive": "^4.0.0",
"unist-util-visit": "^5.1.0",
"web-push": "^3.6.7"
},
"devDependencies": {
"@resvg/resvg-js": "^2.6.2",
"fontkit": "^2.0.4",
"prettier": "^3.8.1"
}
}