-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 825 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 825 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
32
33
34
35
{
"name": "kevinzc",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"fmt": "oxfmt",
"lint": "oxlint",
"preview": "astro preview"
},
"dependencies": {
"@astrojs/check": "0.9.8",
"@tailwindcss/vite": "^4.2.2",
"astro": "6.0.6",
"sharp": "^0.34.5",
"tailwindcss": "^4.2.2",
"wrangler": "^4.75.0"
},
"devDependencies": {
"@astrojs/sitemap": "3.7.1",
"astro-expressive-code": "^0.41.7",
"oxfmt": "^0.41.0",
"oxlint": "^1.56.0",
"rehype-parse": "^9.0.1",
"rehype-remark": "^10.0.1",
"remark-gfm": "^4.0.1",
"remark-stringify": "^11.0.0",
"satori": "^0.25.0",
"satori-html": "^0.3.2",
"typescript": "^5.9.3",
"unified": "^11.0.5"
}
}