-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.23 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.23 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
{
"name": "sleep-tracker",
"license": "Apache-2.0",
"scripts": {
"build": "bun build --target=bun --production --outdir=dist --sourcemap ./src/index.ts ./src/static/*",
"start": "bun src/index.ts",
"dev": "bun --watch src/index.ts",
"format": "biome format --write ."
},
"devDependencies": {
"@biomejs/biome": "^2.4.4",
"@tsconfig/bun": "^1.0.10",
"@types/bun": "^1.3.9",
"@types/humanize-duration": "^3.27.4",
"@types/ms": "^2.1.0",
"@types/node": "^25.3.3",
"@types/pug": "^2.0.10",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/web-push": "^3.6.4",
"ultracite": "^7.2.4"
},
"dependencies": {
"@elysiajs/bearer": "^1.4.3",
"@elysiajs/static": "^1.4.7",
"@openrouter/ai-sdk-provider": "^2.2.3",
"ai": "^6.0.105",
"croner": "^10.0.1",
"elysia": "^1.4.28",
"geo-tz": "^8.1.5",
"googleapis": "^171.4.0",
"humanize-duration": "^3.33.2",
"logixlysia": "^6.2.0",
"lowdb": "^7.0.1",
"lowdb-jsonl-adapter": "^1.0.1",
"moment": "^2.30.1",
"moment-timezone": "^0.6.0",
"ms": "^2.1.3",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"usehooks-ts": "^3.1.1",
"web-push": "^3.6.7",
"zod": "^4.3.6"
}
}