-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
42 lines (42 loc) · 1.08 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
{
"private": true,
"type": "module",
"scripts": {
"start": "node server.mjs",
"build": "node build.mjs",
"fix": "biome check --write",
"sync": "node scripts/sync.js"
},
"dependencies": {
"@barelyreaper/conch": "^1.2.0",
"@fastify/static": "^8.0.3",
"fastify": "^5.2.0",
"got": "^11.8.6",
"kleur": "^4.1.5",
"knex": "^2.5.1",
"logcons": "^0.0.4",
"luxon": "^3.5.0",
"preact": "^10.25.3",
"sqlite3": "^5.1.7",
"tiny-glob": "^0.2.9",
"yaml": "^1.10.2"
},
"devDependencies": {
"@babel/generator": "^7.26.3",
"@babel/parser": "^7.26.3",
"@babel/traverse": "^7.26.4",
"@barelyhuman/prettier-config": "^1.1.0",
"@biomejs/biome": "^1.9.4",
"@evilmartians/lefthook": "^0.8.0",
"autoprefixer": "^10.4.20",
"esbuild": "^0.24.0",
"esbuild-plugin-node-externals": "^1.0.1",
"esbuild-plugin-postcss": "^0.2.1",
"esbuild-postcss": "^0.0.4",
"postcss": "^8.4.49",
"preact-render-to-string": "^6.5.12",
"shx": "^0.3.4",
"tailwindcss": "^3.4.17"
},
"packageManager": "pnpm@9.9.0"
}