-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.89 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.89 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
{
"name": "folio",
"description": "Folio is a full featured Astro blog starter theme written in Typescript and TailwindCSS. It supports Markdown and MDX based pages and blog posts.",
"version": "1.2.0",
"packageManager": "pnpm@9.0.6",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"format": "prettier --write .",
"lint": "astro check",
"astro": "astro"
},
"devDependencies": {
"@akebifiky/remark-simple-plantuml": "1.0.2",
"@astrojs/alpinejs": "0.4.0",
"@astrojs/mdx": "2.3.1",
"@astrojs/sitemap": "3.1.4",
"@astrojs/tailwind": "5.1.0",
"@tailwindcss/aspect-ratio": "0.4.2",
"@tailwindcss/forms": "0.5.7",
"@tailwindcss/typography": "0.5.13",
"@types/alpinejs": "3.13.10",
"@types/leaflet": "1.9.12",
"alpinejs": "3.13.10",
"astro": "4.7.0",
"astro-robots-txt": "1.0.0",
"exifr": "7.1.3",
"github-slugger": "2.0.0",
"mdast-util-to-string": "4.0.0",
"prettier-plugin-astro": "0.13.0",
"reading-time": "1.5.0",
"rehype-katex": "7.0.0",
"remark-math": "6.0.0",
"schema-dts": "1.1.2",
"tailwindcss": "3.4.3",
"unist-util-visit": "5.0.0"
},
"dependencies": {
"@astrojs/rss": "4.0.5",
"@iconify-json/brandico": "^1.1.8",
"@iconify-json/circum": "^1.1.11",
"@iconify-json/heroicons-outline": "^1.1.10",
"@iconify-json/heroicons-solid": "^1.1.11",
"@iconify-json/logos": "^1.1.42",
"@iconify-json/lucide": "^1.1.186",
"@iconify-json/ph": "^1.1.12",
"@iconify-json/teenyicons": "^1.1.9",
"@iconify-json/vscode-icons": "^1.1.33",
"@pagefind/default-ui": "^1.1.0",
"astro-icon": "1.1.0",
"astro-pagefind": "^1.5.0",
"astro-seo": "0.8.3",
"katex": "0.16.10",
"leaflet": "1.9.4",
"lunr": "2.3.9",
"photoswipe": "5.4.3",
"photoswipe-dynamic-caption-plugin": "1.2.7"
}
}