-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
42 lines (42 loc) · 1.09 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
{
"name": "hopeinsource",
"workspaces": [
"src/remark-transcript-plugin"
],
"type": "module",
"private": true,
"description": "Hope in Source website",
"version": "1.0.0",
"author": "Henry Zhu <[email protected]>",
"bugs": {
"url": "https://github.com/hzoo/hopeinsource.com/issues"
},
"homepage": "https://hopeinsource.com",
"license": "MIT",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"deploy": "bun run build --force && wrangler pages deploy dist --project-name hopeinsource-com"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/preact": "^4.0.4",
"@astrojs/tailwind": "^6.0.0",
"@preact/signals-core": "^1.8.0",
"astro": "5.3.0",
"preact": "^10.25.4",
"sharp": "^0.33.5",
"tailwindcss": "^4.0.6"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@tailwindcss/vite": "^4.0.6",
"@types/bun": "^1.2.2",
"@types/mdast": "^4.0.4",
"@types/unist": "^3.0.3",
"typescript": "^5.7.3"
}
}