forked from caracal-js/Incognito
-
Notifications
You must be signed in to change notification settings - Fork 101
/
package.json
59 lines (59 loc) · 1.86 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "Incognito",
"description": "The official, up to date version of incognito",
"type": "module",
"version": "1.0.3",
"scripts": {
"dev": "astro dev",
"start": "dotenvx run -- tsx server/server.ts",
"build": "astro check && astro build",
"bstart": "npm run build && npm run start",
"preview": "astro preview",
"astro": "astro",
"format:code": "biome format . --write",
"format:imports": "biome check . --write",
"format": "concurrently -m 1 \"npm:format:code\" \"npm:format:imports\""
},
"dependencies": {
"@astrojs/check": "^0.7.0",
"@astrojs/node": "^8.3.2",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/tailwind": "^5.1.0",
"@dotenvx/dotenvx": "^1.5.0",
"@fastify/compress": "^7.0.3",
"@fastify/cookie": "^9.3.1",
"@fastify/http-proxy": "^9.5.0",
"@fastify/middie": "^8.3.1",
"@fastify/static": "^7.0.4",
"@iconify-json/fa-solid": "^1.1.8",
"@iconify-json/fa6-solid": "^1.1.21",
"@iconify-json/mdi": "^1.1.67",
"@mercuryworkshop/bare-mux": "^1.1.1",
"@mercuryworkshop/epoxy-transport": "^2.0.1",
"@playform/compress": "^0.0.13",
"@rubynetwork/corlink-fastify": "^2.0.2",
"@rubynetwork/rammerhead": "^1.3.5",
"@rubynetwork/rammerhead-browser": "^1.0.9",
"@titaniumnetwork-dev/ultraviolet": "^3.1.2",
"@nebula-services/bare-server-node": "^2.0.4",
"@types/node": "^20.14.9",
"astro": "^4.11.3",
"astro-helmet": "^1.0.2",
"astro-icon": "^1.1.0",
"astro-robots-txt": "^1.0.0",
"astro-seo": "^0.8.4",
"chalk": "^5.3.0",
"fastify": "^4.28.1",
"is-docker": "^3.0.0",
"sharp": "^0.33.4",
"tailwindcss": "^3.4.4",
"tsx": "^4.16.0",
"typescript": "^5.5.2",
"vite-plugin-static-copy": "^1.0.5",
"wisp-server-node": "^1.1.0"
},
"devDependencies": {
"@biomejs/biome": "1.8.1",
"concurrently": "^8.2.2"
}
}