-
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) · 834 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 834 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
{
"name": "astro-blog",
"type": "module",
"version": "0.0.1",
"scripts": {
"predev": "node scripts/build-skill-zips.mjs",
"prebuild": "node scripts/build-skill-zips.mjs",
"dev": "astro dev",
"build": "astro build",
"predeploy": "npm run build",
"deploy": "npx wrangler@latest pages deploy ./dist --project-name contextcost --branch master",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/markdown-remark": "^7.2.0",
"@astrojs/mdx": "^7.0.0",
"@astrojs/rss": "^4.0.18",
"@astrojs/sitemap": "^3.7.3",
"astro": "^7.0.3",
"katex": "^0.16.47",
"rehype-katex": "^7.0.1",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"sharp": "^0.34.2"
},
"devDependencies": {
"archiver": "^7.0.1"
}
}