-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.23 KB
/
Copy pathpackage.json
File metadata and controls
72 lines (72 loc) · 2.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
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
{
"name": "catenary-frontend",
"version": "0.1.0",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"cloudflarebuild": "mv cloudflare-svelte.config.js svelte.config.js && svelte-kit sync && vite build",
"preview": "vite preview --port 16172",
"betapreview": "vite preview --port 16173",
"test": "playwright test",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"test:unit": "vitest",
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"format": "prettier --plugin-search-dir . --write ."
},
"devDependencies": {
"@playwright/test": "^1.56.1",
"@sveltejs/adapter-auto": "^7.0.0",
"@sveltejs/adapter-node": "^5.4.0",
"@sveltejs/kit": "^2.49.0",
"@types/mapbox__polyline": "^1.0.5",
"@typescript-eslint/eslint-plugin": "^8.47.0",
"@typescript-eslint/parser": "^8.47.0",
"@wasm-tool/rollup-plugin-rust": "^3.0.5",
"autoprefixer": "^10.4.22",
"eslint": "^9.39.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-svelte": "^3.13.0",
"postcss": "^8.5.6",
"prettier": "^3.6.2",
"prettier-plugin-svelte": "^3.4.0",
"rollup-plugin-svelte": "^7.2.3",
"sass": "^1.94.2",
"svelte": "^5.43.14",
"svelte-check": "^4.3.4",
"tailwindcss": "^4.1.17",
"ts-node": "^10.9.2",
"tslib": "^2.8.1",
"typescript": "^5.9.3",
"vite": "^7.2.4",
"vitest": "^4.0.12"
},
"type": "module",
"dependencies": {
"@cheprasov/json-web-worker": "^1.0.0",
"@mapbox/polyline": "^1.2.1",
"@sveltejs/adapter-cloudflare": "^7.2.4",
"@sveltejs/vite-plugin-svelte": "^6.2.1",
"@tailwindcss/postcss": "^4.1.17",
"@tailwindcss/vite": "^4.1.17",
"@turf/turf": "^7.3.0",
"@zerodevx/svelte-toast": "^0.9.6",
"base65536": "^5.0.0",
"geolocation": "^0.2.0",
"gtfs-realtime-bindings": "^1.1.1",
"haversine-distance": "^1.2.4",
"maplibre-contour": "^0.1.0",
"maplibre-gl": "5.24.0",
"moment": "^2.30.1",
"mta-subway-bullets": "^1.0.0",
"protobufjs": "^7.5.4",
"store2": "^2.14.4",
"svelte-adapter-bun": "^1.0.1",
"svelte-adapter-deno": "^0.9.1",
"svelte-i18n": "^4.0.1",
"svelte-toasts": "^1.1.2",
"toastify-js": "^1.12.0",
"vite-plugin-pwa": "^1.1.0",
"wrangler": "^4.50.0"
}
}