-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.15 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.15 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
40
41
42
{
"name": "hypertext-tv",
"type": "module",
"version": "0.0.1",
"scripts": {
"preinstall": "npx only-allow pnpm",
"prepare": "husky",
"dev": "wrangler types && astro dev",
"build": "wrangler types && astro build",
"preview": "wrangler types && astro preview",
"astro": "astro",
"format": "biome format",
"format:fix": "biome format --write .",
"lint": "biome lint",
"lint:fix": "biome lint --write .",
"check": "astro check && biome check",
"check:fix": "astro check && biome check --write ."
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/cloudflare": "^12.6.12",
"@astrojs/mdx": "^4.2.2",
"@astrojs/sitemap": "^3.3.0",
"astro": "^5.18.1",
"fathom-client": "^3.7.2",
"howler": "^2.2.4",
"three": "^0.174.0",
"typescript": "^5.8.2"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@cloudflare/workers-types": "^4.20241218.0",
"@types/howler": "^2.2.12",
"@types/node": "^25.0.0",
"@types/three": "^0.174.0",
"autoprefixer": "^10.4.21",
"cssnano": "^7.0.6",
"husky": "^9.1.7",
"sharp": "^0.34.0",
"wrangler": "^4.67.1"
}
}