forked from Lunar-Proxy/Lunar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.05 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
{
"name": "lunar",
"type": "module",
"version": "0.0.4",
"scripts": {
"dev": "astro dev",
"start": "tsx index.ts",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"pretty": "prettier . --write "
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/node": "^8.3.4",
"@astrojs/tailwind": "^5.1.2",
"@fastify/compress": "^8.0.1",
"@fastify/middie": "^9.0.2",
"@fastify/static": "^8.0.2",
"@mercuryworkshop/bare-mux": "^2.1.4",
"@mercuryworkshop/epoxy-transport": "^2.1.21",
"@mercuryworkshop/libcurl-transport": "^1.3.11",
"@mercuryworkshop/wisp-js": "^0.3.2",
"@types/node": "^22.7.7",
"astro": "^4.16.6",
"chalk": "^5.3.0",
"fastify": "^5.0.0",
"lucide-astro": "^0.453.0",
"tailwindcss": "^3.4.14",
"tsx": "^4.19.1",
"typescript": "^5.6.3",
"vite-plugin-static-copy": "^2.0.0"
},
"engines": {
"node": ">=20.0.0"
},
"devDependencies": {
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1"
}
}