-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.07 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.07 KB
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
{
"name": "astro-tips",
"type": "module",
"private": true,
"version": "0.0.0",
"packageManager": "pnpm@10.12.4",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"format": "biome check --write ./ && prettier -w \"**/*\" --ignore-unknown --cache",
"lint": "biome check .",
"lint:fix": "biome check --apply .",
"cf-typegen": "wrangler types --include-runtime --include-env"
},
"dependencies": {
"@astrojs/check": "0.9.6",
"@astrojs/cloudflare": "12.6.12",
"@astrojs/starlight": "0.34.8",
"astro": "5.16.13",
"semver": "7.7.2",
"sharp": "0.34.2",
"starlight-package-managers": "0.11.0",
"typescript": "5.8.3"
},
"devDependencies": {
"@biomejs/biome": "2.0.6",
"@types/mdast": "4.0.4",
"@types/node": "22.16.0",
"@types/semver": "7.7.0",
"mdast-util-mdx": "3.0.0",
"mdast-util-to-markdown": "2.1.2",
"prettier": "3.6.2",
"prettier-plugin-astro": "0.14.1",
"wrangler": "4.23.0"
}
}