-
-
Notifications
You must be signed in to change notification settings - Fork 59
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 2.35 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 2.35 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
67
{
"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": "5.2.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,md,mdx,astro}\"",
"refresh": "pnpm dlx @astrojs/upgrade; pnpm up -L",
"astro": "astro"
},
"devDependencies": {
"@astrojs/check": "^0.9.8",
"@eslint/markdown": "^8.0.1",
"@tailwindcss/typography": "^0.5.19",
"@types/alpinejs": "^3.13.11",
"eslint": "^10.1.0",
"eslint-plugin-astro": "^1.6.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.5.5",
"prettier": "^3.8.1",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"typescript": "^6.0.2",
"typescript-eslint": "^8.58.0"
},
"dependencies": {
"@astrojs/alpinejs": "^0.5.0",
"@astrojs/markdoc": "^1.0.3",
"@astrojs/mdx": "^5.0.3",
"@astrojs/rss": "^4.0.18",
"@astrojs/sitemap": "^3.7.2",
"@iconify-json/bi": "^1.2.7",
"@iconify-json/heroicons": "^1.2.3",
"@tailwindcss/vite": "^4.2.2",
"alpinejs": "^3.15.11",
"astro": "^6.1.3",
"astro-icon": "^1.1.5",
"astro-leaflet": "^1.10.0",
"astro-masonry": "^1.2.2",
"astro-mermaid": "^2.0.1",
"astro-plantuml": "^0.1.4",
"astro-robots-txt": "^1.0.0",
"astro-seo": "^1.1.0",
"astro-swiper": "^2.5.0",
"exifr": "^7.1.3",
"hero-patterns": "^2.1.0",
"lunr": "^2.3.9",
"mdast-util-to-string": "^4.0.0",
"photoswipe": "^5.4.4",
"photoswipe-dynamic-caption-plugin": "^1.2.7",
"reading-time": "^1.5.0",
"rehype-katex": "^7.0.1",
"remark-emoji": "^5.0.2",
"remark-math": "^6.0.0",
"schema-dts": "^2.0.0",
"tailwindcss": "^4.2.2",
"unist-util-visit": "^5.1.0"
},
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319"
}