forked from BRonen/he4rtblog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 883 Bytes
/
package.json
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
{
"name": "@example/basics",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "wrangler pages dev --kv=HE4RT_SEARCH_INDEXES --persist -- astro dev",
"dev:astro": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "wrangler pages dev ./dist",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^0.15.0",
"@astrojs/sitemap": "^1.0.0",
"@astrojs/svelte": "^2.0.0",
"astro": "^2.0.0",
"astro-critters": "^1.1.26",
"cookie": "^0.5.0",
"dayjs": "^1.11.7",
"fastest-levenshtein": "^1.0.16",
"miniflare": "^2.12.0",
"remark-unwrap-images": "^3.0.1",
"svelte": "^3.55.1",
"zod": "^3.20.6"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20230214.0",
"@types/cookie": "^0.5.1",
"typescript": "^4.9.5",
"wrangler": "^2.8.1"
}
}