-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) 路 2.12 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) 路 2.12 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
{
"name": "fit",
"type": "module",
"version": "0.0.1",
"homepage": "https://fit.jpdiaz.dev",
"scripts": {
"dev": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"format": "prettier --write '**/*.{astro,js,ts,json,md}'",
"clean": "rm -rf dist .astro node_modules package-lock.json bun.lockb && bun install",
"lint": "bunx eslint . --ext .js,.ts,.astro",
"test": "vitest",
"strava-script": "bun scripts/strava-script.ts",
"googlefit-setup": "bun scripts/googlefit-setup.ts",
"googlefit-script": "bun scripts/googlefit-script.ts",
"hevy-script": "bun scripts/hevy-script.ts",
"debug-googlefit": "bun scripts/debug-googlefit.ts",
"compare-googlefit": "bun scripts/compare-googlefit.ts",
"update-all": "bun run strava-script && bun run googlefit-script && bun run hevy-script",
"generate-dummy-data": "bun scripts/generate-dummy-data.ts"
},
"dependencies": {
"@mapbox/polyline": "^1.2.1",
"@mdi/font": "^7.4.47",
"flatpickr": "^4.6.13",
"lenis": "^1.3.18",
"lucide-astro": "^0.556.0",
"simplify-js": "^1.2.4"
},
"engines": {
"node": ">=18.17.1",
"astro": ">=4.9.1"
},
"devDependencies": {
"@astrojs/check": "^0.9.7",
"@astrojs/prefetch": "^0.4.1",
"@astrojs/sitemap": "3.3.1",
"@astrojs/tailwind": "^6.0.2",
"@faker-js/faker": "^10.3.0",
"@netlify/functions": "^5.1.2",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.2.1",
"@types/bun": "^1.3.10",
"@types/leaflet": "^1.9.21",
"@types/mapbox__polyline": "^1.0.5",
"@types/node": "^22.19.15",
"@typescript-eslint/eslint-plugin": "^8.57.0",
"@typescript-eslint/parser": "^8.57.0",
"astro": "5.7.11",
"astro-compress": "^2.3.9",
"autoprefixer": "^10.4.27",
"eslint": "^9.39.4",
"postcss": "^8.5.8",
"prettier": "^3.8.1",
"prettier-plugin-astro": "^0.14.1",
"puppeteer": "^23.11.1",
"rehype-katex": "^7.0.1",
"sharp": "^0.33.5",
"tailwindcss": "^3.4.19",
"typescript": "^5.9.3",
"vitest": "^3.2.4"
},
"license": "MIT",
"packageManager": "bun@1.1.10"
}