-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 936 Bytes
/
package.json
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
{
"name": "alex.pearwin.com",
"version": "2.0.0",
"description": "The source for alex.pearwin.com.",
"scripts": {
"dev": "astro dev",
"check": "astro sync && astro check && tsc --noEmit",
"build": "astro sync && astro build",
"preview": "astro preview",
"astro": "astro"
},
"repository": {
"type": "git",
"url": "git@github.com:alexpearce/home.git"
},
"homepage": "https://github.com/alexpearce/home",
"keywords": [
"blog"
],
"author": "Alex Pearwin",
"license": "MIT",
"dependencies": {
"@astrojs/mdx": "^0.19.1",
"@astrojs/rss": "^2.4.1",
"@astrojs/sitemap": "^1.3.0",
"@types/leaflet": "^1.9.3",
"@types/leaflet-gpx": "^1.3.4",
"astro": "^2.4.1",
"leaflet": "^1.9.3",
"leaflet-gpx": "^1.7.0",
"netlify-plugin-append-redirects": "^0.0.2",
"rehype-autolink-headings": "^6.1.1",
"rehype-slug": "^5.1.0",
"slugify": "^1.6.6"
}
}