-
-
Notifications
You must be signed in to change notification settings - Fork 57
/
Copy pathpackage.json
75 lines (75 loc) · 2.54 KB
/
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
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
73
74
75
{
"name": "hello-astro",
"description": "Hello Astro is a full featured Astro corporate/marketing/blog starter theme written in Typescript and TailwindCSS. It supports Markdown and MDX based pages and blog posts.",
"version": "4.0.0",
"scripts": {
"dev": "astro dev",
"clean": "rm -rf node_modules .astro dist",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"check": "astro check",
"lint": "pnpm run lint:prettier ; pnpm run lint:eslint",
"lint:prettier": "prettier --write \"src/**/*.{js,jsx,ts,tsx,md,mdx,astro}\"",
"lint:eslint": "eslint --fix \"src/**/*.{js,ts,jsx,tsx,astro}\"",
"astro": "astro"
},
"devDependencies": {
"@akebifiky/remark-simple-plantuml": "^1.0.2",
"@astrojs/alpinejs": "^0.4.3",
"@astrojs/mdx": "^4.0.8",
"@astrojs/sitemap": "^3.2.1",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.16",
"@types/alpinejs": "^3.13.11",
"@types/leaflet": "^1.9.16",
"@typescript-eslint/parser": "^8.24.1",
"alpinejs": "^3.14.8",
"astro": "^5.3.0",
"astro-robots-txt": "^1.0.0",
"eslint": "^9.20.1",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-css": "^0.11.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"exifr": "^7.1.3",
"mdast-util-to-string": "^4.0.0",
"prettier": "^3.5.1",
"prettier-config-standard": "^7.0.0",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.11",
"reading-time": "^1.5.0",
"rehype-katex": "^7.0.1",
"remark-emoji": "^5.0.1",
"remark-math": "^6.0.0",
"schema-dts": "^1.1.2",
"typescript": "~5.7.3",
"unist-util-visit": "^5.0.0"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/markdoc": "^0.12.9",
"@astrojs/rss": "^4.0.11",
"@eslint/markdown": "^6.2.2",
"@iconify-json/bi": "^1.2.2",
"@iconify-json/heroicons": "^1.2.2",
"@tailwindcss/vite": "^4.0.7",
"astro-expressive-code": "^0.40.2",
"astro-geo-map": "^2.0.0",
"astro-icon": "^1.1.5",
"astro-seo": "^0.8.4",
"hero-patterns": "^2.1.0",
"katex": "^0.16.21",
"leaflet": "^1.9.4",
"lunr": "^2.3.9",
"mermaid": "^11.4.1",
"photoswipe": "^5.4.4",
"photoswipe-dynamic-caption-plugin": "^1.2.7",
"playwright": "^1.50.1",
"rehype-mermaid": "^3.0.0",
"swiper": "^11.2.4",
"tailwindcss": "^4.0.7"
},
"packageManager": "pnpm@8.15.5+sha256.4b4efa12490e5055d59b9b9fc9438b7d581a6b7af3b5675eb5c5f447cee1a589"
}