forked from UseInterstellar/Interstellar-Astro
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.53 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.53 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "interstellar",
"type": "module",
"version": "6.0.0",
"scripts": {
"dev": "astro dev",
"start": "tsx index.ts",
"build": "astro check && astro build",
"typecheck": "astro check",
"astro": "astro",
"disable": "npx astro telemetry disable",
"precommit": "pnpm check && pnpm typecheck",
"check": "prettier --write . && biome check --write ."
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/node": "^9.4.3",
"@astrojs/tailwind": "^6.0.2",
"@fastify/basic-auth": "^6.2.0",
"@fastify/compress": "^8.0.1",
"@fastify/middie": "^9.0.3",
"@fastify/static": "^8.2.0",
"@mercuryworkshop/bare-mux": "2.1.7",
"@mercuryworkshop/epoxy-transport": "2.1.27",
"@mercuryworkshop/wisp-js": "^0.3.3",
"@playform/compress": "^0.2.0",
"@titaniumnetwork-dev/ultraviolet": "^3.2.10",
"astro": "^5.13.10",
"dompurify": "^3.2.4",
"fastify": "^5.6.0",
"js-cookie": "^3.0.5",
"lucide-astro": "^0.471.0",
"mime": "^4.0.7",
"sharp": "^0.34.4",
"tailwindcss": "^3.4.17",
"tsx": "^4.20.5",
"typescript": "^5.7.3",
"vite-plugin-static-copy": "^2.3.2"
},
"devDependencies": {
"@biomejs/biome": "2.2.4",
"@types/js-cookie": "^3.0.6",
"@types/node": "^22.10.2",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1"
},
"pnpm": {
"overrides": {
"cookie": "^0.7.0",
"devalue": "~5.3.2",
"nanoid": "~3.3.8",
"brace-expansion": "~2.0.2"
}
},
"resolutions": {
"cookie": "^0.7.0"
}
}