-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 970 Bytes
/
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
{
"name": "homepage",
"type": "module",
"license": "MIT",
"version": "1.1.5",
"scripts": {
"dev": "astro dev",
"lint": "eslint .",
"start": "astro dev",
"check": "astro check",
"format": "prettier -w .",
"cf-typegen": "wrangler types",
"build": "astro check && astro build",
"deploy": "astro build && wrangler pages deploy",
"preview": "astro preview && wrangler pages dev"
},
"dependencies": {
"@astrojs/check": "0.6.0",
"@astrojs/cloudflare": "10.2.6",
"@astrojs/preact": "3.3.0",
"@astrojs/sitemap": "3.1.4",
"astro": "4.16.1",
"preact": "10.21.0"
},
"devDependencies": {
"@cloudflare/workers-types": "4.20240502.0",
"@typescript-eslint/eslint-plugin": "7.8.0",
"@typescript-eslint/parser": "7.8.0",
"eslint": "8",
"eslint-plugin-astro": "1.2.0",
"prettier": "3.2.5",
"prettier-plugin-astro": "0.13.0",
"typescript": "5.4.5",
"wrangler": "3.55.0"
}
}