-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.08 KB
/
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
35
36
37
38
39
40
41
42
43
{
"name": "just-be-dev",
"private": true,
"type": "module",
"version": "0.0.1",
"engines": {
"node": "20.16.0"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"test": "vitest",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"logs": "wrangler pages deployment tail --project-name just-be-dev",
"logs:preview": "pnpm run logs --environment preview"
},
"dependencies": {
"@astrojs/check": "^0.9.1",
"@astrojs/cloudflare": "^11.0.4",
"@astrojs/rss": "^4.0.7",
"@astrojs/tailwind": "^5.1.0",
"astro": "^4.13.1",
"hono": "^4.5.4",
"mime": "^4.0.4",
"tailwindcss": "^3.4.7",
"typescript": "^5.5.4",
"vite-tsconfig-paths": "^5.0.1"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240729.0",
"@tailwindcss/typography": "^0.5.14",
"vite-plugin-full-reload": "^1.2.0",
"vitest": "^2.0.5",
"wrangler": "3.80.5"
},
"pnpm": {
"patchedDependencies": {
"@astrojs/markdown-remark": "patches/@astrojs__markdown-remark.patch"
}
}
}