-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 827 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 827 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
{
"name": "sami-shakkour-dev",
"type": "module",
"version": "1.0.0",
"private": true,
"scripts": {
"predev": "node scripts/optimize-images.mjs && node scripts/generate-video-posters.mjs",
"dev": "astro dev",
"start": "astro dev",
"prebuild": "node scripts/optimize-images.mjs && node scripts/generate-video-posters.mjs",
"build": "astro build",
"preview": "astro preview"
},
"dependencies": {
"@astrojs/markdown-remark": "^7.2.1",
"@astrojs/rss": "^4.0.19",
"@astrojs/sitemap": "^3.7.3",
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"@fortawesome/fontawesome-svg-core": "^7.3.0",
"@fortawesome/free-brands-svg-icons": "^7.3.0",
"@fortawesome/free-solid-svg-icons": "^7.3.0",
"astro": "^7.0.6",
"remark-custom-header-id": "^1.0.0",
"sharp": "^0.35.3"
}
}