-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 777 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 777 Bytes
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
{
"name": "lantern",
"private": true,
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"backup:drill": "node scripts/backup-restore-drill.mjs",
"ops:watch-docker-events": "node scripts/watch-docker-events.mjs"
},
"dependencies": {
"@sentry/node": "^10.22.0"
},
"devDependencies": {
"@sveltejs/adapter-node": "^5.5.4",
"@sveltejs/kit": "^2.53.3",
"@sveltejs/vite-plugin-svelte": "^6.2.4",
"@types/node": "^22.19.13",
"@typescript-eslint/types": "^8.56.1",
"svelte": "^5.53.5",
"svelte-check": "^4.4.4",
"typescript": "^5.4.0",
"vite": "^6.4.1"
},
"overrides": {
"cookie": "^0.7.2"
}
}