-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
44 lines (44 loc) · 1.12 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
44
{
"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"
},
"dependencies": {
"@astrojs/check": "^0.9.3",
"@astrojs/react": "^3.6.2",
"@astrojs/tailwind": "^5.1.0",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"@types/react-helmet": "^6.1.11",
"astro": "^4.10.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0",
"sharp": "^0.32.5",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@types/mdast": "^4.0.4",
"@types/unist": "^3.0.3",
"bun-types": "^1.1.26"
}
}