-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.27 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.27 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
{
"name": "blog",
"type": "module",
"version": "0.0.1",
"scripts": {
"postbuild": "node scripts/generate-lite-gpx.js",
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"api": "npx netlify functions:serve",
"deploy:test": "npm run build && netlify deploy --alias test",
"deploy:prod": "npm run build && netlify deploy --prod",
"generate-post": "node scripts/generate-post.js",
"generate-lite-gpx": "node scripts/generate-lite-gpx.js"
},
"dependencies": {
"@astrojs/mdx": "^4.3.13",
"@astrojs/netlify": "^6.6.4",
"@astrojs/rss": "^4.0.15",
"@floating-ui/dom": "^1.7.1",
"astro": "^5.17.1",
"autoprefixer": "^10.4.21",
"chart.js": "^4.5.0",
"chartjs-adapter-dayjs-4": "^1.0.4",
"chartjs-plugin-datalabels": "^2.2.0",
"dayjs": "^1.11.13",
"hammerjs": "^2.0.8",
"jszip": "^3.10.1",
"leaflet": "^1.9.4",
"leaflet-fullscreen": "^1.0.2",
"leaflet-gpx": "^2.2.0",
"lodash": "^4.17.21",
"mitt": "^3.0.1",
"photoswipe": "^5.4.4",
"simplify-js": "^1.2.4",
"slug": "^11.0.0",
"underscore": "^1.13.7"
},
"devDependencies": {
"glob": "^13.0.3",
"netlify-cli": "^23.15.1",
"sharp": "^0.34.5"
}
}