-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
125 lines (125 loc) · 3.75 KB
/
package.json
File metadata and controls
125 lines (125 loc) · 3.75 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"name": "osem",
"version": "0.0.1",
"private": true,
"engines": {
"node": ">=22"
},
"scripts": {
"dev": "npx vite dev --port 5174",
"dev:all": "concurrently \"npm run dev\" \"npm run dev:api\"",
"prebuild": "svelte-kit sync",
"build": "vite build",
"build:api": "tsc -p tsconfig.api.json",
"preview": "vite preview",
"start": "node build/index.js",
"start:api": "node dist/api-server/server.js",
"sync": "cd .. && ./sync-osem-to-retreever.sh",
"sync:retreever": "cd .. && ./sync-osem-to-retreever.sh",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check . && eslint .",
"format": "prettier --write .",
"test:integration": "playwright test",
"test:unit": "vitest",
"build:ios": "npm run build && npx cap sync ios && npx cap open ios",
"build:android": "npm run build && npx cap sync android && npx cap open android",
"build:mobile": "npm run build && npx cap sync"
},
"devDependencies": {
"@capacitor/cli": "^8.3.0",
"@iconify/svelte": "^4.2.0",
"@internationalized/date": "^3.12.0",
"@lucide/svelte": "^0.577.0",
"@sveltejs/adapter-auto": "^3.3.1",
"@sveltejs/adapter-static": "^3.0.10",
"@sveltejs/adapter-vercel": "^6.2.0",
"@sveltejs/kit": "^2.16.0",
"@sveltejs/vite-plugin-svelte": "^4.0.4",
"@tailwindcss/postcss": "^4.1.17",
"@tanstack/table-core": "^8.21.3",
"@types/cors": "^2.8.19",
"@types/eslint": "^9.6.1",
"@types/express": "^5.0.5",
"@types/geojson": "^7946.0.16",
"@types/node": "^22.19.1",
"@types/pg": "^8.15.6",
"bits-ui": "^2.16.3",
"clsx": "^2.1.1",
"concurrently": "^9.2.1",
"embla-carousel-svelte": "^8.6.0",
"eslint": "^9.18.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.46.1",
"eslint-plugin-tailwindcss": "^4.0.0-beta.0",
"formsnap": "^2.0.1",
"globals": "^15.14.0",
"layerchart": "^2.0.0-next.27",
"lucide-svelte": "^0.454.0",
"mdsvex": "^0.12.3",
"mode-watcher": "^1.1.0",
"paneforge": "^1.0.2",
"postcss": "^8.5.1",
"prettier": "^3.4.2",
"prettier-plugin-svelte": "^3.3.3",
"prisma": "^7.1.0",
"svelte": "^5.19.0",
"svelte-check": "^4.1.4",
"svelte-meta-tags": "^4.1.0",
"svelte-radix": "^1.1.1",
"svelte-sonner": "^1.0.6",
"sveltekit-superforms": "^2.28.1",
"tailwind-merge": "^3.4.0",
"tailwind-variants": "^3.2.2",
"tailwindcss": "^4.1.17",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.7.3",
"typescript-eslint": "^8.20.0",
"vaul-svelte": "^1.0.0-next.7",
"vite": "^5.4.12",
"vitest": "^2.1.9",
"zod": "^4.1.13"
},
"type": "module",
"dependencies": {
"@capacitor/android": "^8.3.0",
"@capacitor/core": "^8.3.0",
"@capacitor/geolocation": "^8.1.0",
"@capacitor/ios": "^8.3.0",
"@lottiefiles/dotlottie-wc": "^0.9.8",
"@mapbox-controls/styles": "^3.0.0",
"@node-rs/argon2": "^1.8.3",
"@oslojs/binary": "^1.0.0",
"@oslojs/encoding": "^1.1.0",
"@oslojs/otp": "^1.1.0",
"@oslojs/webauthn": "^1.0.0",
"@paddle/paddle-js": "^1.3.3",
"@paddle/paddle-node-sdk": "^1.10.0",
"@pilcrowjs/object-parser": "^0.0.4",
"@prisma/adapter-pg": "^7.1.0",
"@prisma/client": "^7.1.0",
"@supabase/supabase-js": "^2.81.1",
"@tanstack/svelte-table": "^9.0.0-alpha.10",
"@turf/turf": "^7.2.0",
"@types/proj4": "^2.5.6",
"arctic": "^2.3.3",
"cobe": "^2.0.1",
"cors": "^2.8.5",
"dotenv": "^16.6.1",
"express": "^5.1.0",
"geojson": "^0.5.0",
"mapbox-gl": "^3.23.1",
"mapbox-gl-opacity": "^1.2.0",
"maplibre-gl": "^5.13.0",
"pdfjs-dist": "^5.5.207",
"pg": "^8.16.3",
"pmtiles": "^4.3.0",
"postgres": "^3.4.5",
"proj4": "^2.20.4",
"svelte-inview": "^4.0.4",
"svelte-motion": "^0.12.2",
"tsx": "^4.20.6",
"uqr": "^0.1.2",
"vite-plugin-pwa": "^1.2.0"
}
}