-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
43 lines (43 loc) · 1.13 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
{
"name": "lunar",
"type": "module",
"version": "0.0.5",
"scripts": {
"dev": "npx astro dev",
"start": "tsx index.ts",
"build": "npx astro check && npx astro build",
"preview": "npx astro preview",
"astro": "npx astro",
"pretty": "prettier . --write ",
"preinstall": "npx only-allow pnpm"
},
"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.6",
"@mercuryworkshop/epoxy-transport": "^2.1.26",
"@mercuryworkshop/libcurl-transport": "^1.3.14",
"@mercuryworkshop/wisp-js": "^0.3.3",
"@types/node": "^22.9.0",
"astro": "^4.16.13",
"chalk": "^5.3.0",
"fastify": "^5.1.0",
"lucide-astro": "^0.456.0",
"tailwindcss": "^3.4.15",
"tsx": "^4.19.2",
"typescript": "^5.6.3",
"vite": "^5.4.11",
"vite-plugin-static-copy": "^2.1.0"
},
"engines": {
"node": ">=20.0.0"
},
"devDependencies": {
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1"
}
}